summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopRotate
Commit message (Expand)AuthorAge
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-29
* Rename test with misspelt filenameAlp Toker2013-12-02
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-26
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-06
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-02
* Fix test case.Benjamin Kramer2012-08-30
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-30
* llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.NAKAMURA Takumi2012-07-17
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Fix ValueTracking to conclude that debug intrinsics are safe toChandler Carruth2012-04-07
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman2012-02-16
* Add simplifyLoopLatch to LoopRotate pass.Andrew Trick2012-02-14
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-09
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-14
* merge tests into one crash.ll test.Chris Lattner2011-01-11
* remove a bogus assertion: the latch block of a loop is not Chris Lattner2011-01-11
* When loop rotation happens, it is *very* common for the duplicated condbrChris Lattner2011-01-08
* Three major changes:Chris Lattner2011-01-08
* Have loop-rotate simplify instructions (yay instsimplify!) as it clonesChris Lattner2011-01-08
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-06
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-17
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-26
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-21
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-20
* Make these tests more interesting by usingDan Gohman2009-10-24
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-28
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Testcase for PR2639.Owen Anderson2009-04-23
* Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner2009-01-26
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20