aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
AgeCommit message (Expand)Author
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-03For PR1072:Reid Spencer
2007-02-02For PR1152:Reid Spencer
2007-01-31shutdown at end of runChris Lattner
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-12-01target constructors are never usedChris Lattner
2006-12-01Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-28Convert to using llvm streams instead of iostreams.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-08-28Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner
2006-08-27-analyze mode shouldn't output a .bc file.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-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-07For PR780:Reid Spencer
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2005-04-22Remove 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-11-14Fix usage of changed function prototypeReid Spencer
2004-10-15Fix hyphenation and quoting style for great justiceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-11Prune unused #includeChris Lattner
2004-07-11Add -load optionChris Lattner
2004-05-27Neuter the -q option. Stop printing the "program modified" message, everChris Lattner
2004-05-27Re-introduce the -q option and make opt always return 0, even if theReid Spencer
2004-05-27Removed the -q option and the default message written to stderr. TheReid Spencer
2004-05-27Header file movedChris Lattner
2004-04-02Fix wonky headerChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-12-10Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Fix grammar.Misha Brukman
2003-05-22Kill using declarationsChris Lattner