aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze
Commit message (Expand)AuthorAgeFilesLines
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-18/+18
* * Add support for DataStructure analysisChris Lattner2002-03-262-29/+57
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Pull callgraph out of Cfg namespaceChris Lattner2002-03-061-1/+1
* Cleanup to build with GCC 3.0.4Chris Lattner2002-02-241-1/+1
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-4/+3
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-011-3/+8
* Fix dependency problemChris Lattner2002-01-311-1/+1
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-311-148/+192
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+6
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+7
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+1
* Add hooks to print natural loop information and induction variablesChris Lattner2001-11-261-1/+21
* Add hooks for the FindUsedTypes passChris Lattner2001-11-091-2/+13
* 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
* iFix dependence orderChris Lattner2001-09-091-1/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-10/+3
* 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-232-45/+53
* Support changed expression apiChris Lattner2001-07-211-5/+5
* Update makefile for more accurate depsChris Lattner2001-07-202-3/+38
* Fix clean targetChris Lattner2001-07-181-1/+1
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
* Add better support for post dominator information.Chris Lattner2001-07-061-23/+46
* Initial checkin of analyze tool.Chris Lattner2001-07-032-0/+114