aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze
Commit message (Expand)AuthorAgeFilesLines
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-191-0/+2
* Rename methodChris Lattner2003-12-231-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-114-0/+11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-221-67/+2
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* fix file headersChris Lattner2003-10-203-5/+1
* Added copyright header to all C++ source files.John Criswell2003-10-203-0/+24
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-9/+10
* Don't explicitly use the SCC classChris Lattner2003-08-311-2/+2
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-311-7/+7
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-2/+2
* Indent classes correctly in the namespaceChris Lattner2003-08-311-46/+56
* * CleanupsChris Lattner2003-08-311-38/+30
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Add a disable-verify optionChris Lattner2003-05-121-1/+5
* Move static stuff to an anonymous namespaceChris Lattner2003-05-121-15/+14
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-0/+4
* Minor tweakChris Lattner2003-03-311-1/+1
* Make printing messages nicerChris Lattner2003-02-241-4/+3
* Disable timing of bytecode loaderChris Lattner2002-12-031-0/+2
* Add a timer to evaluate bytecode load time and space requirementsChris Lattner2002-11-101-0/+4
* Give passnames to the printer classesChris Lattner2002-11-061-0/+6
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-041-0/+93
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-041-1/+45
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-071-0/+88
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.Chris Lattner2002-08-301-0/+4
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-4/+4
* New datastructure analysis correctly uses TargetDataChris Lattner2002-08-291-1/+1
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-082-7/+7
* Changes to be GCC3.1 friendlyChris Lattner2002-07-311-2/+2
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-3/+4
* Use a module analysisChris Lattner2002-07-291-4/+9
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-292-120/+101
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-271-151/+70
* *** empty log message ***Chris Lattner2002-07-261-8/+4
* Be more namespace correctChris Lattner2002-07-251-2/+1
* Convert over to new style of Makefile, where there is a difference between .o...Chris Lattner2002-07-231-1/+3
* Add description to Enum options.Chris Lattner2002-07-221-1/+2
* Convert command line option processing code over to use the syntax supportedChris Lattner2002-07-221-31/+28
* Add support for bottom up closure of ds analysisChris Lattner2002-07-181-1/+8
* Rename DataStructure to LocalDataStructuresChris Lattner2002-07-101-3/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-20/+19
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
* Remove InstForest from analysis namespaceChris Lattner2002-04-291-3/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-3/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-1/+11