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