| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a typo in a comment. | Brian Gaeke | 2004-04-26 | 1 | -1/+1 |
* | Allow getting the module from a call graph | Chris Lattner | 2004-04-20 | 1 | -0/+4 |
* | Change the call graph class to have TWO external nodes, making call graph | Chris Lattner | 2004-04-12 | 1 | -24/+35 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner | 2003-10-30 | 1 | -0/+6 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | s/Meth/F | Chris Lattner | 2003-08-31 | 1 | -6/+6 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Make sure to print indirect node again | Chris Lattner | 2002-12-06 | 1 | -3/+1 |
* | Omit the indirect node when printing call graphs | Chris Lattner | 2002-11-17 | 1 | -1/+3 |
* | Implement methods needed to print out call graph | Chris Lattner | 2002-11-04 | 1 | -3/+22 |
* | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner | 2002-11-04 | 1 | -17/+6 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -2/+0 |
* | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner | 2002-07-29 | 1 | -1/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -1/+1 |
* | * s/method/function | Chris Lattner | 2002-07-18 | 1 | -61/+73 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -1/+1 |
* | Fix misspelling | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -5/+4 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -16/+16 |
* | Convert the top line of the header from .cpp style to .h style. | Chris Lattner | 2002-03-17 | 1 | -1/+1 |
* | Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C... | Chris Lattner | 2002-03-06 | 1 | -56/+113 |
* | Move callgraph printing out of writer.h into callgraph.h | Chris Lattner | 2002-03-06 | 1 | -7/+26 |
* | Take CallGraph out of the CFG namespace. It has nothing to do with CFGs | Chris Lattner | 2002-03-06 | 1 | -17/+13 |
* | Free memory when not in use | Chris Lattner | 2002-01-31 | 1 | -0/+5 |
* | Convert analyses over to new Pass framework | Chris Lattner | 2002-01-30 | 1 | -5/+17 |