summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Turn GVN on by default.Owen Anderson2007-09-08
* Enable loop index split pass.Devang Patel2007-09-04
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-30
* Turn on FastDSE by default.Owen Anderson2007-07-17
* Change sroa threshold back.Evan Cheng2007-07-17
* Temporarily set SROA threshold to 512.Evan Cheng2007-07-17
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-05
* Fix PR 1526.Devang Patel2007-06-28
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add support to llvm-prof for reading from a bitcode fileChris Lattner2007-05-06
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* remove cruftChris Lattner2007-04-20
* Enable loop rotate pass.Devang Patel2007-04-10
* Now LoopUnswitch is a LoopPass.Devang Patel2007-03-07
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* For PR1072:Reid Spencer2007-02-03
* For PR1152:Reid Spencer2007-02-02
* shutdown at end of runChris Lattner2007-01-31
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Remove DSA.John Criswell2006-12-13
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* 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