Age | Commit message (Expand) | Author |
2018-01-26 | Eliminate get_list/3 internally in the compiler | Björn Gustavsson |
2018-01-22 | Don't build a stacktrace if it's only passed to erlang:raise/3 | Björn Gustavsson |
2017-12-08 | Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692 | Björn Gustavsson |
2017-11-30 | Add syntax in try/catch to retrieve the stacktrace directly | Björn Gustavsson |
2017-11-30 | Stop trying to maximize the use of x(0) | Björn Gustavsson |
2017-10-21 | Optimize instructions for comparing a register with a literal | Björn Gustavsson |
2017-10-09 | Slightly speed up try/catch | Björn Gustavsson |
2017-10-01 | Move out variables from the head of combined instructions | Björn Gustavsson |
2017-10-01 | instrs.tab: Add missing -no_next directives | Björn Gustavsson |
2017-09-13 | Refactor instructions to support relative jumps | Björn Gustavsson |
2017-09-11 | Avoid using $Src more than once | Björn Gustavsson |
2017-09-04 | Don't allow macros to assign to hard-coded variables | Björn Gustavsson |
2017-09-04 | Eliminate unecessary instruction macro i_move_call_only() | Björn Gustavsson |
2017-08-31 | Add missing -no_next directives | Björn Gustavsson |
2017-08-31 | Eliminate three arguments for the apply() helper | Björn Gustavsson |
2017-08-31 | Add annotations for likely/unlikely | Björn Gustavsson |
2017-08-22 | Add missing -no_next for badarg instruction | Björn Gustavsson |
2017-08-11 | Break out most instructions from beam_emu.c | Björn Gustavsson |
2017-08-08 | Simplify specifying implementation of instructions | Björn Gustavsson |