summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-loop-exit-cond.ll
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Enable MI Sched for x86.Andrew Trick1-3/+3
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick1-2/+1
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-4/+4
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-3/+4
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-4/+3
2012-08-11PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer1-2/+2
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd1-2/+15
2012-04-05Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen1-0/+42
2011-11-10test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi1-1/+1
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng1-0/+1
2011-04-14In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick1-1/+0
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher1-0/+1
2010-06-04This test doesn't need the ssp attribute.Dan Gohman1-1/+1
2009-09-05Eliminate uses of %prcontext.Daniel Dunbar1-1/+4
2009-05-11Teach LSR to optimize more loop exit compares, i.e. change them to use postin...Evan Cheng1-0/+134