aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/analyze.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add analysis pass.Chris Lattner2001-11-071-1/+10
* Add support to print a call graph, and also add support for module level inte...Chris Lattner2001-09-281-7/+37
* Export the instruction forest support from the analysis libraryChris Lattner2001-09-141-1/+7
* Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner2001-07-251-2/+2
* Use the new Alias command line optionChris Lattner2001-07-231-1/+2
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-3/+3
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-44/+51
* Support changed expression apiChris Lattner2001-07-211-5/+5
* Update makefile for more accurate depsChris Lattner2001-07-201-1/+34
* Add better support for post dominator information.Chris Lattner2001-07-061-23/+46
* Initial checkin of analyze tool.Chris Lattner2001-07-031-0/+104