summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* dead method.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
* 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
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-281-3/+3
* fix PR5009 by making CGSCCPM realize that a call was devirtualizedChris Lattner2010-05-011-5/+36
* Implement rdar://6295824 and PR6724 with two tiny changesChris Lattner2010-05-011-1/+1
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-221-7/+4
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-211-56/+122
* reenable r101565, removing a problematic assertion.Chris Lattner2010-04-171-2/+0
* disable r101565: an assert is getting triggered. More lurking badness no doubt.Chris Lattner2010-04-171-0/+2
* building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager Chris Lattner2010-04-161-0/+5
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-161-5/+15
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-21/+34
* move PrintCallGraphPass out of the middle of CGPassManager.Chris Lattner2010-04-161-33/+43
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+35
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-35/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+35
* Revert r100143.Eric Christopher2010-04-011-35/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+35
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-8/+9
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-9/+8
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-8/+9
* eliminate dynamic_cast from this file.Chris Lattner2010-01-221-17/+20
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-221-8/+9
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* Change dbgs() back to errs() for assert messages as Chris requested.David Greene2009-12-231-1/+1
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-5/+5
* Extend the StartPassTimer and StopPassTimer functions so that theDan Gohman2009-09-281-4/+4
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-151-1/+14
* Fix uppercaseo.Dale Johannesen2009-09-101-1/+1
* revert my patch, duncan points out what is wrong with my logic. AddChris Lattner2009-09-021-4/+8
* one more try at making this simpler, hopefully it won't break everything :)Chris Lattner2009-09-021-4/+4
* Complicate Chris's simplification, avoiding complaintsDuncan Sands2009-09-021-1/+5
* debug intrinsics do not go in the callgraph, this fixes a coupleChris Lattner2009-09-011-1/+2
* Fix a regression I introduced in r80708, found by llvm-test.Chris Lattner2009-09-011-5/+12
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-011-1/+1
* doxygenate RefreshCallGraph, add a new 'verification mode', and run it after Chris Lattner2009-09-011-4/+37
* simpler solution to iterator invalidation "problem" foundChris Lattner2009-09-011-11/+6
* Do not manipulate invalid iterators. This fixes theDuncan Sands2009-09-011-6/+11
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-18/+30
* cleanups pointed out by duncanChris Lattner2009-08-311-2/+1
* Step #1 to giving Callgraph some sane invariants. The problems with callgraphChris Lattner2009-08-311-3/+136
* cleanups, factor some code out to a helper functionChris Lattner2009-08-311-22/+39
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-8/+12
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-4/+4
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-1/+1
* Reapply r64300:Nick Lewycky2009-02-131-2/+12