Age | Commit message (Expand) | Author |
2018-07-06 | Call test_lib:recompile/1 from init_per_suite/1 | Björn Gustavsson |
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-25 | Fix unsafe optimization when running beam_block the second time | Björn Gustavsson |
2018-06-18 | Update copyright year | Henrik Nord |
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 |
2018-04-29 | Introduce is_map_key/2 guard BIF | Michał Muskała |
2018-04-27 | beam_validator: Verify Y registers in exception-causing instructions | Björn Gustavsson |
2018-04-26 | Merge pull request #1797 from bjorng/bjorn/compiler/fold-apply/ERL-614 | Björn Gustavsson |
2018-04-25 | Rewrite a call of a literal external fun to a direct call | Björn Gustavsson |
2018-04-25 | sys_core_fold: Eliminate crash for map update in guard | Björn Gustavsson |
2018-04-25 | Merge branch 'map-get-bif' of git://github.com/michalmuskala/otp | Björn Gustavsson |
2018-04-24 | Introduce map_get guard-safe function | Michał Muskała |
2018-04-18 | core_lint: Handle repeated variables in map patterns correctly | Björn Gustavsson |
2018-04-06 | Check that messages outside of the heap are not corrupted | Björn Gustavsson |
2018-04-04 | Fix unsafe optimization of record test | Björn Gustavsson |
2018-03-21 | Point out the correct line in an exception for a bad generator | Björn Gustavsson |
2018-03-19 | core_parse: Fix handling of negative sizes in binaries | Björn Gustavsson |
2018-03-07 | Merge pull request #1732 from bjorng/bjorn/compiler/beam_type | Björn Gustavsson |
2018-03-02 | beam_type: Refactor simplifications of instructions | Björn Gustavsson |
2018-03-01 | Enhance beam_validator to check proper nesting of try/catch and catch | Björn Gustavsson |
2018-02-01 | Merge pull request #1701 from bjorng/bjorn/get_hd_tl | Björn Gustavsson |
2018-01-31 | Merge pull request #1696 from bjorng/bjorn/compiler/fix-beam_block-bug/ERL-555 | Björn Gustavsson |
2018-01-31 | Merge branch 'maint' | Björn Gustavsson |
2018-01-30 | Fix incorrect handling of floating point instructions | Björn Gustavsson |
2018-01-29 | Fix incorrect type interference of integer ranges | Björn Gustavsson |
2018-01-26 | Eliminate get_list/3 internally in the compiler | Björn Gustavsson |
2018-01-26 | Speed up misc_SUITE:integer_encoding/1 | Björn Gustavsson |
2018-01-26 | Merge pull request #1691 from bjorng/bjorn/compiler/local-cse | Björn Gustavsson |
2018-01-25 | beam_type: Optimize away unnecessary test_unit instructions | Björn Gustavsson |
2018-01-24 | Optimize matching of empty binaries | Björn Gustavsson |
2018-01-24 | Apply common subexpression elimination in blocks | Björn Gustavsson |
2018-01-23 | beam_validator: Validate building of tuples | Björn Gustavsson |
2018-01-22 | Don't build a stacktrace if it's only passed to erlang:raise/3 | Björn Gustavsson |
2018-01-16 | sys_core_bsm: Rearrange arguments to enable delayed sub binary creation | Björn Gustavsson |
2018-01-12 | beam_match_SUITE: Eliminate warnings for unused variables | Björn Gustavsson |
2018-01-12 | bs_match_SUITE: Add tests case written when walking into a dead end | Björn Gustavsson |
2018-01-11 | Improve code generation for a 'case' with exported variables | Björn Gustavsson |
2018-01-08 | Merge branch 'maint' | John Högberg |
2018-01-04 | Remove unsafe is_record/test_arity optimizations | John Högberg |
2017-12-18 | Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframe | Björn Gustavsson |
2017-12-15 | beam_utils: Improve precision for is_not_used/3 | Björn Gustavsson |
2017-12-13 | map_SUITE: Cover beam_utils:bif_to_test/3 | Björn Gustavsson |
2017-12-13 | beam_util: Fix bug in is_not_used/3 | Björn Gustavsson |