| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the CallGraph to ignore calls to intrinsics. | John McCall | 2011-06-09 | 1 | -0/+3 |
* | Add spliceFunction to the CallGraph interface. This allows users to efficiently | Nick Lewycky | 2011-01-03 | 1 | -1/+10 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+8 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+1 |
* | Don't #include Pass.h from CallGraph.h. | Dan Gohman | 2009-11-01 | 1 | -1/+1 |
* | Add required #includes for freestanding .h files. | Daniel Dunbar | 2009-10-17 | 1 | -1/+2 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+6 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 1 | -5/+0 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -9/+18 |
* | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner | 2009-08-31 | 1 | -0/+5 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -12/+28 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -7/+10 |
* | add a dump() method on callgraph. | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -5/+2 |
* | introduce typedef for complicated vector, and use it too | Gabor Greif | 2009-01-17 | 1 | -0/+2 |
* | Teach internalize to preserve the callgraph. | Duncan Sands | 2008-10-03 | 1 | -2/+6 |
* | Reapply 55859. This doesn't change anything as | Duncan Sands | 2008-09-08 | 1 | -6/+1 |
* | When PruneEH turned an invoke into an ordinary | Duncan Sands | 2008-09-06 | 1 | -0/+5 |
* | Revert r55859. This is breaking the build in the abscence of its companion c... | Owen Anderson | 2008-09-05 | 1 | -1/+6 |
* | Delete the removeCallEdgeTo callgraph method, | Duncan Sands | 2008-09-05 | 1 | -6/+1 |
* | Strip trailing whitespace. | Duncan Sands | 2008-09-05 | 1 | -14/+14 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -3/+3 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -3/+3 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+1 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -1/+1 |
* | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 1 | -5/+10 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add empty() member functions to a few container-like classes. | Dan Gohman | 2007-10-01 | 1 | -0/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+1 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -6/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+2 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -0/+6 |
* | Change the callgraph representation to store the callsite along with the | Chris Lattner | 2006-07-12 | 1 | -13/+30 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -7/+3 |
* | Fix -pedantic warning | Chris Lattner | 2006-06-01 | 1 | -2/+2 |
* | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Add CallGraph::getOrInsertFunction, to allow clients to update the callgraph | Chris Lattner | 2006-01-14 | 1 | -0/+5 |
* | add a dump method to CallGraph | Chris Lattner | 2006-01-14 | 1 | -1/+2 |
* | Separate the call graph implementation from its interface. This implements | Chris Lattner | 2005-12-22 | 1 | -66/+28 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -3/+3 |
* | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+5 |
* | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -11/+19 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Add standard print/dump methods to CallGraph classes. | Chris Lattner | 2004-08-08 | 1 | -0/+8 |
* | Initialize member out of paranoia | Chris Lattner | 2004-05-02 | 1 | -2/+1 |