| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate dynamic_cast from this file. | Chris Lattner | 2010-01-22 | 1 | -17/+20 |
* | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -8/+9 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -0/+3 |
* | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene | 2009-12-23 | 1 | -1/+1 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -5/+5 |
* | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 1 | -4/+4 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -1/+14 |
* | Fix uppercaseo. | Dale Johannesen | 2009-09-10 | 1 | -1/+1 |
* | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner | 2009-09-02 | 1 | -4/+8 |
* | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner | 2009-09-02 | 1 | -4/+4 |
* | Complicate Chris's simplification, avoiding complaints | Duncan Sands | 2009-09-02 | 1 | -1/+5 |
* | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner | 2009-09-01 | 1 | -1/+2 |
* | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner | 2009-09-01 | 1 | -5/+12 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 1 | -1/+1 |
* | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner | 2009-09-01 | 1 | -4/+37 |
* | simpler solution to iterator invalidation "problem" found | Chris Lattner | 2009-09-01 | 1 | -11/+6 |
* | Do not manipulate invalid iterators. This fixes the | Duncan Sands | 2009-09-01 | 1 | -6/+11 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -18/+30 |
* | cleanups pointed out by duncan | Chris Lattner | 2009-08-31 | 1 | -2/+1 |
* | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner | 2009-08-31 | 1 | -3/+136 |
* | cleanups, factor some code out to a helper function | Chris Lattner | 2009-08-31 | 1 | -22/+39 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -8/+12 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -1/+1 |
* | Reapply r64300: | Nick Lewycky | 2009-02-13 | 1 | -2/+12 |
* | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling | 2009-02-11 | 1 | -18/+8 |
* | Make sure the SCC pass manager initializes any contained | Duncan Sands | 2009-02-11 | 1 | -8/+18 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds | Chris Lattner | 2008-08-08 | 1 | -4/+2 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
* | Add assert. | Devang Patel | 2008-05-02 | 1 | -0/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Do not overuse std::string. Pass around char * directly. | Devang Patel | 2007-08-10 | 1 | -1/+1 |
* | More explicit keywords. | Dan Gohman | 2007-08-01 | 1 | -1/+1 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -1/+2 |
* | Replace mysterious code causing a g++-4.2 warning | Duncan Sands | 2007-07-19 | 1 | -6/+3 |
* | CallGraphSCCPass manager may require other passes. | Devang Patel | 2007-06-21 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+4 |
* | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -13/+12 |
* | Avoid constructing std::strings unless pass debugging is ON. | Devang Patel | 2007-03-05 | 1 | -10/+5 |
* | Make getPassManagerType() const. | Devang Patel | 2007-02-27 | 1 | -1/+1 |
* | Dump function names when debug-pass=Executions is used. | Devang Patel | 2007-02-01 | 1 | -1/+5 |
* | Pretty print pass manager | Devang Patel | 2007-02-01 | 1 | -0/+4 |
* | Use StartPassTimer() and StopPassManager() | Devang Patel | 2007-01-29 | 1 | -3/+2 |
* | Measure timings. | Devang Patel | 2007-01-29 | 1 | -2/+3 |
* | Remove dead code. | Devang Patel | 2007-01-26 | 1 | -9/+0 |
* | Fix typo. | Devang Patel | 2007-01-23 | 1 | -1/+1 |
* | Add CallGraphSCCPass::assignPassManager(). | Devang Patel | 2007-01-23 | 1 | -0/+38 |