summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-1/+1
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-071-1/+1
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-041-11/+10
* DEBUG got moved to Debug.hChris Lattner2003-08-011-1/+1
* Use the new FileUtilities library to do diff'ing of filesChris Lattner2003-08-011-22/+9
* * Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman2003-07-301-32/+47
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-301-2/+6
* Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman2003-07-301-38/+35
* BugDriver.h:Misha Brukman2003-07-281-28/+31
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-241-24/+40
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-111/+336
* Make a comment more accurateChris Lattner2003-05-031-1/+1
* Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner2003-05-031-4/+162
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-241-1/+3
* Allow specifying an input file for the program being executedChris Lattner2003-04-231-1/+5
* Fix compilation on GCC 3.2Chris Lattner2002-12-241-0/+1
* New files for miscompilation detectionChris Lattner2002-12-231-0/+191
OpenPOWER on IntegriCloud