aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze
Commit message (Expand)AuthorAgeFilesLines
* Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner2005-12-221-3/+17
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* Link in datastructure as a relinked o fileChris Lattner2005-10-241-1/+1
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-242-1/+3
* Two changes:Reid Spencer2005-04-221-2/+0
* Remove trailing whitespaceMisha Brukman2005-04-223-14/+14
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* For PR351:Reid Spencer2004-12-301-44/+52
* For PR387:\Reid Spencer2004-12-071-2/+2
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-3/+3
* We're not doing automake any moreReid Spencer2004-10-221-661/+0
* We won't use automakeReid Spencer2004-10-221-23/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+661
* Actually link all the analysis passes and their dependencies.Reid Spencer2004-10-181-3/+4
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+1
* Wrap lines at 80 colsMisha Brukman2004-10-121-3/+4
* 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