Age | Commit message (Expand) | Author |
2014-03-17 | erts: Handle literals in is_map/1 | Björn-Egil Dahlberg |
2014-02-21 | erts: Maps src instructions can't be literals | Björn-Egil Dahlberg |
2014-02-19 | erts: Introduce new instructions for combined key fetches | Björn-Egil Dahlberg |
2014-02-05 | erts: Fix Maps for beam_load | Björn-Egil Dahlberg |
2014-01-28 | compiler: Implement different instructions for => and := | Björn Gustavsson |
2014-01-28 | erts: Maps beam-instruction definitions | Björn Gustavsson |
2014-01-28 | Implement support for maps in the compiler | Björn Gustavsson |
2013-11-18 | Execution of system tasks in context of another process | Rickard Green |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-07 | BEAM loader: Handle element(Pos, not_a_tuple) | Björn Gustavsson |
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 |