aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-061-2/+2
* Remove a really old commentChris Lattner2004-05-061-9/+0
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-041-9/+22
* * Reorder #includesMisha Brukman2004-04-191-2/+3
* If the program returns a non-zero exit value, don't leave files layingChris Lattner2004-04-021-1/+4
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-181-0/+20
* Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner2004-02-181-3/+3
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-181-4/+7
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-111-2/+33
* finegrainify namespacificationChris Lattner2004-01-141-8/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+6
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-211-6/+24
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-191-1/+1
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-181-0/+4
* Change run-lli -> run-intChris Lattner2003-10-181-1/+1
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-181-1/+2
* add support forloading additional .so files on the command lineChris Lattner2003-10-141-1/+6
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-141-19/+26
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-141-5/+7
* This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner2003-10-071-1/+1
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-291-437/+18
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-281-6/+7
* no-strict-aliasing reduxChris Lattner2003-08-181-1/+1
* The CBE generates code which violates the TBAA rules of C, thus we must disableChris Lattner2003-08-181-1/+7
* 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