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
/
beam_emu.c
Age
Commit message (
Expand
)
Author
2011-11-30
Merge branch 'bjorn/deprecate-tuple-funs/OTP-9649'
Björn Gustavsson
2011-11-30
erts: Warn the first time a tuple fun is called
Björn Gustavsson
2011-11-25
beam_emu.c: Eliminate warnings when NO_JUMP_TABLE is defined
Björn Gustavsson
2011-11-25
beam_emu.c: Use the correct void* type for computed gotos
Björn Gustavsson
2011-11-18
Merge branch 'pan/binary_match_scope/OTP-9701'
Patrik Nyblom
2011-11-17
erts: Rename macros used by float instructions without FPE
Sverker Eriksson
2011-11-16
Remove remaining gcc 4.6 assigned-but-not-used warnings from erts
Patrik Nyblom
2011-11-13
Merge branch 'rickard/thr-progress-block/OTP-9631'
Rickard Green
2011-11-13
Replace system block with thread progress block
Rickard Green
2011-10-26
Store the trap address in p->i
Björn Gustavsson
2011-10-26
Store the trap arguments in the X register array
Björn Gustavsson
2011-10-26
Simplify the instructions for calling BIFs
Björn Gustavsson
2011-10-26
Change the calling convention for BIFs
Björn Gustavsson
2011-10-26
Use the proper macros in all BIFs
Björn Gustavsson
2011-10-20
Merge branch 'bjorn/unicode-noncharacters/OTP-9624'
Björn Gustavsson
2011-10-13
Allow noncharacter code points in unicode encoding and decoding
Björn Gustavsson
2011-10-11
Refactor 'too_old_compiler' handling
Björn Gustavsson
2011-10-11
Remove the special instructions for the hybrid heap emulator
Björn Gustavsson
2011-09-06
BEAM: Unify allocation of X and float registers
Björn Gustavsson
2011-08-16
beam_emu: Factor out saving of stack trace from save_stacktrace()
Björn Gustavsson
2011-08-16
Fix decrement of continuation pointers
Björn Gustavsson
2011-08-16
Refactor building of the exception stacktrace
Björn Gustavsson
2011-08-16
emulator: Add a fourth element in exception stacktraces
Björn Gustavsson
2011-08-16
compiler, emulator: Introduce the line/1 instruction
Björn Gustavsson
2011-08-03
Fix construction of <<0:((1 bsl 32)-1)>>
Björn Gustavsson
2011-05-13
Merge branch 'rickard/barriers/OTP-9281' into dev
Rickard Green
2011-05-13
Silence warnings
Rickard Green
2011-05-11
Eliminate alias warning in gcc 4.5.2
Björn Gustavsson
2011-04-14
Merge branch 'maint-r14' into dev
Sverker Eriksson
2011-04-11
Fix thread unsafe access
Rickard Green
2011-04-11
Only set status P_WAITING when needed
Rickard Green
2011-03-29
Fix duplicate entries in stacktraces after calling certain BIFs
Björn Gustavsson
2011-03-10
Merge branch 'pg/fix-hibernate-with-hipe' into dev
Sverker Eriksson
2011-03-04
erts: Initialize register that may be referenced by garbage collection
Björn Gustavsson
2011-03-02
Merge branch 'pan/halfword-tmp-heap-fixes/OTP-8332' into dev
Patrik Nyblom
2011-02-25
Merge branch 'rickard/temp_alloc_check/OTP-9028' into dev
Rickard Green
2011-02-23
beam_emu: Eliminate redundant #ifdef
Björn Gustavsson
2011-02-23
beam_emu: Remove unnecessary decrement of I in "case_end r"
Björn Gustavsson
2011-02-10
Verify that temp allocated memory is released
Rickard Green
2011-01-29
Fix several bugs related to hibernate/3 and HiPE
Paul Guyot
2011-01-17
Introduce a few more variations of the move instructions
Björn Gustavsson
2011-01-17
Combine a move + jump sequence into the move_jump instruction
Björn Gustavsson
2011-01-17
Optimize and clean-up the exact equality/non-equality instructions
Björn Gustavsson
2011-01-17
Optimize addition of a small integer to a variable
Björn Gustavsson
2011-01-17
Introduce a special instruction for select_val with two values
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the badmatch and case_end instructions
Björn Gustavsson
2011-01-17
Eliminate use of GetArg2() in the i_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the fast_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the jump_on_val* instructions
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the select_val instruction
Björn Gustavsson
[next]