summaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAge
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-23
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-18
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-12
* Detabify.Bill Wendling2008-02-26
* remove attributions from tools.Chris Lattner2007-12-29
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* add bitcode supportChris Lattner2007-05-06
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-14
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-14
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-27
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* Fix a bug found by inspection.Chris Lattner2006-05-14
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-26
* this doesn't work, remove itChris Lattner2006-01-23
* Get bugpoint building with VC++ again.Jeff Cohen2005-12-23
* For PR351:Reid Spencer2005-12-22
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-16
* oopsJeff Cohen2005-01-22
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* Enable compression by default.Reid Spencer2004-11-07
* Changes For Bug 352Reid Spencer2004-09-01
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-12
* Fix a minor bug in runPassesOnChris Lattner2004-03-14
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-14
* Add new methodChris Lattner2004-03-14
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14