Age | Commit message (Expand) | Author |
2015-05-22 | Merge branch 'egil/fix-compiler-beam_bsm/OTP-12758' | Björn-Egil Dahlberg |
2015-05-21 | Don't make 'compiler' dependent on 'tools' | Björn Gustavsson |
2015-05-21 | compiler: Add tests for beam_bsm get_map_elements | Björn-Egil Dahlberg |
2015-05-21 | compiler: Teach beam_bsm get_map_elements instruction | Björn-Egil Dahlberg |
2015-05-13 | Revert "Prepare release" | Henrik Nord |
2015-05-12 | Prepare release | Erlang/OTP |
2015-05-08 | Update runtime depencies for the compiler application | Björn Gustavsson |
2015-05-08 | Merge branch 'nox/compiler/parse_transform-undef/OTP-12723' | Björn Gustavsson |
2015-04-30 | compiler: Use module erl_anno | Hans Bolinder |
2015-04-29 | Merge branch 'bjorn/compiler/misc' | Björn Gustavsson |
2015-04-29 | test_lib: Simplify uniq/0 | Björn Gustavsson |
2015-04-29 | beam_dict: Correct comparison in opcode/2 | Björn Gustavsson |
2015-04-29 | beam_utils: Re-use the local helper function drop_labels/1 | Björn Gustavsson |
2015-04-29 | beam_asm: Speed up encoding of large numbers | Björn Gustavsson |
2015-04-29 | compilation_SUITE: Speed up the self_compile test cases | Björn Gustavsson |
2015-04-29 | beam_listing: Optimize writing of .S files | Björn Gustavsson |
2015-04-29 | v3_core, v3_codegen: Eliminate old-style catches | Björn Gustavsson |
2015-04-29 | cerl_inline: Replace old-style 'catch' with 'try'...'catch' | Björn Gustavsson |
2015-04-29 | sys_core_fold: Suppress warnings better | Björn Gustavsson |
2015-04-29 | beam_utils: Teach check_liveness/3 to understand get_map_elements | Björn Gustavsson |
2015-04-29 | Teach beam_trim to handle map instructions | Björn Gustavsson |
2015-04-29 | beam_utils: Be less conservative about liveness for exit instructions | Björn Gustavsson |
2015-04-29 | beam_validator: Stop validating the 'aligned' flag for binaries | Björn Gustavsson |
2015-04-29 | beam_validator: Clean up updating of types for y register | Björn Gustavsson |
2015-04-27 | Merge branch 'bjorn/use-monotonic-time' | Björn Gustavsson |
2015-04-23 | beam_validator: Remove support for removed BIF fault/1,2 | Björn Gustavsson |
2015-04-23 | beam_validator: Correct merging of states | Björn Gustavsson |
2015-04-23 | beam_validator: Correct merging of y registers | Björn Gustavsson |
2015-04-22 | sys_pre_expand: Remove unused fields in #expand{} record | Björn Gustavsson |
2015-04-22 | v3_life: Optimize updating of the variable data base | Björn Gustavsson |
2015-04-22 | beam_jump: Replace use of lists:dropwhile/2 with a custom function | Björn Gustavsson |
2015-04-22 | beam_asm: Eliminate unnecessary use of iolist_to_binary/1 | Björn Gustavsson |
2015-04-22 | beam_bsm: Optimize btb_index() | Björn Gustavsson |
2015-04-22 | beam_type: Eliminate redundant calls to checkerror_1/2 | Björn Gustavsson |
2015-04-22 | beam_utils: Optimize index_labels_1/2 | Björn Gustavsson |
2015-04-22 | beam_block: Optimize matching of binary literals | Björn Gustavsson |
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 | compile: Teach 'time' option to show three significant decimals | 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 |