summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-111-18/+8
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-111-8/+18
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-081-4/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Add assert.Devang Patel2008-05-021-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Verify loop info.Devang Patel2007-07-191-1/+2
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-191-6/+3
* CallGraphSCCPass manager may require other passes.Devang Patel2007-06-211-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-13/+12
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-051-10/+5
* Make getPassManagerType() const.Devang Patel2007-02-271-1/+1
* Dump function names when debug-pass=Executions is used.Devang Patel2007-02-011-1/+5
* Pretty print pass managerDevang Patel2007-02-011-0/+4
* Use StartPassTimer() and StopPassManager()Devang Patel2007-01-291-3/+2
* Measure timings.Devang Patel2007-01-291-2/+3
* Remove dead code.Devang Patel2007-01-261-9/+0
* Fix typo.Devang Patel2007-01-231-1/+1
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-231-0/+38
OpenPOWER on IntegriCloud