summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAge
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-09
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Comment: try to clarify loop iteration order.Andrew Trick2013-07-20
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Take out the debug info probe stuff. It's making some changes toEric Christopher2012-03-23
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Reapplying r136844.Andrew Trick2011-08-10
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-04
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-10
* zap dead code.Chris Lattner2010-09-04
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-11
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* s/getNameStr/getName/Benjamin Kramer2010-03-31
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* Fix this debug output to handle the case where the loop has been deleted.Dan Gohman2009-09-28
* Include the name of the loop header in debug messages.Dan Gohman2009-09-28
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Move this assert to check the condition as soon as it is known.Dan Gohman2009-09-28
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28
* Fix an old copy+pasto.Dan Gohman2009-09-27
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-27
* When a loop is deleted, immediately release all of the activeDan Gohman2009-09-27
* Delete a bogus comment.Dan Gohman2009-09-27
* Don't try to verify a LoopPass analysis if the loop has been deleted.Dan Gohman2009-09-03
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-29