aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/opt.cpp
AgeCommit message (Expand)Author
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-09-08Turn GVN on by default.Owen Anderson
2007-09-04Enable loop index split pass.Devang Patel
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-07-30Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman
2007-07-17Turn on FastDSE by default.Owen Anderson
2007-07-17Change sroa threshold back.Evan Cheng
2007-07-17Temporarily set SROA threshold to 512.Evan Cheng
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-07-05Fix PR1539. Add LoopPassPrinter.Devang Patel
2007-06-28Fix PR 1526.Devang Patel
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06add support to llvm-prof for reading from a bitcode fileChris Lattner
2007-05-06if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-20remove cruftChris Lattner
2007-04-10Enable loop rotate pass.Devang Patel
2007-03-07Now LoopUnswitch is a LoopPass.Devang Patel
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