summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraphSCCPass.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
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni...Nuno Lopes2012-06-29
* 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
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* dead method.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
* 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
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-28
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-01
* Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner2010-05-01
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-22
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-21
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-17
* disable r101565: an assert is getting triggered. More lurking badness no doubt.Chris Lattner2010-04-17
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-16
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-16
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* move PrintCallGraphPass out of the middle of CGPassManager.Chris Lattner2010-04-16
* 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
* 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 dynamic_cast from this file.Chris Lattner2010-01-22
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-23
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-28