Age | Commit message (Expand) | Author |
---|---|---|
2018-10-01 | Merge pull request #1965 from bjorng/bjorn/compiler/misc-cleanups | Björn Gustavsson |
2018-09-28 | Remove unused instruction bs_context_to_binary from the compiler | John Högberg |
2018-09-28 | Rewrite BSM optimizations in the new SSA-based intermediate format | John Högberg |
2018-09-26 | Move bif_to_test/3 from beam_utils to beam_ssa_codegen | Björn Gustavsson |
2018-09-26 | Move allocation combining from beam_flatten to beam_ssa_codegen | Björn Gustavsson |
2018-09-26 | Move optimization of 'move' from beam_flatten to beam_ssa_codegen | Björn Gustavsson |
2018-09-20 | Consistently use #b_var{} instead of var_name() | John Högberg |
2018-09-17 | beam_ssa_codegen: Don't emit kill instructions before exit BIFs | Björn Gustavsson |
2018-09-12 | Optimize 'and' and 'or' instructions | Björn Gustavsson |
2018-09-03 | Introduce a put_tuple2 instruction | Björn Gustavsson |
2018-08-24 | Introduce a new SSA-based intermediate format | Björn Gustavsson |