summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* [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
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-023-3/+3
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-201-0/+41
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-151-0/+45
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-121-1/+1
* Update to the new EH syntax.Bill Wendling2011-09-191-7/+3
* Dramatically reduce this testcase.Bill Wendling2011-09-191-873/+14
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-131-3/+6
* Reenable test.Bill Wendling2011-08-311-1/+0
* Revert accidental commitBill Wendling2011-08-311-6/+0
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-311-0/+1
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+6
OpenPOWER on IntegriCloud