aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopRotate
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0912-64/+64
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-26/+68
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-21/+55
* Update to LLVM 3.5a.Stephen Hines2014-04-243-2/+71
* Merging r195535:Manman Ren2013-12-091-0/+2
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-291-1/+1
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-271-1/+2
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-261-1/+1
* Update testing cases to pass debug info verifier.Manman Ren2013-07-241-8/+9
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-231-1/+1
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-142-3/+3
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-143-5/+5
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-1/+38
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-303-3/+3
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+26
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-021-0/+36
* Fix test case.Benjamin Kramer2012-08-301-1/+1
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-301-0/+200
* llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.NAKAMURA Takumi2012-07-171-2/+3
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Fix ValueTracking to conclude that debug intrinsics are safe toChandler Carruth2012-04-071-4/+44
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman2012-02-161-0/+33
* Add simplifyLoopLatch to LoopRotate pass.Andrew Trick2012-02-141-0/+39
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-171-1/+1
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-171-1/+0
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-091-0/+16
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-141-0/+59
* merge tests into one crash.ll test.Chris Lattner2011-01-116-116/+109
* remove a bogus assertion: the latch block of a loop is not Chris Lattner2011-01-111-0/+31
* When loop rotation happens, it is *very* common for the duplicated condbrChris Lattner2011-01-081-11/+5
* Three major changes:Chris Lattner2011-01-081-2/+2
* Have loop-rotate simplify instructions (yay instsimplify!) as it clonesChris Lattner2011-01-081-3/+2
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-061-0/+35
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-171-5/+17
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-211-0/+35
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-0/+43
* Make these tests more interesting by usingDan Gohman2009-10-2410-10/+10
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-281-0/+47
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-119-9/+9
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-089-9/+9
* Testcase for PR2639.Owen Anderson2009-04-231-0/+38