summaryrefslogtreecommitdiff
path: root/tools/analyze
Commit message (Expand)AuthorAge
* 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
* 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