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