aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
AgeCommit message (Expand)Author
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
2003-04-24Make sure that deleted functions have external linkageChris Lattner
2003-04-24Move function from Miscompilation.cppChris Lattner
2003-04-24Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner
2002-12-23Implement the start of the miscompilation detection stuffChris Lattner
2002-11-20Initial checkin of bugpointChris Lattner