aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze
Commit message (Expand)AuthorAgeFilesLines
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+25
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-203-6/+6
* Finegrainify namespacificationChris Lattner2004-09-201-7/+4
* Changes For Bug 352Reid Spencer2004-09-013-4/+4
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* Remove this printerChris Lattner2004-07-181-19/+0
* bug 122:Reid Spencer2004-07-181-1/+1
* Add -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Right, globals aren't values yet..Chris Lattner2004-05-271-1/+1
* Add a simple pass.Chris Lattner2004-05-271-0/+45
* Header file movedChris Lattner2004-05-271-1/+1
* finegrainify namespacificationChris Lattner2004-04-121-17/+16
* Remove obsolete analysesChris Lattner2004-04-021-71/+1
* Tweak libraries for scev changesChris Lattner2004-04-021-2/+2
* 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