instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / LoopRotate /
2012-09-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-08-30 Benjamin KramerFix test case.
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-04-07 Chandler CarruthFix ValueTracking to conclude that debug intrinsics...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-14 Andrew TrickAdd simplifyLoopLatch to LoopRotate pass.
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-01-11 Chris Lattnermerge tests into one crash.ll test.
2011-01-11 Chris Lattnerremove a bogus assertion: the latch block of a loop...
2011-01-08 Chris LattnerWhen loop rotation happens, it is *very* common for...
2011-01-08 Chris LattnerThree major changes:
2011-01-08 Chris LattnerHave loop-rotate simplify instructions (yay instsimplif...
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-08-17 Dan GohmanWhen rotating loops, put the original header at the...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-21 Chris Lattnerfix PR5837 by having SSAUpdate reuse phi nodes for the
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-10-24 Dan GohmanMake these tests more interesting by using
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.