summaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/OptimizerDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-8/+8
* Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-241-10/+3
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-8/+20
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-081-0/+6
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-4/+4
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-35/+19
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-19/+35
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-35/+19
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-10/+7
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-5/+6
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-4/+4
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-4/+4
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-4/+4
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-4/+4
* 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