summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-loop-exit-cond.ll
AgeCommit message (Expand)Author
2016-08-15[LSR] Don't try and create post-inc expressions on non-rotated loopsJames Molloy
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-10-15Enable MI Sched for x86.Andrew Trick
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick
2012-08-11PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd
2012-04-05Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen
2011-11-10test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng
2011-04-14In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2010-06-04This test doesn't need the ssp attribute.Dan Gohman
2009-09-05Eliminate uses of %prcontext.Daniel Dunbar
2009-05-11Teach LSR to optimize more loop exit compares, i.e. change them to use postin...Evan Cheng