aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-pcmpeqd-0.ll
AgeCommit message (Expand)Author
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng
2011-11-09Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands
2011-11-08Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman
2011-04-05Fix register-dependent X86 tests.Jakob Stoklund Olesen
2011-03-11Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher
2011-03-09Fix testcase.Eric Christopher
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2010-04-17Start function numbering at 0.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-02-20make these tests pass when run on a G5.Chris Lattner
2009-02-10Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng
2009-01-06Use a latency value of 0 for the artificial edges inserted byDan Gohman
2008-12-20Use the correct Preds and Succs lists in setHeightDirty()Dan Gohman
2008-12-16Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman
2008-12-03Fix test.Evan Cheng
2008-12-03Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman