Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break apart tail-recursive call instructions | Björn Gustavsson | 2012-10-10 | 1 | -1/+15 |
* | Represent the 'send' instruction as a call_ext/2 instruction | Björn Gustavsson | 2012-10-10 | 1 | -0/+2 |
* | Rewrite select_val and select_tuple_arity to a select instruction | Björn Gustavsson | 2012-10-10 | 1 | -0/+4 |
* | Rewrite binary creation instructions to bs_init instructions | Björn Gustavsson | 2012-10-09 | 1 | -0/+10 |
* | Rewrite bs_add, bs_utf*_size to BIF instructions in optimizations | Björn Gustavsson | 2012-10-09 | 1 | -0/+6 |
* | Rewrite bs_put* instructions to a generic bs_put instruction | Björn Gustavsson | 2012-10-09 | 1 | -1/+20 |
* | Refactor removal of unused labels | Björn Gustavsson | 2012-10-09 | 1 | -1/+4 |
* | Introduce the mandatory beam_a and beam_z passes | Björn Gustavsson | 2012-10-09 | 1 | -0/+39 |