aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stack-color-with-reg.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove fragile test.Jakob Stoklund Olesen2009-11-171-1/+0
* Enable -split-phi-edges by default, except when -regalloc=local.Jakob Stoklund Olesen2009-11-171-1/+1
* Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.Evan Cheng2009-11-171-3/+1
* Enable -split-phi-edges by defaultJakob Stoklund Olesen2009-11-171-1/+3
* Move zext and sext casts fed by loads into the same block as theDan Gohman2009-10-161-2/+2
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-211-2/+2
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-181-3/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-051-1/+1
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-051-1/+1
* Revert changes accidentally committed along with r78163.Dan Gohman2009-08-051-1/+1
* Teach X86FastISel how to handle CCValAssign::BCvt, which is used forDan Gohman2009-08-051-1/+1
* LowerSubregsInstructionPass::LowerExtract should not extend the live range of...Jakob Stoklund Olesen2009-08-041-1/+1
* Catch more coalescing opportunities.Evan Cheng2009-07-181-1/+1
* Enable cross register class coalescing.Evan Cheng2009-07-181-1/+2
* Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...Evan Cheng2009-05-121-2/+1
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-071-0/+1
* Enable stack coloring with regs at -O3.Evan Cheng2009-05-051-0/+361