aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* For PR780:Reid Spencer2006-06-071-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-3/+3
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* fix printing call graphsAndrew Lenharth2006-04-181-1/+1
* reorder some librariesChris Lattner2006-02-221-1/+1
* 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
* Remove a now-unneeded libraryChris Lattner2005-10-241-1/+1
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-241-3/+3
* Two changes:Reid Spencer2005-04-221-2/+0
* Remove trailing whitespaceMisha Brukman2005-04-223-11/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-3/+6
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-1/+0
* Fix minor mistakesJeff Cohen2005-01-061-0/+1
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+1
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-051-1/+1
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-011-7/+1
* For PR351:Reid Spencer2004-12-301-86/+93
* For PR387:\Reid Spencer2004-12-071-2/+2
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
* We're not doing automake any moreReid Spencer2004-10-221-656/+0
* We won't use automakeReid Spencer2004-10-221-21/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+656
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-151-1/+1
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-202-4/+4
* 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-2/+2
* Remove this printerChris Lattner2004-07-181-19/+0
* bug 122:Reid Spencer2004-07-181-1/+1
* Prune unused #includeChris Lattner2004-07-111-1/+0
* 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
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-251-1/+1
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* Right, globals aren't values yet..Chris Lattner2004-05-271-1/+1
* Add a simple pass.Chris Lattner2004-05-271-0/+45