Age | Commit message (Expand) | Author |
2015-07-03 | Add back frequently used x(0) instructions | Björn Gustavsson |
2015-07-03 | Remove the last use of tmp_arg1 | Björn Gustavsson |
2015-07-03 | Remove the i_fetch instruction | Björn Gustavsson |
2015-07-03 | Eliminate use of i_fetch for bit syntax instructions | Björn Gustavsson |
2015-07-03 | Eliminate the use of i_fetch for BIF instructions | Björn Gustavsson |
2015-07-03 | Eliminate the use of i_fetch for relational operators | Björn Gustavsson |
2015-07-03 | Eliminate the use of i_fetch in arithmetic instructions | Björn Gustavsson |
2015-07-03 | Make the 'r' operand type optional | Björn Gustavsson |
2015-07-03 | Allow X and Y registers to be overloaded with any literal | Björn Gustavsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-04-27 | erts: Specialize minus and plus instruction | Björn-Egil Dahlberg |
2015-04-27 | erts: Add move2 specialization for common move patterns | Björn-Egil Dahlberg |
2015-04-24 | erts: Specialize rem instruction for common case | Björn-Egil Dahlberg |
2015-04-24 | erts: Specialize band instruction for common case | Björn-Egil Dahlberg |
2015-04-23 | erts: Add move window instruction | Björn-Egil Dahlberg |
2015-04-23 | erts: Add instruction move3 for xy and xx | Björn-Egil Dahlberg |
2015-04-23 | erts: Specialize compare instructions | Björn-Egil Dahlberg |
2015-04-13 | Pre-compute hash values for the general get_map_elements instruction | Björn Gustavsson |
2015-04-13 | Teach the loader to pre-compute the hash value for single-key lookups | Björn Gustavsson |
2015-04-13 | Optimize use of i_get_map_element/4 | Björn Gustavsson |
2015-04-13 | Sort maps keys in the loader | Björn Gustavsson |
2015-04-13 | De-optimize the has_map_fields instructions | Björn Gustavsson |
2015-04-13 | Fully evaluate is_map/1 for literals at load-time | Björn Gustavsson |
2015-04-13 | Remove the fail label operand of the new_map instruction | Björn Gustavsson |
2015-04-13 | Correct transformation of put_map_assoc to new_map | Björn Gustavsson |
2015-04-13 | Remove support for put_map_exact without a source map | Björn Gustavsson |
2014-12-05 | erts: Use linear search for small select_val arrays | Björn-Egil Dahlberg |
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 |