aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopRotate
AgeCommit message (Expand)Author
2018-10-24Update MemorySSA in LoopRotate.Alina Sbirlea
2018-09-20[New PM] Introducing PassInstrumentation frameworkFedor Sergeev
2018-09-20Temporarily Revert "[New PM] Introducing PassInstrumentation framework"Eric Christopher
2018-09-19[New PM] Introducing PassInstrumentation frameworkFedor Sergeev
2018-09-19Revert rL342544: [New PM] Introducing PassInstrumentation frameworkFedor Sergeev
2018-09-19[New PM] Introducing PassInstrumentation frameworkFedor Sergeev
2018-08-04[ADCE] Remove the need of DomTreeChijun Sima
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-04-23[LoopRotate] Fix incorrect SCEV invalidation in loop rotationMax Kazantsev
2018-04-01[LoopRotate] Rotate loops with loop exiting latchesDavid Green
2018-01-09[LoopRotate] Detect loops with indirect branches better (we're giving up on t...Michael Zolotukhin
2017-12-29[PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonical...Fedor Sergeev
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