summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAge
...
* Stack Coloring: When searching for disjoint regions, do not compare intervals...Nadav Rotem2012-09-10
* Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem2012-09-10
* Fix a typo in the comment.Nadav Rotem2012-09-10
* Add an assertion that the frame index is indeed inside the declared lifetime ...Nadav Rotem2012-09-10
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-06
* Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06