summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAge
...
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-14
* For PR351:Reid Spencer2005-12-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Allow compilers that can't distinguish between a class instantiation andReid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-16
* LinkModules is now in the Linker classReid Spencer2004-12-13
* Linker.h has a new home.Reid Spencer2004-11-14
* Changes For Bug 352Reid Spencer2004-09-01
* Finally give bugpoint -timeout support!Chris Lattner2004-07-24
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Wrap at 80 cols.Misha Brukman2004-04-06
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Format a bit more nicelyChris Lattner2004-02-20
* Be a bit more robust. Explicitly check for a code generator crash.Chris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* ctor arguments changed orderChris Lattner2004-02-18
* This class got moved to FileUtilities.hChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Flush output after writing out the list of function names.Brian Gaeke2003-10-15
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-14
* Unbreak code generator debug modeChris Lattner2003-10-13
* Use new methodChris Lattner2003-09-17
* Kill warningChris Lattner2003-08-22
* Squash the warning that `Result' may not be initialized on all code paths.Misha Brukman2003-08-22
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-24
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-23
* The Grammar Police is out on patrol.Misha Brukman2003-05-03
* Make sure that deleted functions have external linkageChris Lattner2003-04-24
* Move function from Miscompilation.cppChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20