summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAge
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-28
* no-strict-aliasing reduxChris Lattner2003-08-18
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-18
* 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
* Make sure to flush the output stream so that we get incremental updatesChris Lattner2003-08-04
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Use the new FileUtilities library to do diff'ing of filesChris Lattner2003-08-01
* * Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman2003-07-30
* Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman2003-07-30
* Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman2003-07-30
* BugDriver.h:Misha Brukman2003-07-28
* 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
* Make a comment more accurateChris Lattner2003-05-03
* Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner2003-05-03
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* Allow specifying an input file for the program being executedChris Lattner2003-04-23
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* New files for miscompilation detectionChris Lattner2002-12-23