summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* This needs the callgraph data structure to stick around as long as theChris Lattner2006-12-05
* target constructors are never usedChris Lattner2006-12-01
* Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky2006-12-01
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-28
* Need iostream to be included for the time being.Bill Wendling2006-11-17
* For PR786:Reid Spencer2006-11-02
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-28
* For PR387:Reid Spencer2006-08-28
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-27
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-27
* For PR885:Reid Spencer2006-08-21
* Fix a build failureNate Begeman2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-18
* For PR872:Reid Spencer2006-08-18
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* For PR780:Reid Spencer2006-06-07
* 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