aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-hoist.ll
AgeCommit message (Expand)Author
2010-04-17Start function numbering at 0.Dan Gohman
2010-01-20emit basic block labels with mcstreamer.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-12Use WriteAsOperand to print BasicBlock names.Dan Gohman
2009-07-14convert to filecheck style, simplify RUN line, and add comment.Chris Lattner
2009-07-14Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar
2009-07-14Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner
2009-05-18Add nounwind to a few tests.Dan Gohman
2009-01-16Disable the post-RA scheduler on this test, since it uses aDan Gohman
2008-04-15Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-01-05Global variables are not renamed by llvm-upgrade any more.Reid Spencer
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Rearrange code so that llvm-upgrade doesn't break the optimization thisReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-13new testcaseChris Lattner