aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling
2006-11-17Need iostream to be included for the time being.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-28Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner
2006-08-28For PR387:Reid Spencer
2006-08-27-analyze mode shouldn't output a .bc file.Chris Lattner
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-08-27Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner
2006-08-21For PR885:Reid Spencer
2006-08-21Fix a build failureNate Begeman
2006-08-21For PR797:Reid Spencer
2006-08-18For PR797:Reid Spencer
2006-08-18For PR872:Reid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-07For PR780:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-04-18fix printing call graphsAndrew Lenharth
2006-02-22reorder some librariesChris Lattner
2005-12-22Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-24Remove a now-unneeded libraryChris Lattner
2005-10-24Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner
2005-04-22Two changes:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen
2005-01-06Fix minor mistakesJeff Cohen
2005-01-06Add project opt to Visual Studio.Jeff Cohen
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer
2004-12-30For PR351:Reid Spencer
2004-12-07For PR387:\Reid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-15Fix hyphenation and quoting style for great justiceMisha Brukman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-20Finegrainify namespacificationChris Lattner
2004-09-01Changes For Bug 352Reid Spencer