Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a type propagation phase after building SSA. | Nicolas Geoffray | 2014-06-09 | 1 | -0/+7 |
* | Fix some bugs in graph construction/simplification methods. | Nicolas Geoffray | 2014-06-09 | 1 | -4/+43 |
* | Fix a bug in SSA construction. | Nicolas Geoffray | 2014-06-04 | 1 | -0/+30 |
* | Linearize the graph before creating live ranges. | Nicolas Geoffray | 2014-05-16 | 1 | -4/+5 |
* | Add a compilation tracing mechanism to the new compiler. | Nicolas Geoffray | 2014-05-14 | 1 | -2/+2 |
* | Add loop recognition and CFG simplifications in new compiler. | Nicolas Geoffray | 2014-05-13 | 1 | -24/+41 |
* | Build live-in, live-out and kill sets for each block. | Nicolas Geoffray | 2014-05-07 | 1 | -3/+3 |
* | Add a Transform to SSA phase to the optimizing compiler. | Nicolas Geoffray | 2014-04-28 | 1 | -0/+444 |