summaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)AuthorFilesLines
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+2
2007-02-05For PR411:Reid Spencer1-1/+0
2007-02-03For PR1072:Reid Spencer2-3/+1
2007-02-02For PR1152:Reid Spencer1-2/+100
2007-01-31shutdown at end of runChris Lattner1-0/+1
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-1/+1
2007-01-21default to emiting an uncompressed .bc fileChris Lattner1-1/+1
2006-12-13Remove DSA.John Criswell1-1/+1
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-23/+21
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-0/+2
2006-12-05This needs the callgraph data structure to stick around as long as theChris Lattner1-1/+1
2006-12-01target constructors are never usedChris Lattner1-4/+1
2006-12-01Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky1-4/+3
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling1-2/+5
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling1-15/+16
2006-11-17Need iostream to be included for the time being.Bill Wendling1-0/+1
2006-11-02For PR786:Reid Spencer1-3/+2
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-4/+2
2006-08-28Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner1-1/+3
2006-08-28For PR387:Reid Spencer1-0/+1
2006-08-27-analyze mode shouldn't output a .bc file.Chris Lattner1-2/+1
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner3-6/+6
2006-08-27Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2-76/+26
2006-08-21For PR885:Reid Spencer1-1/+1
2006-08-21Fix a build failureNate Begeman1-1/+1
2006-08-21For PR797:Reid Spencer1-2/+1
2006-08-18For PR797:Reid Spencer1-9/+5
2006-08-18For PR872:Reid Spencer2-7/+151
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner1-1/+1
2006-06-07For PR780:Reid Spencer1-0/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-3/+3
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson1-0/+1
2006-04-18fix printing call graphsAndrew Lenharth1-1/+1
2006-02-22reorder some librariesChris Lattner1-1/+1
2005-12-22Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner1-3/+17
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell1-1/+1
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell1-1/+1
2005-10-24Remove a now-unneeded libraryChris Lattner1-1/+1
2005-10-24Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner1-3/+3
2005-04-22Two changes:Reid Spencer1-2/+0
2005-04-22Remove trailing whitespaceMisha Brukman3-11/+11
2005-04-21Remove trailing whitespaceMisha Brukman1-4/+4
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen1-3/+6
2005-01-06Get the #ifdef right on LinkAllPasses.h.Jeff Cohen1-1/+0
2005-01-06Fix minor mistakesJeff Cohen1-0/+1
2005-01-06Add project opt to Visual Studio.Jeff Cohen1-0/+1
2005-01-05Make opt honor the quiet option when printing the bytecode warning.Reid Spencer1-1/+1
2005-01-01Move the code for printing out a warning about bytecode output to a consoleReid Spencer1-7/+1