summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix assertion in LICM doFinalization()David Peixotto2014-09-241-0/+11
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-0/+1
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+3
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-261-2/+2
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+14
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-121-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Comment: try to clarify loop iteration order.Andrew Trick2013-07-201-0/+4
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-261-3/+7
* Take out the debug info probe stuff. It's making some changes toEric Christopher2012-03-231-21/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-4/+4
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-4/+4
* Fix PassManager stack depths.Andrew Trick2011-08-271-4/+4
* Reapplying r136844.Andrew Trick2011-08-101-50/+6
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-041-6/+50
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-031-50/+6
* whitespaceAndrew Trick2011-08-031-28/+28
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-101-2/+21
* zap dead code.Chris Lattner2010-09-041-1/+0
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-191-1/+1
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-161-1/+1
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-111-5/+5
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-3/+3
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+40
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-40/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+40
* Revert r100143.Eric Christopher2010-04-011-40/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+40
* s/getNameStr/getName/Benjamin Kramer2010-03-311-3/+3
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-5/+7
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-7/+5
OpenPOWER on IntegriCloud