summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* Don't explicitly use the SCC classChris Lattner2003-08-31
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Add a disable-verify optionChris Lattner2003-05-12
* Move static stuff to an anonymous namespaceChris Lattner2003-05-12
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Minor tweakChris Lattner2003-03-31
* Make printing messages nicerChris Lattner2003-02-24
* Disable timing of bytecode loaderChris Lattner2002-12-03
* Add a timer to evaluate bytecode load time and space requirementsChris Lattner2002-11-10
* Give passnames to the printer classesChris Lattner2002-11-06
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04
* 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