summaryrefslogtreecommitdiff
path: root/lib/compiler/src/beam_a.erl
Commit message (Expand)AuthorAgeFilesLines
* Break apart tail-recursive call instructionsBjörn Gustavsson2012-10-101-1/+15
* Represent the 'send' instruction as a call_ext/2 instructionBjörn Gustavsson2012-10-101-0/+2
* Rewrite select_val and select_tuple_arity to a select instructionBjörn Gustavsson2012-10-101-0/+4
* Rewrite binary creation instructions to bs_init instructionsBjörn Gustavsson2012-10-091-0/+10
* Rewrite bs_add, bs_utf*_size to BIF instructions in optimizationsBjörn Gustavsson2012-10-091-0/+6
* Rewrite bs_put* instructions to a generic bs_put instructionBjörn Gustavsson2012-10-091-1/+20
* Refactor removal of unused labelsBjörn Gustavsson2012-10-091-1/+4
* Introduce the mandatory beam_a and beam_z passesBjörn Gustavsson2012-10-091-0/+39