aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA
Commit message (Expand)AuthorAgeFilesLines
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-272-16/+0
* Print out what the root of the call graph is.Chris Lattner2002-04-101-0/+2
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-072-13/+9
* s/Method/FunctionChris Lattner2002-03-291-2/+2
* change refs to Method to FunctionChris Lattner2002-03-261-13/+13
* Initial checkinChris Lattner2002-03-071-0/+7
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-30/+88
* Move call graph printing support out of Writer.h into Callgraph.hChris Lattner2002-03-061-22/+2
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-12/+12
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-0/+1
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-123-7/+7
* Convert analyses to new pass structureChris Lattner2002-01-313-46/+80
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-212-5/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-203-13/+13
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-043-4/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-272-2/+2
* Implement a new entry node that has edges to all external methods in the moduleChris Lattner2001-11-261-13/+58
* New pass to find types in use by a programChris Lattner2001-11-091-0/+92
* Print the method that makes an instruction invalidChris Lattner2001-11-081-1/+1
* Initial checkin of pointer safety checkerChris Lattner2001-11-071-0/+92
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-221-0/+23
* * Add support for Invoke instructionsChris Lattner2001-10-131-3/+11
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+1
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+66