summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* fix printing call graphsAndrew Lenharth2006-04-18
* Implemented -quiet feature for analyzeRobert Bocchino2006-03-03
* Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner2005-12-22
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* Link in datastructure as a relinked o fileChris Lattner2005-10-24
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-24
* Two changes:Reid Spencer2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR351:Reid Spencer2004-12-30
* For PR387:\Reid Spencer2004-12-07
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Actually link all the analysis passes and their dependencies.Reid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* 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