summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopRotate
Commit message (Expand)AuthorAgeFilesLines
...
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-4/+4
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-3/+3
* Disable loop re-rotation for -Oz (patch by Andrey Turetsky)Alexey Bataev2015-07-101-0/+30
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-4/+4
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-22/+22
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Update testcases with invalid variablesDuncan P. N. Exon Smith2015-03-271-1/+1
* Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith2015-03-151-4/+4
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-031-12/+12
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-278-28/+28
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2710-20/+20
* LoopRotate: When reconstructing loop simplify form don't split edges from ind...Benjamin Kramer2015-02-201-0/+18
* LoopRotate: Don't walk the uses of a ConstantDavid Majnemer2015-01-271-0/+24
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-7/+7
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-26/+26
* llvm/test/Transforms/LoopRotate/nosimplifylatch.ll: Fix possibly mis-repeated...NAKAMURA Takumi2014-10-291-36/+0
* Test Case for r220872:Do not simplifyLatch for loops where hoisting increment...Yi Jiang2014-10-291-0/+70
* Do not simplifyLatch for loops where hoisting increments couldresult in extra...Yi Jiang2014-10-292-4/+4
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-11/+11
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-11/+11
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-11/+11
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-6/+6
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-6/+6
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-6/+6
* [LPM] Fix PR18643, another scary place where loop transforms failed toChandler Carruth2014-01-292-1/+70
* Rename test with misspelt filenameAlp Toker2013-12-021-1/+1
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-231-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
OpenPOWER on IntegriCloud