aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
AgeCommit message (Expand)Author
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-02-24fit in 80 cols.Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov
2010-11-0380-col violations, trailing whitespace.Mikhail Glushenkov
2010-10-29Check for (unlikely) errors from FindExecutable.Dan Gohman
2010-10-29Delete this obsolete comment.Dan Gohman
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-24Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-08Add a opt-args option that can be used to pass arguments to every optRafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-07Run opt instead of bugpoint itself.Rafael Espindola
2010-08-05Revert bugpoint change due to buildbot breakage.Bob Wilson
2010-08-05Run opt instead of bugpoint itself.Rafael Espindola
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola
2010-07-28Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-03-19Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23eliminate the std::ostream forms of the bitcode writing APIs.Chris Lattner
2009-08-18Include valgrind in the steps to reproduce if valgrind was used to reproduceNick Lewycky
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2008-06-12Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman
2008-02-26Detabify.Bill Wendling
2007-12-29remove attributions from tools.Chris Lattner
2007-11-14Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06add bitcode supportChris Lattner
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-09-14Fix --enable-valgrind. Add room for the new arguments, and don't keepNick Lewycky
2006-09-14Add --enable-valgrind option to run optimizations through valgrind toNick Lewycky
2006-08-27analyze no longer exists, don't offer to run it :)Chris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner