summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/StackColoring.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-25
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-15
* Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem2012-09-13
* Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem2012-09-12
* Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem2012-09-10
* Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem2012-09-10
* Teach the DAGBuilder about lifetime markers which are generated from PHINodes.Nadav Rotem2012-09-10
* Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem2012-09-06
* Fix the test by specifying an exact cpu model.Nadav Rotem2012-09-06
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06