index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
instrs.tab
Age
Commit message (
Expand
)
Author
2019-04-12
crash dump: Include correct IP for a garbing process
Björn Gustavsson
2019-03-20
Optimize moving of several Y registers to X registers
Björn Gustavsson
2019-03-19
Remove the move_dup instruction
Björn Gustavsson
2019-03-19
Tune the move_jump instruction
Björn Gustavsson
2019-03-19
Combine move with trim
Björn Gustavsson
2019-03-19
Combine is_tuple with is_tagged_tuple
Björn Gustavsson
2019-03-06
Slightly optimize is_eq and is_ne
Björn Gustavsson
2019-03-06
Introduce move_window2 and remove move2_par_xyxy
Björn Gustavsson
2019-03-01
Combine is_nonempty_list with get_hd/get_tl
Björn Gustavsson
2019-03-01
Remove the combined instruction is_nonempty_list_test_heap
Björn Gustavsson
2019-03-01
Combine more init instructions
Björn Gustavsson
2019-03-01
Combine test_arity with get_tuple_element
Björn Gustavsson
2019-03-01
Combine get_tuple_element when destinations are not consecutive
Björn Gustavsson
2019-01-21
Optimize the is_function/2 guard test
Björn Gustavsson
2018-12-13
Add missing annotations in instrs.tab
Michał Muskała
2018-09-03
Introduce a put_tuple2 instruction
Björn Gustavsson
2018-06-18
Update copyright year
Henrik Nord
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