summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* 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
* 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