summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopRotate
AgeCommit message (Expand)Author
2017-11-15Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug opt...NAKAMURA Takumi
2017-11-15[LoopRotate] processLoop should return true even if it just simplified the lo...Craig Topper
2017-11-01loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.Adrian Prantl
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl
2017-11-01Revert r317105 to investigate bot breakage.Adrian Prantl
2017-11-01Revert r317106 to facilitate reverting r317105.Adrian Prantl
2017-11-01loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.Adrian Prantl
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-25[tests] Cleanup vect.omp.persistence.ll test.Michael Zolotukhin
2017-07-12[LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701.Jakub Kuderski
2017-06-22Restrict the definition of loop preheader to avoid EH blocksAndrew Kaylor
2017-05-04Cleanup tests to not share a DISubprogram between multiple Functions.Adrian Prantl
2017-03-08[LoopRotate] Propagate dbg.value intrinsicsSam Parker
2017-03-07Revert r297132, it caused PR32171Nico Weber
2017-03-07[LoopRotate] Update dbg.value intrinsicsSam Parker
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper
2016-12-15Remove the AssumptionCacheHal Finkel
2016-05-10LPM: Drop require<loops> from these tests, it's redundant. NFCJustin Bogner
2016-05-10Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotationChuang-Yu Cheng
2016-05-03PM: Port LoopRotation to the new loop pass managerJustin Bogner
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl
2016-03-29Upgrade some wildly anachronistic debug info in testcases.Adrian Prantl
2016-02-12[LoopRotate] Don't perform loop rotation if the loop header calls a convergen...Justin Lebar
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith
2015-07-10Disable loop re-rotation for -Oz (patch by Andrey Turetsky)Alexey Bataev
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-04-15DebugInfo: Add missing !dbg attachments to intrinsicsDuncan P. N. Exon Smith
2015-03-27DebugInfo: Update testcases with invalid variablesDuncan P. N. Exon Smith
2015-03-15Verifier: Check debug info intrinsic argumentsDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-20LoopRotate: When reconstructing loop simplify form don't split edges from ind...Benjamin Kramer
2015-01-27LoopRotate: Don't walk the uses of a ConstantDavid Majnemer
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-10-29llvm/test/Transforms/LoopRotate/nosimplifylatch.ll: Fix possibly mis-repeated...NAKAMURA Takumi
2014-10-29Test Case for r220872:Do not simplifyLatch for loops where hoisting increment...Yi Jiang
2014-10-29Do not simplifyLatch for loops where hoisting increments couldresult in extra...Yi Jiang
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith