Age | Commit message (Expand) | Author |
2015-11-17 | [compiler] Correct documentation | Hans Bolinder |
2015-11-16 | Merge branch 'bjorn/cleanup' | Björn Gustavsson |
2015-11-16 | beam_validator: Don't allow an 'undefined' entry label in a function | Björn Gustavsson |
2015-11-16 | beam_validator: Remove obsolete DEBUG support | Björn Gustavsson |
2015-11-11 | v3_kernel: Speed up compilation of modules with many funs | Björn Gustavsson |
2015-11-11 | beam_dict: Speed up storage of funs | Björn Gustavsson |
2015-11-11 | beam_asm: Speed up assembly for modules with many exports | Björn Gustavsson |
2015-11-10 | sys_core_dsetel: Use a map instead of a dict | Björn Gustavsson |
2015-11-10 | sys_pre_expand: Cover coerce_to_float/2 | Björn Gustavsson |
2015-11-10 | Cover code for callbacks in sys_pre_expand | Björn Gustavsson |
2015-11-10 | Cover sys_pre_expand:pattern/2 | Björn Gustavsson |
2015-11-10 | sys_pre_expand: Remove uncovered clause in pat_bit_size/2 | Björn Gustavsson |
2015-11-10 | sys_pre_expand: Clean up data structures | Björn Gustavsson |
2015-11-10 | sys_pre_expand: Remove vestiges of variable usage tracking | Björn Gustavsson |
2015-11-10 | sys_pre_expand: Remove imports of ordsets functions | Björn Gustavsson |
2015-11-09 | Merge branch 'maint' | Henrik Nord |
2015-11-09 | sys_pre_expand: Remove unnecessary inclusion of erl_bits.hrl | Björn Gustavsson |
2015-10-26 | Fix cerl_trees:label/2 bug with map K/V swap | Magnus Lång |
2015-10-09 | Update Compiler | Hans Bolinder |
2015-10-05 | beam_reorder: Eliminate compiler crash | Björn Gustavsson |
2015-09-28 | Merge branch 'bjorn/compiler/misc' | Björn Gustavsson |
2015-09-28 | Move select_val optimization from beam_clean to beam_peep | Björn Gustavsson |
2015-09-28 | beam_type: Improve optimizations by keeping track of booleans | Björn Gustavsson |
2015-09-28 | beam_type: Improve optimization by keeping track of integers | Björn Gustavsson |
2015-09-28 | beam_type: Remove unused clause | Björn Gustavsson |
2015-09-28 | beam_type: Fix forgotten change of internal representation | Björn Gustavsson |
2015-09-28 | beam_dead: Improve optimization of literal binary matching | Björn Gustavsson |
2015-09-28 | beam_dead: Optimize select_val instructions | Björn Gustavsson |
2015-09-28 | Move out bit syntax optimizations from beam_block | Björn Gustavsson |
2015-09-28 | sys_core_fold: Extend the list of BIFs that return integers | Björn Gustavsson |
2015-09-28 | v3_codegen: Optimize matching of the final size-less binary segment | Björn Gustavsson |
2015-09-23 | Merge tag 'OTP-18.1' | Henrik Nord |
2015-09-21 | Prepare release | Erlang/OTP |
2015-09-21 | Regain full coverage of beam_block | Björn Gustavsson |
2015-09-21 | Merge branch 'bjorn/compiler/remove-deprecated/OTP-12979' | Björn Gustavsson |
2015-09-14 | Merge branch 'maint' | Anders Svensson |
2015-09-14 | Merge branch 'bjorn/cuddle-with-tests' into maint | Björn Gustavsson |
2015-09-11 | Merge branch 'maint' | Zandra |
2015-09-11 | Merge branch 'c-rack/fix-typo3' into maint | Zandra |
2015-09-10 | core_lib: Remove previously deprecated functions | Björn Gustavsson |
2015-09-10 | compile_SUITE: Add test of warnings | Björn Gustavsson |
2015-09-07 | Merge branch 'maint' | Björn-Egil Dahlberg |
2015-09-04 | compiler: Fix get_map_elements register corruption | Björn-Egil Dahlberg |
2015-09-04 | compiler: Add extra checks for get_map_elements in validator | Björn-Egil Dahlberg |
2015-09-04 | compiler: Add test for corrupt register in get_map_elements | Björn-Egil Dahlberg |
2015-08-28 | Fix typo in call_last/3 spec | Constantin Rack |
2015-08-25 | Fix typo | Constantin Rack |
2015-08-24 | Fix typo: message to send is in x(1) not x(0) | Constantin Rack |
2015-08-21 | beam_validator: Don't allow x(1023) to be used | Björn Gustavsson |
2015-08-21 | v3_core: Improve code generation for guards | Björn Gustavsson |