aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA
AgeCommit message (Expand)Author
2002-07-18* s/method/functionChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-06Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-10Print out what the root of the call graph is.Chris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26change refs to Method to FunctionChris Lattner
2002-03-07Initial checkinChris Lattner
2002-03-06Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner
2002-03-06Move call graph printing support out of Writer.h into Callgraph.hChris Lattner
2002-03-06Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement a new entry node that has edges to all external methods in the moduleChris Lattner
2001-11-09New pass to find types in use by a programChris Lattner
2001-11-08Print the method that makes an instruction invalidChris Lattner
2001-11-07Initial checkin of pointer safety checkerChris Lattner
2001-10-22Added function IsLeafMethod to identify leaf methods.Vikram S. Adve
2001-10-13* Add support for Invoke instructionsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-09-28Initial support for construction of a call graphChris Lattner