aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_ssa_codegen.erl
AgeCommit message (Expand)Author
2019-08-05Merge branch 'maint'Björn Gustavsson
2019-08-05Ensure that the stack slots are initialized when matching mapsBjörn Gustavsson
2019-07-05compiler: Explain and rename ?BADARG_BLOCKJohn Högberg
2019-07-05compiler: Introduce exception trampolinesJohn Högberg
2019-05-27Merge branch 'maint'Björn Gustavsson
2019-05-27Fix loading of Core Erlang code for extracting a map elementBjörn Gustavsson
2019-05-22Merge pull request #2242 from bjorng/bjorn/add-swap-instructionBjörn Gustavsson
2019-05-22Make the swap instruction known to the compilerBjörn Gustavsson
2019-05-14Eliminate the beam_except passBjörn Gustavsson
2019-01-24compiler: Introduce module-level type optimizationJohn Högberg
2019-01-18beam_ssa_codegen: Remove forgotten and unreachable clauseBjörn Gustavsson
2019-01-11beam_ssa_codegen: Correct label generation for 'or'Björn Gustavsson
2018-11-19beam_ssa_codegen: Improve optimization of allocate instructionsBjörn Gustavsson
2018-10-01Merge pull request #1965 from bjorng/bjorn/compiler/misc-cleanupsBjörn Gustavsson
2018-09-28Remove unused instruction bs_context_to_binary from the compilerJohn Högberg
2018-09-28Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg
2018-09-26Move bif_to_test/3 from beam_utils to beam_ssa_codegenBjörn Gustavsson
2018-09-26Move allocation combining from beam_flatten to beam_ssa_codegenBjörn Gustavsson
2018-09-26Move optimization of 'move' from beam_flatten to beam_ssa_codegenBjörn Gustavsson
2018-09-20Consistently use #b_var{} instead of var_name()John Högberg
2018-09-17beam_ssa_codegen: Don't emit kill instructions before exit BIFsBjörn Gustavsson
2018-09-12Optimize 'and' and 'or' instructionsBjörn Gustavsson
2018-09-03Introduce a put_tuple2 instructionBjörn Gustavsson
2018-08-24Introduce a new SSA-based intermediate formatBjörn Gustavsson