aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
AgeCommit message (Expand)Author
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
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-05-14Fix a bug found by inspection.Chris Lattner
2006-01-26Pass plugins on to children when optimizing.Andrew Lenharth
2006-01-23this doesn't work, remove itChris Lattner
2005-12-23Get bugpoint building with VC++ again.Jeff Cohen
2005-12-22For PR351:Reid Spencer
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-02-16Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen
2005-01-22oopsJeff Cohen
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-11-07Enable compression by default.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-05-12Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner
2004-03-14Fix a minor bug in runPassesOnChris Lattner
2004-03-14Add a new "AutoDebugCrashes" optionChris Lattner
2004-03-14Add new methodChris Lattner
2004-02-18Don't crash if there are no passes in the PassesToRun listChris Lattner
2004-01-14finegrainify namespacificationChris Lattner