summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr1505b.ll
AgeCommit message (Expand)Author
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-10-15Enable MI Sched for x86.Andrew Trick
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-06-28FileCheckize a couple of tests.Jakob Stoklund Olesen
2011-03-11Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2010-02-11Reapply coalescer fix for better cross-class coalescing.Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-03-09reduce this testcase moreChris Lattner
2008-01-24Significantly simplify and improve handling of FP function results on x86-32.Chris Lattner
2008-01-24take these with a pr #Chris Lattner
2008-01-10Codegen improvement has reduced one spill.Evan Cheng
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-03New testcases for rev 37847 (PR's 1489 and 1505).Dale Johannesen