summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/commute-two-addr.ll
AgeCommit message (Expand)AuthorFilesLines
2015-10-06[TwoAddressInstructionPass] When looking for a 3 addr conversion after commut...Craig Topper1-1/+1
2015-07-01[TwoAddressInstructionPass] Try 3 Addr Conversion After Commuting.Quentin Colombet1-1/+1
2013-10-15Enable MI Sched for x86.Andrew Trick1-2/+2
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-3/+3
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-2/+1
2013-06-24Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick1-2/+2
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-1/+2
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher1-2/+1
2010-12-14Fix a minor bug in two-address pass. It was missing a commute opportunity.Evan Cheng1-5/+43
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner1-12/+12
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-1/+1
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman1-1/+1
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer1-1/+2
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-1/+1
2005-07-20set the target triple so that we don't fail due to X86 abi issuesChris Lattner1-0/+3
2005-05-09tweak test to accept the (good) code emitted by the pattern iselChris Lattner1-2/+2
2005-01-02Add several testcases for new optimizations in the code generator.Chris Lattner1-0/+21