aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/OptimizerDriver.cpp
AgeCommit message (Expand)Author
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
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-10Don't include <stdlib.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-08-07File-related functions moved to FileUtilities.h .Misha Brukman
2003-08-07Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman
2003-08-07Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman