Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Catch the parse exception if bad input is provided. Much better than an abort | Chris Lattner | 2002-02-01 | 1 | -3/+8 | |
| | | | | llvm-svn: 1631 | |||||
* | Convert analyze over to use new pass framework for its analyses | Chris Lattner | 2002-01-31 | 1 | -148/+192 | |
| | | | | llvm-svn: 1607 | |||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -2/+6 | |
| | | | | llvm-svn: 1503 | |||||
* | Induction variables must be phi nodes | Chris Lattner | 2001-12-03 | 1 | -5/+7 | |
| | | | | llvm-svn: 1402 | |||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+1 | |
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | |||||
* | Add hooks to print natural loop information and induction variables | Chris Lattner | 2001-11-26 | 1 | -1/+21 | |
| | | | | llvm-svn: 1389 | |||||
* | Add hooks for the FindUsedTypes pass | Chris Lattner | 2001-11-09 | 1 | -2/+13 | |
| | | | | llvm-svn: 1233 | |||||
* | Add analysis pass. | Chris Lattner | 2001-11-07 | 1 | -1/+10 | |
| | | | | llvm-svn: 1182 | |||||
* | Add support to print a call graph, and also add support for module level ↵ | Chris Lattner | 2001-09-28 | 1 | -7/+37 | |
| | | | | | | interprocedural analyses llvm-svn: 659 | |||||
* | Export the instruction forest support from the analysis library | Chris Lattner | 2001-09-14 | 1 | -1/+7 | |
| | | | | llvm-svn: 556 | |||||
* | Parenthesize output for expranalyze so that pointer stuff being multiplied ↵ | Chris Lattner | 2001-07-25 | 1 | -2/+2 | |
| | | | | | | isn't confusing llvm-svn: 299 | |||||
* | Use the new Alias command line option | Chris Lattner | 2001-07-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 284 | |||||
* | CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵ | Chris Lattner | 2001-07-23 | 1 | -3/+3 | |
| | | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283 | |||||
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 279 | |||||
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 1 | -44/+51 | |
| | | | | llvm-svn: 272 | |||||
* | Support changed expression api | Chris Lattner | 2001-07-21 | 1 | -5/+5 | |
| | | | | llvm-svn: 242 | |||||
* | Update makefile for more accurate deps | Chris Lattner | 2001-07-20 | 1 | -1/+34 | |
| | | | | | | Include support to print out Expression types llvm-svn: 216 | |||||
* | Add better support for post dominator information. | Chris Lattner | 2001-07-06 | 1 | -23/+46 | |
| | | | | | | Print method name for each analysis. llvm-svn: 144 | |||||
* | Initial checkin of analyze tool. | Chris Lattner | 2001-07-03 | 1 | -0/+104 | |
llvm-svn: 137 |