aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+17
* 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
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-5/+7
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-221-27/+18
* Fix this debug output to handle the case where the loop has been deleted.Dan Gohman2009-09-281-1/+2
* Include the name of the loop header in debug messages.Dan Gohman2009-09-281-4/+9
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-4/+12
* Move this assert to check the condition as soon as it is known.Dan Gohman2009-09-281-1/+1
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-281-2/+2
* Fix an old copy+pasto.Dan Gohman2009-09-271-1/+1
* Extract the code for inserting a loop into the loop queue intoDan Gohman2009-09-271-3/+7
* When a loop is deleted, immediately release all of the activeDan Gohman2009-09-271-0/+9
* Delete a bogus comment.Dan Gohman2009-09-271-1/+0
* Don't try to verify a LoopPass analysis if the loop has been deleted.Dan Gohman2009-09-031-1/+3
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-1/+1
* Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin2009-06-291-0/+3
* Before deleting a basic block, give other loop passes a chance cleanup analys...Devang Patel2009-03-251-0/+7
* Sprinkle some PrettyStackEntry magic into the passmanager. With this, we nowChris Lattner2009-03-061-5/+7
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-171-3/+0
* Move dumpPassStructure out of line.Dan Gohman2009-02-171-0/+10