summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze/analyze.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-011-3/+8
| | | | llvm-svn: 1631
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-311-148/+192
| | | | llvm-svn: 1607
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+6
| | | | llvm-svn: 1503
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+7
| | | | llvm-svn: 1402
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-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 variablesChris Lattner2001-11-261-1/+21
| | | | llvm-svn: 1389
* Add hooks for the FindUsedTypes passChris Lattner2001-11-091-2/+13
| | | | llvm-svn: 1233
* Add analysis pass.Chris Lattner2001-11-071-1/+10
| | | | llvm-svn: 1182
* Add support to print a call graph, and also add support for module level ↵Chris Lattner2001-09-281-7/+37
| | | | | | interprocedural analyses llvm-svn: 659
* Export the instruction forest support from the analysis libraryChris Lattner2001-09-141-1/+7
| | | | llvm-svn: 556
* Parenthesize output for expranalyze so that pointer stuff being multiplied ↵Chris Lattner2001-07-251-2/+2
| | | | | | isn't confusing llvm-svn: 299
* Use the new Alias command line optionChris Lattner2001-07-231-1/+2
| | | | llvm-svn: 284
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵Chris Lattner2001-07-231-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 Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-44/+51
| | | | llvm-svn: 272
* Support changed expression apiChris Lattner2001-07-211-5/+5
| | | | llvm-svn: 242
* Update makefile for more accurate depsChris Lattner2001-07-201-1/+34
| | | | | | Include support to print out Expression types llvm-svn: 216
* Add better support for post dominator information.Chris Lattner2001-07-061-23/+46
| | | | | | Print method name for each analysis. llvm-svn: 144
* Initial checkin of analyze tool.Chris Lattner2001-07-031-0/+104
llvm-svn: 137
OpenPOWER on IntegriCloud