summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
...
* Add #includesChris Lattner2002-04-08
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* * Add support for DataStructure analysisChris Lattner2002-03-26
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Pull callgraph out of Cfg namespaceChris Lattner2002-03-06
* Cleanup to build with GCC 3.0.4Chris Lattner2002-02-24
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-01
* Fix dependency problemChris Lattner2002-01-31
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-31
* Eliminate opt libraryChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Induction variables must be phi nodesChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Add hooks to print natural loop information and induction variablesChris Lattner2001-11-26
* Add hooks for the FindUsedTypes passChris Lattner2001-11-09
* Add analysis pass.Chris Lattner2001-11-07
* Add support to print a call graph, and also add support for module level inte...Chris Lattner2001-09-28
* Export the instruction forest support from the analysis libraryChris Lattner2001-09-14
* iFix dependence orderChris Lattner2001-09-09
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner2001-07-25
* Use the new Alias command line optionChris Lattner2001-07-23
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Support changed expression apiChris Lattner2001-07-21
* Update makefile for more accurate depsChris Lattner2001-07-20
* Fix clean targetChris Lattner2001-07-18
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Add better support for post dominator information.Chris Lattner2001-07-06
* Initial checkin of analyze tool.Chris Lattner2001-07-03