| Commit message (Expand) | Author | Age | Files | Lines |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 2 | -16/+0 |
* | Print out what the root of the call graph is. | Chris Lattner | 2002-04-10 | 1 | -0/+2 |
* | Add #includes to make up for #includes pruned out of header files. | Chris Lattner | 2002-04-09 | 1 | -0/+1 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 2 | -13/+9 |
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -2/+2 |
* | change refs to Method to Function | Chris Lattner | 2002-03-26 | 1 | -13/+13 |
* | Initial checkin | Chris Lattner | 2002-03-07 | 1 | -0/+7 |
* | Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C... | Chris Lattner | 2002-03-06 | 1 | -30/+88 |
* | Move call graph printing support out of Writer.h into Callgraph.h | Chris Lattner | 2002-03-06 | 1 | -22/+2 |
* | Take CallGraph out of the CFG namespace. It has nothing to do with CFGs | Chris Lattner | 2002-03-06 | 1 | -12/+12 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -0/+1 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 3 | -7/+7 |
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 3 | -46/+80 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 2 | -5/+5 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 3 | -13/+13 |
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 3 | -4/+4 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 2 | -2/+2 |
* | Implement a new entry node that has edges to all external methods in the module | Chris Lattner | 2001-11-26 | 1 | -13/+58 |
* | New pass to find types in use by a program | Chris Lattner | 2001-11-09 | 1 | -0/+92 |
* | Print the method that makes an instruction invalid | Chris Lattner | 2001-11-08 | 1 | -1/+1 |
* | Initial checkin of pointer safety checker | Chris Lattner | 2001-11-07 | 1 | -0/+92 |
* | Added function IsLeafMethod to identify leaf methods. | Vikram S. Adve | 2001-10-22 | 1 | -0/+23 |
* | * Add support for Invoke instructions | Chris Lattner | 2001-10-13 | 1 | -3/+11 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -3/+1 |
* | Initial support for construction of a call graph | Chris Lattner | 2001-09-28 | 1 | -0/+66 |