aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2019-02-01Merge pull request #2122 from bjorng/bjorn/compiler/fix-beam_exceptBjörn Gustavsson
2019-01-31Fix internal consistency failure caused by beam_exceptBjörn Gustavsson
2019-01-31Merge branch 'maint'Björn Gustavsson
2019-01-30Eliminate bogus warning when using tuple callsBjörn Gustavsson
2019-01-29Enhance optimization of function_clause exceptionsBjörn Gustavsson
2019-01-28Fix crash in beam_ssa_typeBjörn Gustavsson
2019-01-24Make the beam_validator smarter again, againJohn Högberg
2019-01-24compiler: Introduce module-level type optimizationJohn Högberg
2019-01-24beam_ssa_opt: Add a scaffold for module-level optimizationsJohn Högberg
2019-01-21beam_ssa_type: Fix type subtraction in #b_switch{}John Högberg
2019-01-21beam_ssa_type: Remove wait_timeout instructions with a timeout of 0John Högberg
2019-01-18Merge branch 'bjorn/compiler/beam_validator/ERL-832'Björn Gustavsson
2019-01-17Make the beam_validator smarter (again)Björn Gustavsson
2019-01-16Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson
2019-01-16Merge branch 'maint'Björn Gustavsson
2019-01-14beam_type: Eliminate compiler crash when arithmetic expression failsBjörn Gustavsson
2019-01-14Introduce subtraction of typesBjörn Gustavsson
2019-01-07Merge branch 'maint'Björn Gustavsson
2019-01-07Remove unsafe optimization for delaying creation of stackframeBjörn Gustavsson
2018-12-13Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson
2018-12-06Merge branch 'maint'Björn Gustavsson
2018-12-05Fix unsafe optimization of stack trace buildingBjörn Gustavsson
2018-12-05beam_ssa_pre_codegen: Fix an internal consistency failureBjörn Gustavsson
2018-11-30Cover code in beam_ssa_optBjörn Gustavsson
2018-11-30Cover code in beam_ssa_deadBjörn Gustavsson
2018-11-30Cover code in beam_trimBjörn Gustavsson
2018-11-29Eliminate warnings for unused variablesBjörn Gustavsson
2018-11-29regressions_SUITE: Fix exportsBjörn Gustavsson
2018-11-29map_SUITE: Test for mixed map creationBjörn Gustavsson
2018-11-29map_SUITE: Fix indentationBjörn Gustavsson
2018-11-28Cover more code in beam_jumpBjörn Gustavsson
2018-11-28Cover some code in beam_peepBjörn Gustavsson
2018-11-28Share the code for semantically equivalent blocksBjörn Gustavsson
2018-11-21Merge branch 'maint'Björn Gustavsson
2018-11-20Fix internal consistency failure for is_function/2Björn Gustavsson
2018-11-06beam_trim: Handle the new binary matching instructionsBjörn Gustavsson
2018-11-06beam_trim, beam_jump: Print Name/Arity if there is a crashBjörn Gustavsson
2018-11-02Merge branch 'maint'Björn Gustavsson
2018-11-02Merge pull request #2011 from bjorng/bjorn/compiler/beam_exceptBjörn Gustavsson
2018-11-01Merge branch 'bjorn/compiler/diffable'Björn Gustavsson
2018-10-31Fix bug when beam_jump removes put_tuple instructionsBjörn Gustavsson
2018-10-30beam_except: Generalize translation to func_info instructionsBjörn Gustavsson
2018-10-23Add a diffable option for the compilerBjörn Gustavsson
2018-10-22Make the move elimination optimization in beam_jump safeBjörn Gustavsson
2018-10-16Merge branch 'maint'John Högberg
2018-10-16Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' int...John Högberg
2018-10-15beam_utils: Handle bs_start_match2 in anno_defsJohn Högberg
2018-10-08Merge branch 'maint'John Högberg
2018-10-05beam_ssa_pre_codegen: Literal funs need stack frames tooJohn Högberg
2018-10-05compiler: Forward +source flag to epp and fix bug in +deterministicJohn Högberg