aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2015-01-26cerl: Make sure that we preserve the invariants for mapsBjörn Gustavsson
2015-01-26cerl_clauses: Fix indentationBjörn Gustavsson
2015-01-26sys_core_fold: Strengthen optimization of letrecs in effect contextBjörn Gustavsson
2015-01-26Fix handling of binary map keys in comprehensionsBjörn Gustavsson
2015-01-26core_lib: Teach is_var_used/2 to handle keys in map patternsBjörn Gustavsson
2015-01-26warnings_SUITE: Eliminate compiler warning for a shadowed variableBjörn Gustavsson
2015-01-26lc_SUITE: Add shadow/1Björn Gustavsson
2015-01-26Modernize lc_SUITEBjörn Gustavsson
2015-01-23Merge branch 'egil/fix-maps-compiler-coverage/OTP-12425'Björn-Egil Dahlberg
2015-01-21Merge branch 'bjorn/compiler/coverage'Björn Gustavsson
2015-01-21Merge branch 'maint'Björn Gustavsson
2015-01-21map_SUITE: Ensure recompilation when running coverBjörn Gustavsson
2015-01-21Add beam_utils_SUITE to cover more lines in beam_utilsBjörn Gustavsson
2015-01-21beam_utils: Remove unreachable clauses in live_opt/4Björn Gustavsson
2015-01-21receive_SUITE: Cover handling of recv_mark & recv_set in beam_utilsBjörn Gustavsson
2015-01-21beam_validator_SUITE: Mend the compiler_bug/1 test caseBjörn Gustavsson
2015-01-19core_lib: Handle patterns in map valuesBjörn Gustavsson
2015-01-16Merge branch 'oliv3/math_log2/OTP-12411'Marcus Arendt
2015-01-16beam_clean: Remove handling of forgotten instructionsBjörn Gustavsson
2015-01-16compile_SUITE: Test the 'dialyzer' optionBjörn Gustavsson
2015-01-16Merge branch 'maint'Björn Gustavsson
2015-01-16Merge branch 'bjorn/compiler/map-in-record-bug/OTP-12402' into maintBjörn Gustavsson
2015-01-14Add math:log2/1Olivier Girondel
2015-01-14beam_bool: Correct live calculation for GC BIFsBjörn Gustavsson
2015-01-14beam_bool: Correct indentation for try...catchBjörn Gustavsson
2015-01-14sys_core_fold: Correct optimization of 'case'Björn Gustavsson
2015-01-12compiler: Rename util function to adhere to name policyBjörn-Egil Dahlberg
2015-01-12compiler: Remove get_map_elements label check in blocksBjörn-Egil Dahlberg
2015-01-12Update the comments that explain what beam_dead doesBjörn Gustavsson
2015-01-09compiler: Remove unnecassary guard for get_map_elementsBjörn-Egil Dahlberg
2015-01-09compiler: Remove dead code in beam_flattenBjörn-Egil Dahlberg
2015-01-09compiler: Increase Maps code coverageBjörn-Egil Dahlberg
2015-01-09Improve optimization of bs_start_match2Björn Gustavsson
2015-01-09Extend count_bits_matched/3 to handle the UTF instructionsBjörn Gustavsson
2015-01-09misc_SUITE: Cover the exception handling code in beam_deadBjörn Gustavsson
2015-01-09Generalize optimizations using shortcut_rel_op/4Björn Gustavsson
2015-01-09beam_dead: Optimize branches from relational conditionalsBjörn Gustavsson
2014-12-10Merge tag 'OTP-17.4'Marcus Arendt
2014-12-09Prepare releaseErlang/OTP
2014-12-01compiler: Coalesce map keys in dialyzer modeBjörn-Egil Dahlberg
2014-11-17Merge branch 'maint'Björn Gustavsson
2014-10-27Extract annotations from filter qualifiers in a type-friendly wayBjörn Gustavsson
2014-10-27Fix miscompilation when module contains multiple named funsAnthony Ramine
2014-10-21Merge branch 'egil/map-type-opt/OTP-12253'Björn-Egil Dahlberg
2014-10-20Merge branch 'tuncer/compiler/finalize-asm-deprecation/OTP-12100'Björn Gustavsson
2014-10-07compiler: Type is_nonempty_list optimizationBjörn-Egil Dahlberg
2014-10-07compiler: Type map optimizationBjörn-Egil Dahlberg
2014-10-03Merge branch 'egil/maps/variable-keys/OTP-12218'Björn-Egil Dahlberg
2014-10-02compiler: Update test for Maps aliasingBjörn-Egil Dahlberg
2014-10-02compiler: Properly support Map aliasingBjörn-Egil Dahlberg