aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2014-03-24compiler: Test deep map structureBjörn-Egil Dahlberg
2014-03-24compiler: Cover #{ [] => Var } in testcaseBjörn-Egil Dahlberg
2014-03-19Merge branch 'nox/maps-v3_core-lit_vars'Björn-Egil Dahlberg
2014-03-19Merge branch 'bjorn/compiler/utf8-warning/OTP-11791'Björn Gustavsson
2014-03-18Don't fail compilation for modules that contain invalid UTF-8Björn Gustavsson
2014-03-18Properly collect variables in map expressions in v3_coreAnthony Ramine
2014-03-17compiler: Change Maps Core FormatBjörn-Egil Dahlberg
2014-03-14Merge branch 'nox/compiler/beam_bool-mixed-boolean'Björn Gustavsson
2014-03-10Properly handle redundant boolean clauses in sys_core_foldAnthony Ramine
2014-03-08Properly detect reused boolean values in beam_boolAnthony Ramine
2014-03-07Merge branch 'nox/maps-beam_jump-put_map'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-cerl_clauses'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-beam_jump'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-v3_codegen-sort-nil-keys'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-complex-mixed-values'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/compiler/v3_core-comprehension-no-export'Björn Gustavsson
2014-03-06Merge branch 'nox/compiler/beam_bool-not_boolean_expr'Björn Gustavsson
2014-03-06Properly collect labels in put_map instructions in beam_jumpAnthony Ramine
2014-03-05Merge branch 'nox/compiler/beam_bool-bad-protected'Björn Gustavsson
2014-03-05Merge branch 'nox/compiler/live_opt-wait_timeout-nil'Björn Gustavsson
2014-03-05Merge branch 'nox/compiler/sys_core_fold-erlang-is_function-2'Björn Gustavsson
2014-03-05Do not export variables from comprehension cases in v3_coreAnthony Ramine
2014-03-05Do not try to optimize non-boolean guardsAnthony Ramine
2014-03-05Properly check label use in get_map_elements in beam_jumpAnthony Ramine
2014-03-04Support maps in cerl_clauses:match/2Anthony Ramine
2014-03-04Properly order Kernel code for maps with mixed pairsAnthony Ramine
2014-03-04Properly sort map pairs in v3_codegenAnthony Ramine
2014-03-04Merge branch 'nox/maps-fix-beam_bool-put_map'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/maps-expand-update'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/compiler/v3_core-mismatched-apply'Björn Gustavsson
2014-03-04Handle nil as a wait_timeout argument in beam_utils:live_opt/4Anthony Ramine
2014-03-04Properly detect nonboolean protected expressions in beam_boolAnthony Ramine
2014-03-03Properly collect labels in put_map instructions in beam_boolAnthony Ramine
2014-03-03Do not mark all calls to erlang:is_function/2 as safeAnthony Ramine
2014-03-02Do not mark all calls to erlang:is_record/3 as safeAnthony Ramine
2014-03-01Do not emit blatantly illformed Core Erlang apply expressionsAnthony Ramine
2014-03-01Fix expansion of map update argumentsAnthony Ramine
2014-02-24Merge branch 'egil/maps/fix-cerl-inlining'Björn-Egil Dahlberg
2014-02-24Merge branch 'schlagert/fix_basic_appups'Siri Hansen
2014-02-24Add test suites performing app and appup file checksTobias Schlager
2014-02-21compiler: Update map_SUITE to handle inliningBjörn-Egil Dahlberg
2014-02-21compiler: Fix map inliningBjörn-Egil Dahlberg
2014-02-21Merge branch 'egil/compiler/maps-get_map_elements'Björn-Egil Dahlberg
2014-02-20compiler: Strengthen Maps compile testsBjörn-Egil Dahlberg
2014-02-19compiler: Test Maps aliasingBjörn-Egil Dahlberg
2014-02-12Merge branch 'bjorn/compiler/optimizations/OTP-11584'Björn Gustavsson
2014-02-11Teach sys_core_fold:eval_case/2 to cope with handwritten Core ErlangBjörn Gustavsson
2014-02-10Merge branch 'egil/compiler/maps-fix-sys_core_fold'Björn-Egil Dahlberg
2014-02-10Merge branch 'egil/compiler/maps-fix-codegen'Björn-Egil Dahlberg
2014-02-07compiler: Fix sys_core_fold let optimizationBjörn-Egil Dahlberg