Age | Commit message (Expand) | Author |
2018-09-28 | Improve coverage of 21 compatibility | Björn Gustavsson |
2018-09-28 | Rewrite BSM optimizations in the new SSA-based intermediate format | John Högberg |
2018-09-21 | Merge branch 'maint' | Henrik Nord |
2018-09-21 | Update copyright year | Henrik Nord |
2018-09-17 | Remove the beam_dead and beam_split passes | Björn Gustavsson |
2018-09-17 | Add beam_ssa_dead.erl | Björn Gustavsson |
2018-09-17 | Cover more code in beam_ssa_type | Björn Gustavsson |
2018-09-12 | beam_ssa_opt: Add an optimization of tuple_size/1 | Björn Gustavsson |
2018-09-12 | beam_ssa_opt: Fix liveness optimization | Björn Gustavsson |
2018-09-12 | Optimize 'and' and 'or' instructions | Björn Gustavsson |
2018-09-03 | Introduce a put_tuple2 instruction | Björn Gustavsson |
2018-08-24 | Merge branch 'bjorn/compiler/ssa' | Björn Gustavsson |
2018-08-24 | Introduce a new SSA-based intermediate format | Björn Gustavsson |
2018-08-23 | Merge branch 'maint' | Björn Gustavsson |
2018-08-22 | map_SUITE: Test is_map_key/2 followed by a map update | Björn Gustavsson |
2018-08-22 | map_SUITE: Cover map_get optimizations in beam_dead | Björn Gustavsson |
2018-08-17 | Don't run unsafe compiler passes | Björn Gustavsson |
2018-08-15 | Merge branch 'maint' | Björn Gustavsson |
2018-08-14 | Fix compiler crash when compiling double receives | Björn Gustavsson |
2018-08-13 | Merge branch 'maint' | Björn Gustavsson |
2018-08-13 | Correct error behavior of is_map_key/2 in guards | Björn Gustavsson |
2018-08-10 | Merge branch 'maint' | Björn Gustavsson |
2018-08-10 | Merge pull request #1911 from bjorng/bjorn/compiler/binary-syntax/ERL-689/OTP... | Björn Gustavsson |
2018-08-09 | Merge branch 'maint' | Rickard Green |
2018-08-09 | Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679... | Rickard Green |
2018-08-09 | Omit include path debug info for +deterministic builds | John Högberg |
2018-08-09 | Merge branch 'maint' | Björn Gustavsson |
2018-08-09 | Merge pull request #1910 from bjorng/bjorn/compiler/letrec-side-effect-fix/ER... | Björn Gustavsson |
2018-08-08 | Fix bug in binary matching | Björn Gustavsson |
2018-08-08 | Merge branch 'maint' | Björn Gustavsson |
2018-08-08 | Fix side-effect optimization when compiling from Core Erlang | John Högberg |
2018-08-06 | beam_validator: Fix false diagnostic for a receive nested in a try | Björn Gustavsson |
2018-07-18 | Merge branch 'maint' | John Högberg |
2018-07-16 | Abort size calculation when a matched-out variable is used | John Högberg |
2018-07-06 | Merge branch 'maint' | Björn Gustavsson |
2018-07-06 | Call test_lib:recompile/1 from init_per_suite/1 | Björn Gustavsson |
2018-07-04 | Merge branch 'maint' | John Högberg |
2018-06-29 | Merge branch 'bjorn/compiler/fix-beam_jump-crash/ERL-660/OTP-15166' into main... | Erlang/OTP |
2018-06-29 | Merge branch 'bjorn/compiler/fix-map_get/OTP-15157' into maint-21 | Erlang/OTP |
2018-06-29 | Merge branch 'bjorn/compiler/fix-skipped-matching/ERL-655/OTP-15156' into mai... | Erlang/OTP |
2018-06-29 | Eliminate a crash in the beam_jump pass | Björn Gustavsson |
2018-06-27 | Fix internal compiler error for map_get/2 | Björn Gustavsson |
2018-06-27 | beam_type: Fix unsafe optimization | Björn Gustavsson |
2018-06-27 | Merge pull request #1717 from michalmuskala/is-function-pure | Björn Gustavsson |
2018-06-25 | Fix unsafe optimization when running beam_block the second time | Björn Gustavsson |
2018-06-18 | Update copyright year | Henrik Nord |
2018-06-06 | Fold is_function/1,2 during compilation | Michał Muskała |
2018-06-04 | sys_core_fold: Fix name capture problem | Björn Gustavsson |
2018-05-21 | bs_match_SUITE: Add test of multiple matches | Björn Gustavsson |
2018-05-07 | Merge pull request #1802 from michalmuskala/map-is-key-bif | Björn Gustavsson |