Age | Commit message (Expand) | Author |
2015-04-22 | Move rewriting of bs_match from beam_clean to beam_z | Björn Gustavsson |
2015-04-22 | v3_codegen: Reduce cost for fixing up bs_match_string instructions | Björn Gustavsson |
2015-04-22 | v3_codegen: Optimize "turning" of y registers | Björn Gustavsson |
2015-04-22 | v3_kernel: Optimize subst_vsub/3 | Björn Gustavsson |
2015-04-22 | compile: Add the {eprof,Pass} option for easy eprof running | Björn Gustavsson |
2015-04-22 | compile: Eliminate unnecessary wrappers for compiler passes | Björn Gustavsson |
2015-04-22 | Add z_SUITE to validate loaded code | Björn Gustavsson |
2015-04-22 | test suite: Always place .core files in data directories | Björn Gustavsson |
2015-04-22 | test suites: Unload modules compiled from .core or .S | Björn Gustavsson |
2015-04-20 | compilation_SUITE: Unload tested modules using the code server | Björn Gustavsson |
2015-04-15 | Raise more descriptive error messages for failed map operations | Björn Gustavsson |
2015-04-13 | v3_codegen: Don't sort map keys in map creation/update | Björn Gustavsson |
2015-04-13 | beam_validator: No longer require strict literal term order | Björn Gustavsson |
2015-04-13 | map_SUITE: Add tests of is_map/1 with literal maps | Björn Gustavsson |
2015-04-01 | Merge tag 'OTP-17.5' | Henrik Nord |
2015-03-31 | Prepare release | Erlang/OTP |
2015-03-30 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg |
2015-03-27 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg |
2015-03-25 | Merge branch 'bjorn/doc' | Björn Gustavsson |
2015-03-24 | cerl_trees: Fix incorrect EDoc reference to the cerl module | Björn Gustavsson |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | Replace usage of erlang:now() with usage of new API | Rickard Green |
2015-03-19 | cerl: Correct incorrect EDoc references | Björn Gustavsson |
2015-03-19 | Merge branch 'egil/maps/hamt/OTP-12585' | Björn-Egil Dahlberg |
2015-03-12 | compiler: Fix map_SUITE:t_map_sort_literal for new map compare order | Sverker Eriksson |
2015-03-11 | v3_life: Combine literal/2 and literal2/2 | Björn Gustavsson |
2015-03-09 | v3_codegen: Don't save options in the process dictionary | Björn Gustavsson |
2015-03-09 | Don't inline core_parse | Björn Gustavsson |
2015-03-09 | v3_core: Teach pat_alias/2 to eliminate duplicated variables | Björn Gustavsson |
2015-03-09 | beam_dead: Improve optimization by eliminating fallthroughs | Björn Gustavsson |
2015-03-09 | beam_dead: Optimize Var =:= Var | Björn Gustavsson |
2015-03-09 | beam_peep: Optimize away redundant use of is_boolean tests | Björn Gustavsson |
2015-03-09 | beam_bool: Correct initialized_regs/2 | Björn Gustavsson |
2015-03-09 | sys_core_fold: Generalize case optimization | Björn Gustavsson |
2015-03-09 | sys_core_fold: Improve optimization of 'not' | Björn Gustavsson |
2015-03-09 | sys_core_fold: Suppress compiler warnings when evaluating element/2 | Björn Gustavsson |
2015-03-09 | Clean up evaluation of setelement/3 | Björn Gustavsson |
2015-03-09 | Replace '==' with '=:=' when both operands are integers | Björn Gustavsson |
2015-03-09 | Update type information based on BIFs that returns integers | Björn Gustavsson |
2015-03-09 | sys_core_fold: Strengthen type optimization in lets | Björn Gustavsson |
2015-03-09 | v3_codegen: Teach the put_map_* instructions to reuse source registers | Björn Gustavsson |
2015-03-09 | beam_validator: Tighten tests of maps | Björn Gustavsson |
2015-03-09 | v3_core: Eliminate the sloppiness-encouraging get_ianno/1 function | Björn Gustavsson |
2015-03-09 | v3_core: Add is_map tests before map instructions | Björn Gustavsson |
2015-03-09 | beam_type: Use the complete register map when calculating liveness | Björn Gustavsson |
2015-03-09 | Introduce '%live' annotations with a complete register map | Björn Gustavsson |
2015-02-27 | beam_validator: Teach bif_type/3 and is_bif_safe/2 about is_map/1 | Björn Gustavsson |
2015-02-27 | v3_core: Simplify conversion of map patterns | Björn Gustavsson |
2015-02-23 | Merge branch 'bjorn/compiler/beam_jump-share' | Björn Gustavsson |
2015-02-23 | Merge branch 'bjorn/compiler/sys_core_fold' | Björn Gustavsson |