aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze
AgeCommit message (Expand)Author
2002-12-03Disable timing of bytecode loaderChris Lattner
2002-11-10Add a timer to evaluate bytecode load time and space requirementsChris Lattner
2002-11-06Give passnames to the printer classesChris Lattner
2002-11-04No need to explicitly inclue ExportSymbols nowChris Lattner
2002-11-04Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve
2002-11-04Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner
2002-10-07 - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner
2002-09-17Enable correct support for dynamic loading on LinuxChris Lattner
2002-08-30 - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2002-08-29New datastructure analysis correctly uses TargetDataChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-31Changes to be GCC3.1 friendlyChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-29Use a module analysisChris Lattner
2002-07-29Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner
2002-07-27Make analyze use the Pass repository to populate it's command line argument listChris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-25Be more namespace correctChris Lattner
2002-07-23Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner
2002-07-22Add description to Enum options.Chris Lattner
2002-07-22Convert command line option processing code over to use the syntax supportedChris Lattner
2002-07-18Add support for bottom up closure of ds analysisChris Lattner
2002-07-10Rename DataStructure to LocalDataStructuresChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner
2002-04-29Remove InstForest from analysis namespaceChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Rename functions to be more consistend with other pass constructorsChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-28Eliminate the cfg namespaceChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-08Add #includesChris Lattner
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-26* Add support for DataStructure analysisChris Lattner
2002-03-06Pull interprocedural analyses out of Analysis library into their own libChris Lattner
2002-03-06Pull callgraph out of Cfg namespaceChris Lattner
2002-02-24Cleanup to build with GCC 3.0.4Chris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-01Catch the parse exception if bad input is provided. Much better than an abortChris Lattner
2002-01-31Fix dependency problemChris Lattner
2002-01-31Convert analyze over to use new pass framework for its analysesChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Induction variables must be phi nodesChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Add hooks to print natural loop information and induction variablesChris Lattner
2001-11-09Add hooks for the FindUsedTypes passChris Lattner