aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31Don't explicitly use the SCC classChris Lattner
2003-08-31The SCC::HasLoop method is now in the main iteratorChris Lattner
2003-08-31The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner
2003-08-31Indent classes correctly in the namespaceChris Lattner
2003-08-31* CleanupsChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke
2003-05-12Add a disable-verify optionChris Lattner
2003-05-12Move static stuff to an anonymous namespaceChris Lattner
2003-04-24Make sure to create a target data that matches the Module's target properties.Chris Lattner
2003-03-31Minor tweakChris Lattner
2003-02-24Make printing messages nicerChris Lattner
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