summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* iFix dependence orderChris Lattner2001-09-091-1/+1
| | | | llvm-svn: 517
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-10/+3
| | | | llvm-svn: 501
* 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-232-45/+53
| | | | llvm-svn: 272
* Support changed expression apiChris Lattner2001-07-211-5/+5
| | | | llvm-svn: 242
* Update makefile for more accurate depsChris Lattner2001-07-202-3/+38
| | | | | | Include support to print out Expression types llvm-svn: 216
* Fix clean targetChris Lattner2001-07-181-1/+1
| | | | llvm-svn: 203
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
| | | | llvm-svn: 198
* 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-032-0/+114
llvm-svn: 137
OpenPOWER on IntegriCloud