Age | Commit message (Expand) | Author |
2012-06-25 | Don't go to single-scheduler mode when managing breakpoints | Björn Gustavsson |
2012-06-25 | Change the data structures for breakpoints | Björn Gustavsson |
2012-03-30 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Merge branch 'maint' | Patrik Nyblom |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom |
2012-03-22 | If VM probes are not enabled, short-circuit calls to probe BIFs | Björn Gustavsson |
2012-01-11 | beam_load.c: apply/2 does not need a special case | Björn Gustavsson |
2011-10-26 | Simplify the instructions for calling BIFs | Björn Gustavsson |
2011-10-11 | Simplify transformations of gc_bif[123] instructions | Björn Gustavsson |
2011-10-11 | Refactor 'too_old_compiler' handling | Björn Gustavsson |
2011-10-11 | Remove some unnecessary type constraints in transformations | Björn Gustavsson |
2011-10-11 | Get rid of redundant 'try_me_else' and 'fail' instructions | Björn Gustavsson |
2011-10-11 | Remove too_old_compiler handling for very old instruction variants | Björn Gustavsson |
2011-10-11 | Remove the special instructions for the hybrid heap emulator | Björn Gustavsson |
2011-10-11 | Remove optimization of 'move R R' | Björn Gustavsson |
2011-08-16 | ops.tab: Remove line instructions before tail-recursive calls | Björn Gustavsson |
2011-08-16 | BEAM loader: Load the line table | Björn Gustavsson |
2011-08-16 | compiler, emulator: Introduce the line/1 instruction | Björn Gustavsson |
2011-08-03 | Fix binary construction with huge literal sizes | Björn Gustavsson |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
2011-03-29 | BEAM loader: Simplify handling of the func_info/3 instruction | Björn Gustavsson |
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 | Introduce a few more specialized put_list instructions | Björn Gustavsson |
2011-01-17 | Eliminate the "put_list c n Dst" instructions | Björn Gustavsson |
2011-01-17 | Eliminate the specific move_sd instruction | 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 |
2011-01-17 | Optimize creation of tuples | Björn Gustavsson |
2011-01-17 | Allow packing of some more instructions | Björn Gustavsson |
2011-01-17 | Eliminate redundant jump instructions | Björn Gustavsson |
2011-01-17 | Eliminate the special instructions for selecting floats and bignums | Björn Gustavsson |
2011-01-17 | BEAM loader: Introduce a new move2_xxxx instruction | Björn Gustavsson |
2011-01-17 | BEAM loader: Pack more instructions using a new 'Q' type | Björn Gustavsson |
2011-01-17 | Remove the last vestiges of the allocating fmove/2 instruction | Björn Gustavsson |
2010-06-03 | Fix ops.tab to include i_return_time_trace | Björn-Egil Dahlberg |
2010-06-03 | Call time breakpoint tracing framework | Björn-Egil Dahlberg |
2010-05-20 | Remove the bs_bits_to_bytes/3 instruction | Björn Gustavsson |
2010-05-20 | erts: Stop supporting non-literal empty tuples | Björn Gustavsson |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-11 | erts: Implement recv_mark/1 and recv_set/1 for real | Björn Gustavsson |
2010-05-11 | Introduce the new recv_mark/1 and recv_mark/1 instructions | Björn Gustavsson |
2010-04-07 | erts: Fix loading of modules with invalid floating point arithmetic | Björn Gustavsson |