summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAge
* 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