aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-031-1/+0
* For PR1152:Reid Spencer2007-02-021-2/+100
* shutdown at end of runChris Lattner2007-01-311-0/+1
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-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
* 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
* For PR786:Reid Spencer2006-11-021-3/+2
* Add a --disable-compression option like llvm-link/llvm-as etc haveChris Lattner2006-08-281-1/+3
* -analyze mode shouldn't output a .bc file.Chris Lattner2006-08-271-2/+1
* Merge the 'analyze' mode code with the 'opt' mode code. Eliminate theChris Lattner2006-08-271-75/+25
* 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
* For PR797:Reid Spencer2006-08-181-9/+5
* For PR872:Reid Spencer2006-08-181-3/+147
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* For PR780:Reid Spencer2006-06-071-0/+1
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-3/+6
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-1/+0
* Fix minor mistakesJeff Cohen2005-01-061-0/+1
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+1
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-051-1/+1
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-011-7/+1
* For PR351:Reid Spencer2004-12-301-86/+93
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Fix hyphenation and quoting style for great justiceMisha Brukman2004-10-151-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-2/+2
* Prune unused #includeChris Lattner2004-07-111-1/+0
* Add -load optionChris Lattner2004-07-111-0/+1
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* Header file movedChris Lattner2004-05-271-1/+1
* Fix wonky headerChris Lattner2004-04-021-2/+14
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-191-0/+1
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-101-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+1
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Fix grammar.Misha Brukman2003-10-101-1/+1
* Kill using declarationsChris Lattner2003-05-221-15/+13