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