aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-2/+0
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-071-3/+6
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-3/+3
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-20/+18
* eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner2009-08-231-15/+17
* Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky2009-08-181-0/+1
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-25/+24
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-121-1/+8
* Detabify.Bill Wendling2008-02-261-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-141-4/+9
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-18/+18
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-061-1/+1
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-16/+4
* add bitcode supportChris Lattner2007-05-061-1/+8
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-1/+2
* 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-26/+25
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-21/+25
* Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky2006-09-141-3/+4
* Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky2006-09-141-3/+16
* analyze no longer exists, don't offer to run it :)Chris Lattner2006-08-271-12/+1
* For PR797:Reid Spencer2006-08-231-3/+11
* For PR797:Reid Spencer2006-08-211-5/+8
* For PR797:Reid Spencer2006-08-211-0/+2
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-1/+1
* Fix a bug found by inspection.Chris Lattner2006-05-141-1/+5
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-261-1/+10
* this doesn't work, remove itChris Lattner2006-01-231-2/+0
* Get bugpoint building with VC++ again.Jeff Cohen2005-12-231-0/+1
* For PR351:Reid Spencer2005-12-221-51/+59
* Final Changes For PR495:Reid Spencer2005-07-081-2/+2
* For PR495:Reid Spencer2005-07-071-2/+2
* Eliminate tabs and trailing spacesJeff Cohen2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-161-1/+3
* oopsJeff Cohen2005-01-221-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-3/+21
* For PR351:Reid Spencer2004-12-161-2/+2
* For PR351:Reid Spencer2004-12-151-1/+4
* Enable compression by default.Reid Spencer2004-11-071-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-121-6/+5
* Fix a minor bug in runPassesOnChris Lattner2004-03-141-0/+1
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-141-2/+12
* Add new methodChris Lattner2004-03-141-0/+23
* Don't crash if there are no passes in the PassesToRun listChris Lattner2004-02-181-1/+1