aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-294-8/+8
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Turn GVN on by default.Owen Anderson2007-09-081-2/+1
* Enable loop index split pass.Devang Patel2007-09-041-0/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+1
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-301-1/+0
* Turn on FastDSE by default.Owen Anderson2007-07-171-1/+1
* Change sroa threshold back.Evan Cheng2007-07-171-1/+1
* Temporarily set SROA threshold to 512.Evan Cheng2007-07-171-1/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-5/+5
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-051-0/+29
* Fix PR 1526.Devang Patel2007-06-281-0/+34
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-7/+4
* make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner2007-05-061-0/+3
* switch tools to bitcode from bytecodeChris Lattner2007-05-062-30/+12
* add support to llvm-prof for reading from a bitcode fileChris Lattner2007-05-061-6/+2
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-062-5/+31
* Drop 'const'Devang Patel2007-05-034-16/+16
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-024-16/+16
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-014-4/+31
* remove cruftChris Lattner2007-04-201-3/+0
* Enable loop rotate pass.Devang Patel2007-04-101-0/+1
* Now LoopUnswitch is a LoopPass.Devang Patel2007-03-071-0/+1
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+2
* For PR411:Reid Spencer2007-02-051-1/+0
* For PR1072:Reid Spencer2007-02-032-3/+1
* For PR1152:Reid Spencer2007-02-021-2/+100
* shutdown at end of runChris Lattner2007-01-311-0/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* Remove DSA.John Criswell2006-12-131-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-23/+21
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* This needs the callgraph data structure to stick around as long as theChris Lattner2006-12-051-1/+1
* target constructors are never usedChris Lattner2006-12-011-4/+1
* Fix opt -o option. Don't pass a pointer to an auto variable which is goingNick Lewycky2006-12-011-4/+3
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-2/+5
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-281-15/+16
* Need iostream to be included for the time being.Bill Wendling2006-11-171-0/+1
* For PR786:Reid Spencer2006-11-021-3/+2
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-4/+2
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-281-1/+3
* For PR387:Reid Spencer2006-08-281-0/+1
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-271-2/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-273-6/+6
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-272-76/+26
* For PR885:Reid Spencer2006-08-211-1/+1
* Fix a build failureNate Begeman2006-08-211-1/+1
* For PR797:Reid Spencer2006-08-211-2/+1