aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackColoring.cpp
AgeCommit message (Expand)Author
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem
2012-09-10Enable stack coloring.Nadav Rotem
2012-09-10Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem
2012-09-10Minor cleanup. No functional change.Nadav Rotem
2012-09-10Stack Coloring: Debug prints to print the slot number and not the array index.Nadav Rotem
2012-09-10Stack Coloring: When searching for disjoint regions, do not compare intervals...Nadav Rotem
2012-09-10Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem
2012-09-10Fix a typo in the comment.Nadav Rotem
2012-09-10Add an assertion that the frame index is indeed inside the declared lifetime ...Nadav Rotem
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-09-06Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem