Age | Commit message (Expand) | Author |
2015-01-29 | Merge branch 'bjorn/compiler/map-fixes' | Björn Gustavsson |
2015-01-29 | cerl: Remove a clause in fold_map_pairs/3 that will never be reached | Björn Gustavsson |
2015-01-29 | Move grouping of map constructions from v3_core to v3_kernel | Björn Gustavsson |
2015-01-28 | core_pp: Correct printing of map literals | Björn Gustavsson |
2015-01-28 | sys_core_fold: Remove uncovered clauses matching #c_map{} | Björn Gustavsson |
2015-01-27 | core_parse: Always fold literal conses | Björn Gustavsson |
2015-01-26 | beam_z: Remove the uncovered to_typed_literal/1 function | Björn Gustavsson |
2015-01-26 | cerl: Make sure that we preserve the invariants for maps | Björn Gustavsson |
2015-01-26 | cerl_clauses: Fix indentation | Björn Gustavsson |
2015-01-26 | sys_core_fold: Strengthen optimization of letrecs in effect context | Björn Gustavsson |
2015-01-26 | Fix handling of binary map keys in comprehensions | Björn Gustavsson |
2015-01-26 | core_lib: Teach is_var_used/2 to handle keys in map patterns | Björn Gustavsson |
2015-01-23 | Merge branch 'egil/fix-maps-compiler-coverage/OTP-12425' | Björn-Egil Dahlberg |
2015-01-21 | Merge branch 'bjorn/compiler/coverage' | Björn Gustavsson |
2015-01-21 | Merge branch 'maint' | Björn Gustavsson |
2015-01-21 | beam_utils: Remove unreachable clauses in live_opt/4 | Björn Gustavsson |
2015-01-19 | core_lib: Handle patterns in map values | Björn Gustavsson |
2015-01-16 | Merge branch 'oliv3/math_log2/OTP-12411' | Marcus Arendt |
2015-01-16 | beam_clean: Remove handling of forgotten instructions | Björn Gustavsson |
2015-01-16 | Merge branch 'maint' | Björn Gustavsson |
2015-01-16 | Merge branch 'bjorn/compiler/map-in-record-bug/OTP-12402' into maint | Björn Gustavsson |
2015-01-14 | Add math:log2/1 | Olivier Girondel |
2015-01-14 | beam_bool: Correct live calculation for GC BIFs | Björn Gustavsson |
2015-01-14 | beam_bool: Correct indentation for try...catch | Björn Gustavsson |
2015-01-14 | sys_core_fold: Correct optimization of 'case' | Björn Gustavsson |
2015-01-12 | compiler: Rename util function to adhere to name policy | Björn-Egil Dahlberg |
2015-01-12 | compiler: Remove get_map_elements label check in blocks | Björn-Egil Dahlberg |
2015-01-12 | Update the comments that explain what beam_dead does | Björn Gustavsson |
2015-01-09 | compiler: Remove unnecassary guard for get_map_elements | Björn-Egil Dahlberg |
2015-01-09 | compiler: Remove dead code in beam_flatten | Björn-Egil Dahlberg |
2015-01-09 | Improve optimization of bs_start_match2 | Björn Gustavsson |
2015-01-09 | Extend count_bits_matched/3 to handle the UTF instructions | Björn Gustavsson |
2015-01-09 | Generalize optimizations using shortcut_rel_op/4 | Björn Gustavsson |
2015-01-09 | beam_dead: Optimize branches from relational conditionals | Björn Gustavsson |
2014-12-01 | compiler: Coalesce map keys in dialyzer mode | Björn-Egil Dahlberg |
2014-11-17 | Merge branch 'maint' | Björn Gustavsson |
2014-10-27 | Extract annotations from filter qualifiers in a type-friendly way | Björn Gustavsson |
2014-10-27 | Fix miscompilation when module contains multiple named funs | Anthony Ramine |
2014-10-21 | Merge branch 'egil/map-type-opt/OTP-12253' | Björn-Egil Dahlberg |
2014-10-20 | Merge branch 'tuncer/compiler/finalize-asm-deprecation/OTP-12100' | Björn Gustavsson |
2014-10-07 | compiler: Type is_nonempty_list optimization | Björn-Egil Dahlberg |
2014-10-07 | compiler: Type map optimization | Björn-Egil Dahlberg |
2014-10-03 | Merge branch 'egil/maps/variable-keys/OTP-12218' | Björn-Egil Dahlberg |
2014-10-02 | compiler: Properly support Map aliasing | Björn-Egil Dahlberg |
2014-10-01 | compiler: Refactor Map pairs aliasing | Björn-Egil Dahlberg |
2014-10-01 | compiler: Fix harmless need_heap error for Maps | Björn-Egil Dahlberg |
2014-09-01 | Update primary bootstrap | Björn Gustavsson |
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson |
2014-08-26 | compiler: Fix v3_core Maps pair chains | Björn-Egil Dahlberg |
2014-08-26 | compiler: Use expressions in core patterns | Björn-Egil Dahlberg |