summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* Revert r346810 "Preserve loop metadata when splitting exit blocks"Reid Kleckner2018-11-141-48/+0
* Preserve loop metadata when splitting exit blocksCraig Topper2018-11-131-0/+48
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-092-2/+2
* Re-enable "[SCEV] Make computeExitLimit more simple and more powerful"Max Kazantsev2018-05-031-1/+1
* Revert "[SCEV] Make computeExitLimit more simple and more powerful"Max Kazantsev2018-04-261-1/+1
* [LoopSimplify] Fix incorrect SCEV invalidationMax Kazantsev2018-04-231-1/+1
* [SCEV] Make exact taken count calculation more optimisticMax Kazantsev2018-03-271-2/+2
* [BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...Anna Thomas2018-01-021-0/+49
* [SCEV] Teach SCEV to find maxBECount when loop endbound is variantAnna Thomas2017-10-131-2/+2
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-2/+2
* [SCEV] Do not visit nodes twice in containsConstantSomewhereMax Kazantsev2017-07-281-0/+75
* [LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.Chandler Carruth2017-06-251-0/+81
* [LoopSimplify] Improve a test for loop simplify minorly. NFC.Chandler Carruth2017-06-251-12/+150
* [BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugloc for instructions cr...Taewook Oh2017-02-141-0/+7
* Make a test actually test what it set out to test.Chandler Carruth2017-01-121-11/+50
* Preserve loop metadata when folding branches to a common destination.Michael Kuperstein2016-12-161-0/+28
* [LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.Michael Zolotukhin2016-11-181-0/+32
* [simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.Florian Hahn2016-11-181-0/+42
* [LoopSimplify] Rebuild LCSSA for the inner loop after separating nested loops.Michael Zolotukhin2016-08-091-1/+32
* Revert "Revert "[LoopSimplify] Fix updating LCSSA after separating nested loo...Michael Zolotukhin2016-08-071-1/+33
* Revert "[LoopSimplify] Fix updating LCSSA after separating nested loops."Michael Zolotukhin2016-08-061-33/+1
* [LoopSimplify] Fix updating LCSSA after separating nested loops.Michael Zolotukhin2016-08-051-1/+33
* Revert "Revert r275883 and r275891. They seem to cause PR28608."Michael Zolotukhin2016-07-201-0/+76
* Revert r275883 and r275891. They seem to cause PR28608.Sean Silva2016-07-191-76/+0
* [LoopSimplify] Update LCSSA after separating nested loops.Michael Zolotukhin2016-07-181-0/+76
* [PM] Port LoopSimplify to the new pass manager.Davide Italiano2016-07-091-0/+1
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-151-1/+1
* [LoopSimplify] Preserve LCSSA when merging exit blocks.Michael Zolotukhin2016-06-081-0/+32
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-152-6/+4
* [DebugInfo] Fix tests so that each subprogram belongs to a CU.Davide Italiano2016-04-052-0/+12
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-2/+2
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-282-2/+2
* [LoopSimplify] Set proper debug location in loop backedge blocks.Alexey Samsonov2015-06-291-11/+27
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-173-8/+8
* [BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...Alexey Samsonov2015-06-091-0/+90
* Verifier: Call verifyModule() from llc and optDuncan P. N. Exon Smith2015-03-271-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-132-3/+3
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-0/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-276-23/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-274-10/+10
* Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames2015-01-281-1/+1
* FileCheckize. NFC.Chad Rosier2014-09-121-21/+25
* No need for those tests to go thru llvm-as and/or llvm-dis.Arnaud A. de Grandmaison2014-05-271-1/+1
* [LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth2014-02-111-3/+3
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-251-4/+4
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-062-0/+190
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-041-80/+0
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-041-0/+80
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-041-0/+46
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
OpenPOWER on IntegriCloud