Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support longs in the register allocator for x86_64. | Nicolas Geoffray | 2014-07-02 | 1 | -2/+4 |
* | Final CL to enable register allocation on x86. | Nicolas Geoffray | 2014-06-12 | 1 | -18/+57 |
* | Add a linear scan register allocator to the optimizing compiler. | Nicolas Geoffray | 2014-05-26 | 1 | -16/+21 |
* | Build live ranges in preparation for register allocation. | Nicolas Geoffray | 2014-05-19 | 1 | -2/+27 |
* | Linearize the graph before creating live ranges. | Nicolas Geoffray | 2014-05-16 | 1 | -0/+17 |
* | Add a compilation tracing mechanism to the new compiler. | Nicolas Geoffray | 2014-05-14 | 1 | -0/+199 |