summaryrefslogtreecommitdiff
path: root/tools/opt
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
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* fix printing call graphsAndrew Lenharth2006-04-18
* reorder some librariesChris Lattner2006-02-22
* 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
* Remove a now-unneeded libraryChris Lattner2005-10-24
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-24
* Two changes:Reid Spencer2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-06
* Fix minor mistakesJeff Cohen2005-01-06
* Add project opt to Visual Studio.Jeff Cohen2005-01-06
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-05
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-01
* For PR351:Reid Spencer2004-12-30
* For PR387:\Reid Spencer2004-12-07
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Fix usage of changed function prototypeReid Spencer2004-11-14
* 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
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-15
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* 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
* Prune unused #includeChris Lattner2004-07-11
* 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
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-25
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-27
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-27
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-27
* 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