remove the GVNPRE pass. It has been subsumed by the GVN pass.
[oota-llvm.git] / test / Transforms / LoopRotate /
2009-09-28 Dan GohmanAdd a testcase to help test analysis preservation.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-04-23 Owen AndersonTestcase for PR2639.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dale JohannesenNew test for bug fixed in 50545.
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-11 Devang PatelNew test.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-21 Reid SpencerAdd a .cvsignore file.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerThe "implementation" keyword is no more!
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-10 Devang PatelAdd test case for PR 1154.
2007-04-09 Devang PatelAdd check for opt crash.
2007-04-09 Devang PatelAdd Loop Rotate test cases.