Age | Commit message (Expand) | Author |
2014-02-19 | Merge branch 'nox/compiler/v3_core-comprehensions-cleanup' | Björn Gustavsson |
2014-02-17 | Simplify comprehension compilation in v3_core | Anthony Ramine |
2014-02-14 | Merge branch 'kostis/beam_validator-minor-fix' | Björn Gustavsson |
2014-02-13 | Change a list comprehension to a foreach/2 call | Kostis Sagonas |
2014-02-13 | Merge branch 'bjorn/lc-warnings/OTP-11626' (early part) | Björn Gustavsson |
2014-02-13 | Merge branch 'nox/compiler/v3_core-case-arg-opt' | Björn Gustavsson |
2014-02-12 | Merge branch 'bjorn/compiler/optimizations/OTP-11584' | Björn Gustavsson |
2014-02-11 | Teach sys_core_fold:eval_case/2 to cope with handwritten Core Erlang | Björn Gustavsson |
2014-02-11 | sys_core_fold: Remove a redundant word in a comment | Björn Gustavsson |
2014-02-11 | Optimise case arguments in sys_core_fold | Anthony Ramine |
2014-02-10 | Merge branch 'josevalim/suppress-all-auto-imports' | Henrik Nord |
2014-02-10 | Merge branch 'egil/compiler/maps-fix-sys_core_fold' | Björn-Egil Dahlberg |
2014-02-10 | Merge branch 'egil/compiler/maps-fix-codegen' | Björn-Egil Dahlberg |
2014-02-07 | compiler: Fix sys_core_fold let optimization | Björn-Egil Dahlberg |
2014-02-07 | compiler: Add debug listing after sys_core_fold | Björn-Egil Dahlberg |
2014-02-07 | Run sys_core_fold twice if any inliner is used | Anthony Ramine |
2014-02-07 | compiler: Fix codegen multiple updates for Maps | Björn-Egil Dahlberg |
2014-02-07 | erts,compiler: Correct and amend tests for Maps | Björn-Egil Dahlberg |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord |
2014-02-07 | Merge branch 'egil/erts/fix-maps-beam_load' | Björn-Egil Dahlberg |
2014-02-07 | compiler: Update map_SUITE with error case test | Björn-Egil Dahlberg |
2014-02-06 | Merge branch 'bjorn/compiler/applying-binary-crash/OTP-11672' | Björn Gustavsson |
2014-02-06 | Merge branch 'bjorn/compiler/optimizations/OTP-11584' | Björn Gustavsson |
2014-02-05 | beam_bsm: Eliminate emulator crash when a binary is called | Björn Gustavsson |
2014-02-05 | beam_validator: Validate the "fun" argument for a call_fun/1 instruction | Björn Gustavsson |
2014-02-05 | Merge branch 'bjorn/eep37/OTP-11537' | Björn Gustavsson |
2014-02-04 | sys_core_fold: Prevent case expressions from being evaluated twice | Björn Gustavsson |
2014-02-04 | sys_core_fold_SUITE: For cleanliness, move id/1 to the end | Björn Gustavsson |
2014-01-31 | compiler: Teach beam_disasm has_map_field instruction | Björn-Egil Dahlberg |
2014-01-31 | compiler: Fold binary Map key patterns to literals | Björn-Egil Dahlberg |
2014-01-31 | v3_core: Annotate list comprehensions to help out dialyzer | Björn Gustavsson |
2014-01-31 | compiler: Strengthen listings tests | Björn-Egil Dahlberg |
2014-01-31 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg |
2014-01-30 | Issue a warning when a named fun is constructed but not used | Björn Gustavsson |
2014-01-29 | compiler: Add core compile test for maps | Björn-Egil Dahlberg |
2014-01-29 | compiler: Fix core parse for Maps | Björn-Egil Dahlberg |
2014-01-29 | compiler: Fixup #map_pair{} spec | Björn-Egil Dahlberg |
2014-01-29 | compiler: Update inliner tests | Björn-Egil Dahlberg |
2014-01-29 | compiler: Squash #c_map_pair_*{} to #c_map_pair{} | Björn-Egil Dahlberg |
2014-01-29 | compiler: Squash #k_map_pair_*{} to #k_map_pair{} | Björn-Egil Dahlberg |
2014-01-29 | compiler: Fix term order compiler for maps | Björn-Egil Dahlberg |
2014-01-28 | compiler: Rename map pattern to proper name | Björn-Egil Dahlberg |
2014-01-28 | compiler: Add Maps types to cerl | Björn-Egil Dahlberg |
2014-01-28 | compiler: Format stacktrace on error | Björn-Egil Dahlberg |
2014-01-28 | compiler: Teach Maps to beam_disasm | Björn-Egil Dahlberg |
2014-01-28 | compiler: Fix v3_core for map update syntax | Björn-Egil Dahlberg |
2014-01-28 | compiler: Fix get_map_element bug with allocate | Björn-Egil Dahlberg |
2014-01-28 | compiler: Test Maps inlining | Björn-Egil Dahlberg |
2014-01-28 | compiler: Teach Maps understanding to inliner | Björn-Egil Dahlberg |
2014-01-28 | compiler: Implement different instructions for => and := | Björn Gustavsson |