summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-07
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-30
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-29
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Changes to be GCC3.1 friendlyChris Lattner2002-07-31
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Use a module analysisChris Lattner2002-07-29
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-29
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-26
* Be more namespace correctChris Lattner2002-07-25
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-23
* Add description to Enum options.Chris Lattner2002-07-22
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-22
* Add support for bottom up closure of ds analysisChris Lattner2002-07-18
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-10
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Remove InstForest from analysis namespaceChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-28
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Eliminate the cfg namespaceChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* 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