aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze
Commit message (Expand)AuthorAgeFilesLines
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-301-0/+4
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-4/+4
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-291-1/+1
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-082-7/+7
* Changes to be GCC3.1 friendlyChris Lattner2002-07-311-2/+2
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-3/+4
* Use a module analysisChris Lattner2002-07-291-4/+9
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-292-120/+101
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-271-151/+70
* *** empty log message ***Chris Lattner2002-07-261-8/+4
* Be more namespace correctChris Lattner2002-07-251-2/+1
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-231-1/+3
* Add description to Enum options.Chris Lattner2002-07-221-1/+2
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-221-31/+28
* Add support for bottom up closure of ds analysisChris Lattner2002-07-181-1/+8
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-101-3/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-20/+19
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
* Remove InstForest from analysis namespaceChris Lattner2002-04-291-3/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-3/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-1/+11
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-281-5/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+9
* Eliminate the cfg namespaceChris Lattner2002-04-281-14/+14
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-30/+25
* Add #includesChris Lattner2002-04-081-1/+3
* 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