summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Remove this printerChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* Add -load optionChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Right, globals aren't values yet..Chris Lattner2004-05-27
* Add a simple pass.Chris Lattner2004-05-27
* Header file movedChris Lattner2004-05-27
* finegrainify namespacificationChris Lattner2004-04-12
* Remove obsolete analysesChris Lattner2004-04-02
* Tweak libraries for scev changesChris Lattner2004-04-02
* Make sure to print a stack trace whenever an error signal is deliveredChris Lattner2004-02-19
* Rename methodChris Lattner2003-12-23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-22
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* 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