aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/commute-two-addr.ll
AgeCommit message (Expand)Author
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2010-12-14Fix a minor bug in two-address pass. It was missing a commute opportunity.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-31Change the x86 assembly output to use tab characters to separate theDan Gohman
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-07-20set the target triple so that we don't fail due to X86 abi issuesChris Lattner
2005-05-09tweak test to accept the (good) code emitted by the pattern iselChris Lattner
2005-01-02Add several testcases for new optimizations in the code generator.Chris Lattner