Age | Commit message (Expand) | Author |
2015-04-22 | beam_block: Optimize matching of binary literals | Björn Gustavsson |
2015-04-22 | compile: Add the {eprof,Pass} option for easy eprof running | 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 | 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-03-30 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg |
2015-03-27 | compiler: Strengthen Maps tests | Björn-Egil Dahlberg |
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-09 | v3_core: Teach pat_alias/2 to eliminate duplicated variables | Björn Gustavsson |
2015-03-09 | sys_core_fold: Improve optimization of 'not' | Björn Gustavsson |
2015-03-09 | Clean up evaluation of setelement/3 | 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_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-23 | Merge branch 'bjorn/compiler/beam_jump-share' | Björn Gustavsson |
2015-02-23 | Merge branch 'bjorn/compiler/sys_core_fold' | Björn Gustavsson |
2015-02-20 | Merge branch 'bjorn/compiler/beam_validator' | Björn Gustavsson |
2015-02-20 | sys_core_fold: Fix non-tail-recursive list comprehensions | Björn Gustavsson |
2015-02-20 | beam_jump: Don't jump into the middle of a 'try' | Björn Gustavsson |
2015-02-18 | beam_validator: Exit immediately on crashes | Björn Gustavsson |
2015-02-18 | beam_validator: Remove the file/1 and files/1 functions | Björn Gustavsson |
2015-02-18 | beam_validator: Remove support for all other unsupported instructions | Björn Gustavsson |
2015-02-18 | beam_validator: Remove support for unsupported bit syntax instructions | Björn Gustavsson |
2015-02-18 | beam_validator: Tighten and simplify map validation code | Björn Gustavsson |
2015-02-18 | map_SUITE: Cover comparisons of 'nil' in v3_codegen | Björn Gustavsson |
2015-02-12 | cerl: Teach is_literal_term/1 to handle maps | Björn Gustavsson |
2015-02-12 | sys_core_fold: Refactor type information access | Björn Gustavsson |
2015-02-12 | test_lib: Include test_server.hrl using -include_lib | Björn Gustavsson |
2015-02-05 | Merge branch 'bjorn/compiler/dup-bug-fix/OTP-12453' | Björn Gustavsson |
2015-02-05 | Merge branch 'bjorn/compiler/map-core-syntax/OTP-12454' | Björn Gustavsson |
2015-02-05 | Merge branch 'maint' | Björn Gustavsson |
2015-02-04 | Correct unsafe optimization of '==' and '/=' | Björn Gustavsson |
2015-02-03 | Teach case_opt/3 to avoid unnecessary building | Björn Gustavsson |
2015-02-03 | sys_core_fold: Optimize let statements more aggressively | Björn Gustavsson |
2015-02-03 | Suppress warnings for expressions that are assigned to '_' | Björn Gustavsson |
2015-02-03 | Merge branch 'maint' | Björn Gustavsson |
2015-02-03 | Be more careful about map patterns when evalutating element/2 | Björn Gustavsson |
2015-02-03 | Do not convert map patterns to map expressions | Björn Gustavsson |
2015-01-30 | Make the syntax for map pairs readable | Björn Gustavsson |
2015-01-29 | Merge branch 'bjorn/compiler/map-fixes' | Björn Gustavsson |
2015-01-28 | core_pp: Correct printing of map literals | Björn Gustavsson |
2015-01-27 | Strengthen and modernize compile_SUITE | Björn Gustavsson |
2015-01-26 | Speed up running of compiler test suites in coverage mode | Björn Gustavsson |