summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* [LoopSimplify] Regenerate test checks; NFCNikita Popov2020-01-111-124/+116
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-06-193-1/+225
* Revert "[DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step t...Orlando Cazalet-Hyams2019-06-123-225/+1
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-06-113-1/+225
* Delete test cases added in r360162 that should have been deleted in r360190Reid Kleckner2019-05-072-0/+0
* revert r360162 as it breaks most of the buildbotsKostya Serebryany2019-05-073-225/+1
* [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through l...Orlando Cazalet-Hyams2019-05-073-1/+225
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1732-0/+1877
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1732-1877/+0
* 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
OpenPOWER on IntegriCloud