aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/arith_instrs.tab
AgeCommit message (Expand)Author
2019-04-08erts: Optimize arithmetic ops using overflow intrinsicsJohn Högberg
2019-03-06Optimize the '*' operator when multiplying two small integersBjörn Gustavsson
2018-12-13Simplify GC BIFsBjörn Gustavsson
2017-10-01Move out variables from the head of combined instructionsBjörn Gustavsson
2017-10-01Eliminate the OpCode() macroBjörn Gustavsson
2017-09-28Eliminate MY_IS_SSMALL()Björn Gustavsson
2017-08-31Annotate arithmetic instructions with likely/unlikelyBjörn Gustavsson
2017-08-23arith_instrs.tab: Clean up bsl/bsrBjörn Gustavsson
2017-08-23Introduce more packable typesBjörn Gustavsson
2017-08-23Improve performance for bsl/bsrBjörn Gustavsson
2017-08-23arith_instrs.tab: Eliminate warning for uninitialized valueBjörn Gustavsson
2017-08-11Break out most instructions from beam_emu.cBjörn Gustavsson