aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
AgeCommit message (Expand)Author
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351: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-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-16IA64 compatChris Lattner
2004-05-06Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner
2004-05-06Remove a really old commentChris Lattner
2004-05-04Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke
2004-04-19* Reorder #includesMisha Brukman
2004-04-02If the program returns a non-zero exit value, don't leave files layingChris Lattner
2004-02-18Add a new method for use by the code generator crash debugger.Chris Lattner
2004-02-18Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner
2004-02-18Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner
2004-02-11Add check-exit-code option, defaulting to true.Brian Gaeke
2004-01-14finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-19Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner
2003-10-18Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner
2003-10-18Change run-lli -> run-intChris Lattner
2003-10-18Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner
2003-10-14add support forloading additional .so files on the command lineChris Lattner
2003-10-14Change the execute methods to take the shared object filename by const refere...Chris Lattner
2003-10-14The return value of compileSharedObject was never used. Return the sharedChris Lattner
2003-10-07This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner
2003-09-29Use the newly abstracted interface for running our tools and gcc.Misha Brukman
2003-08-28Renaming `dis' -> `llvm-dis'.Misha Brukman
2003-08-18no-strict-aliasing reduxChris Lattner
2003-08-18The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner
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-08-04Make sure to flush the output stream so that we get incremental updatesChris Lattner
2003-08-01DEBUG got moved to Debug.hChris Lattner
2003-08-01Use the new FileUtilities library to do diff'ing of filesChris Lattner
2003-07-30* Moved InputArgv out of anonymous scope to be extern'd in another file.Misha Brukman
2003-07-30Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.Misha Brukman
2003-07-30Use a vector<char*> instead of char*[] so that we can add arbitrary number ofMisha Brukman
2003-07-28BugDriver.h: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-03Make a comment more accurateChris Lattner
2003-05-03Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner
2003-04-24Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner
2003-04-23Allow specifying an input file for the program being executedChris Lattner
2002-12-24Fix compilation on GCC 3.2Chris Lattner
2002-12-23New files for miscompilation detectionChris Lattner