| Age | Commit message (Expand) | Author |
| 2007-10-01 | Add empty() member functions to a few container-like classes. | Dan Gohman |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
| 2006-07-12 | Change the callgraph representation to store the callsite along with the | Chris Lattner |
| 2006-06-07 | For PR780: | Reid Spencer |
| 2006-06-01 | Fix -pedantic warning | Chris Lattner |
| 2006-06-01 | Change from using a stub function to a stub variable for passing to the | Reid Spencer |
| 2006-01-14 | Add CallGraph::getOrInsertFunction, to allow clients to update the callgraph | Chris Lattner |
| 2006-01-14 | add a dump method to CallGraph | Chris Lattner |
| 2005-12-22 | Separate the call graph implementation from its interface. This implements | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
| 2004-09-18 | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner |
| 2004-09-18 | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-08-08 | Add standard print/dump methods to CallGraph classes. | Chris Lattner |
| 2004-05-02 | Initialize member out of paranoia | Chris Lattner |
| 2004-04-26 | Fix a typo in a comment. | Brian Gaeke |
| 2004-04-20 | Allow getting the module from a call graph | Chris Lattner |
| 2004-04-12 | Change the call graph class to have TWO external nodes, making call graph | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-30 | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-09-30 | Standardize header file comments | Chris Lattner |
| 2003-08-31 | s/Meth/F | Chris Lattner |
| 2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
| 2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
| 2002-12-06 | Make sure to print indirect node again | Chris Lattner |
| 2002-11-17 | Omit the indirect node when printing call graphs | Chris Lattner |
| 2002-11-04 | Implement methods needed to print out call graph | Chris Lattner |
| 2002-11-04 | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner |
| 2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |
| 2002-07-29 | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner |
| 2002-07-26 | *** empty log message *** | Chris Lattner |
| 2002-07-26 | *** empty log message *** | Chris Lattner |
| 2002-07-18 | * s/method/function | Chris Lattner |
| 2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
| 2002-05-07 | Fix misspelling | Chris Lattner |
| 2002-04-29 | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner |
| 2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
| 2002-03-23 | Rename Method to Function | Chris Lattner |
| 2002-03-17 | Convert the top line of the header from .cpp style to .h style. | Chris Lattner |
| 2002-03-06 | Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C... | Chris Lattner |
| 2002-03-06 | Move callgraph printing out of writer.h into callgraph.h | Chris Lattner |
| 2002-03-06 | Take CallGraph out of the CFG namespace. It has nothing to do with CFGs | Chris Lattner |
| 2002-01-31 | Free memory when not in use | Chris Lattner |