aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/ops.tab
AgeCommit message (Expand)Author
2011-08-03Fix binary construction with huge literal sizesBjörn Gustavsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-03-29BEAM loader: Simplify handling of the func_info/3 instructionBjörn Gustavsson
2011-01-17Introduce a few more variations of the move instructionsBjörn Gustavsson
2011-01-17Combine a move + jump sequence into the move_jump instructionBjörn Gustavsson
2011-01-17Optimize and clean-up the exact equality/non-equality instructionsBjörn Gustavsson
2011-01-17Optimize addition of a small integer to a variableBjörn Gustavsson
2011-01-17Introduce a special instruction for select_val with two valuesBjörn Gustavsson
2011-01-17Introduce a few more specialized put_list instructionsBjörn Gustavsson
2011-01-17Eliminate the "put_list c n Dst" instructionsBjörn Gustavsson
2011-01-17Eliminate the specific move_sd instructionBjörn Gustavsson
2011-01-17Eliminate use of GetArg1() in the badmatch and case_end instructionsBjörn Gustavsson
2011-01-17Eliminate use of GetArg2() in the i_element instructionBjörn Gustavsson
2011-01-17Eliminate use of GetArg1() in the fast_element instructionBjörn Gustavsson
2011-01-17Eliminate use of GetArg1() in the jump_on_val* instructionsBjörn Gustavsson
2011-01-17Eliminate use of GetArg1() in the select_val instructionBjörn Gustavsson
2011-01-17Optimize creation of tuplesBjörn Gustavsson
2011-01-17Allow packing of some more instructionsBjörn Gustavsson
2011-01-17Eliminate redundant jump instructionsBjörn Gustavsson
2011-01-17Eliminate the special instructions for selecting floats and bignumsBjörn Gustavsson
2011-01-17BEAM loader: Introduce a new move2_xxxx instructionBjörn Gustavsson
2011-01-17BEAM loader: Pack more instructions using a new 'Q' typeBjörn Gustavsson
2011-01-17Remove the last vestiges of the allocating fmove/2 instructionBjörn Gustavsson
2010-06-03Fix ops.tab to include i_return_time_traceBjörn-Egil Dahlberg
2010-06-03Call time breakpoint tracing frameworkBjörn-Egil Dahlberg
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-20erts: Stop supporting non-literal empty tuplesBjörn Gustavsson
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-11erts: Implement recv_mark/1 and recv_set/1 for realBjörn Gustavsson
2010-05-11Introduce the new recv_mark/1 and recv_mark/1 instructionsBjörn Gustavsson
2010-04-07erts: Fix loading of modules with invalid floating point arithmeticBjörn Gustavsson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP