aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
AgeCommit message (Expand)Author
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris 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-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling
2006-08-18For PR797:Reid Spencer
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-05-14print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner
2005-12-22For PR351:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-20Allow compilers that can't distinguish between a class instantiation andReid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-13LinkModules is now in the Linker classReid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-24Finally give bugpoint -timeout support!Chris Lattner
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
2004-04-06Wrap at 80 cols.Misha Brukman
2004-03-14Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner
2004-03-14Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner
2004-02-20Format a bit more nicelyChris Lattner
2004-02-19Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-18Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner
2004-02-18Add a stub for debugging code generator crashesChris Lattner
2004-02-18ctor arguments changed orderChris Lattner
2004-02-18This class got moved to FileUtilities.hChris 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-15Flush output after writing out the list of function names.Brian Gaeke
2003-10-14Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner
2003-10-13Unbreak code generator debug modeChris Lattner
2003-09-17Use new methodChris Lattner
2003-08-22Kill warningChris Lattner
2003-08-22Squash the warning that `Result' may not be initialized on all code paths.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
2003-07-24Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman
2003-07-24Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman
2003-05-23Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke
2003-05-03The Grammar Police is out on patrol.Misha Brukman