Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stack Coloring: We have code that checks that all of the uses of allocas | Nadav Rotem | 2012-09-13 | 1 | -0/+24 |
* | Stack coloring: remove lifetime intervals which contain escaped allocas. | Nadav Rotem | 2012-09-12 | 1 | -3/+27 |
* | Stack Coloring: Handle the case where END markers come before BEGIN markers p... | Nadav Rotem | 2012-09-10 | 1 | -0/+27 |
* | Stack Coloring: Add support for multiple regions of the same slot, within a ... | Nadav Rotem | 2012-09-10 | 1 | -0/+28 |
* | Teach the DAGBuilder about lifetime markers which are generated from PHINodes. | Nadav Rotem | 2012-09-10 | 1 | -0/+35 |
* | Disable stack coloring by default in order to resolve the i386 failures. | Nadav Rotem | 2012-09-06 | 1 | -2/+2 |
* | Fix the test by specifying an exact cpu model. | Nadav Rotem | 2012-09-06 | 1 | -2/+2 |
* | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem | 2012-09-06 | 1 | -0/+272 |