summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-1/+6
* ftime-trace: Trace loop passesRussell Gallop2019-05-311-0/+3
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-1/+1
* Fix IR/Analysis layering issue with OptBisectRichard Trieu2019-02-281-2/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LoopPass] fixing 'Modification' messages in -debug-pass=Executions for loop ...Fedor Sergeev2018-11-191-2/+4
* Output per-function size-info remarksJessica Paquette2018-09-061-2/+4
* [NFC] Optionally pass a function to emitInstrCountChangedRemarkJessica Paquette2018-08-311-1/+1
* [NFC] Pass the instruction delta to emitInstrCountChangedRemarkJessica Paquette2018-08-311-1/+1
* [NFC] Pre-calculate loop IR counts in size remarks.Jessica Paquette2018-08-311-5/+18
* [NFC][PassTiming] factor out generic PassTimingInfoFedor Sergeev2018-08-281-0/+1
* [ORE] Move loop invariant ORE checks outside the PM loop.Xin Tong2018-07-221-2/+6
* [LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how toChandler Carruth2018-06-221-1/+10
* Add remarks describing when a pass changes the IR instruction count of a moduleJessica Paquette2018-05-181-1/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [NFC] OptPassGate extracted from OptBisectFedor Sergeev2018-03-271-1/+1
* Follow-up for r324429: "[LCSSAVerification] Run verification only when assert...Michael Zolotukhin2018-02-071-1/+5
* [LCSSAVerification] Run verification only when asserts are enabled.Michael Zolotukhin2018-02-071-1/+3
* [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching,Chandler Carruth2017-11-171-2/+1
* Use a BumpPtrAllocator for Loop objectsSanjoy Das2017-09-281-9/+17
* Tighten the invariants around LoopBase::invalidateSanjoy Das2017-09-201-3/+1
* [LegacyPM] Make the 'addLoop' method accept a loop to add rather thanChandler Carruth2017-05-251-15/+8
* Implement getPassName() for IR printing passes.Yaron Keren2017-03-101-0/+2
* Reverted: Track validity of pass resultsSerge Pavlov2017-01-151-1/+0
* Track validity of pass resultsSerge Pavlov2017-01-131-0/+1
* [PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth2017-01-111-1/+1
* [PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth2017-01-111-5/+5
* [LCSSA] Perform LCSSA verification only for the current loop nest.Igor Laevsky2016-10-281-0/+14
* Consistently use LoopAnalysisManagerSean Silva2016-08-091-1/+1
* [LoopPass] Some minor cleanupsDavid Majnemer2016-07-191-7/+5
* Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer2016-06-261-3/+1
* Fix dynamically linked debug builds.Eli Friedman2016-06-201-0/+1
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-2/+4
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-4/+10
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-10/+4
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-4/+10
* LoopInfo: Simplify ownership of Loop objectsJustin Bogner2016-01-081-11/+10
* Recommit r256952 "Filtering IR printing for print-after-all/print-before-all"Weiming Zhao2016-01-061-1/+5
* Revert r256952 due to lit test fails.Weiming Zhao2016-01-061-5/+1
* Filtering IR printing for print-after-all/print-before-allWeiming Zhao2016-01-061-1/+5
* LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFCJustin Bogner2015-12-161-6/+0
* LPM: Simplify how passes mark loops for deletion. NFCJustin Bogner2015-12-161-35/+16
* PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFCJustin Bogner2015-11-041-17/+9
* LoopPass: Remove redoLoop, it isn't used. NFCJustin Bogner2015-10-221-13/+0
* LoopPass: Simplify the API for adding a new loop. NFCJustin Bogner2015-10-221-27/+18
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* [PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth2015-01-171-3/+4
OpenPOWER on IntegriCloud