Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner | 2002-11-04 | 1 | -6/+5 |
| | | | | llvm-svn: 4517 | ||||
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -1/+0 |
| | | | | llvm-svn: 3417 | ||||
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -2/+1 |
| | | | | | | | | | | methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3116 | ||||
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Add support for different "PassType's" * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Remove getPassName implementations from various subclasses llvm-svn: 3112 | ||||
* | * s/method/function | Chris Lattner | 2002-07-18 | 1 | -52/+53 |
| | | | | llvm-svn: 2958 | ||||
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -9/+8 |
| | | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779 | ||||
* | Print out what the root of the call graph is. | Chris Lattner | 2002-04-10 | 1 | -0/+2 |
| | | | | llvm-svn: 2223 | ||||
* | Add #includes to make up for #includes pruned out of header files. | Chris Lattner | 2002-04-09 | 1 | -0/+1 |
| | | | | llvm-svn: 2207 | ||||
* | s/Method/Function | Chris Lattner | 2002-03-29 | 1 | -2/+2 |
| | | | | llvm-svn: 2043 | ||||
* | change refs to Method to Function | Chris Lattner | 2002-03-26 | 1 | -13/+13 |
| | | | | | | Change references to MEthodArgument to FunctionArgument llvm-svn: 1989 | ||||
* | Clean up call graph, add comments, and fix ↵ | Chris Lattner | 2002-03-06 | 1 | -30/+88 |
| | | | | | | test/Regression/Other/2002-01-31-CallGraph.ll llvm-svn: 1828 | ||||
* | Move call graph printing support out of Writer.h into Callgraph.h | Chris Lattner | 2002-03-06 | 1 | -22/+2 |
| | | | | | | remove dead global function llvm-svn: 1825 | ||||
* | Take CallGraph out of the CFG namespace. It has nothing to do with CFGs | Chris Lattner | 2002-03-06 | 1 | -12/+12 |
| | | | | llvm-svn: 1820 | ||||
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -4/+3 |
| | | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746 | ||||
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 1 | -2/+10 |
| | | | | llvm-svn: 1603 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -4/+4 |
| | | | | llvm-svn: 1503 | ||||
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -1/+1 |
| | | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | ||||
* | Implement a new entry node that has edges to all external methods in the module | Chris Lattner | 2001-11-26 | 1 | -13/+58 |
| | | | | llvm-svn: 1369 | ||||
* | Added function IsLeafMethod to identify leaf methods. | Vikram S. Adve | 2001-10-22 | 1 | -0/+23 |
| | | | | | | This will use the CallGraph only if one is provided. llvm-svn: 950 | ||||
* | * Add support for Invoke instructions | Chris Lattner | 2001-10-13 | 1 | -3/+11 |
| | | | | | | * Add support for indirect calls llvm-svn: 752 | ||||
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -3/+1 |
| | | | | llvm-svn: 697 | ||||
* | Initial support for construction of a call graph | Chris Lattner | 2001-09-28 | 1 | -0/+66 |
llvm-svn: 660 |