summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-loop-exit-cond.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer2012-08-11
* Fix remaining lit tests which were failing when run on an AtomPreston Gurd2012-07-19
* Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen2012-04-05
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-14
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-08
* This test doesn't need the ssp attribute.Dan Gohman2010-06-04
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* Teach LSR to optimize more loop exit compares, i.e. change them to use postin...Evan Cheng2009-05-11