summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAge
...
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-22
* Add support for fp tolerancesChris Lattner2005-01-23
* Adjust to changed interface.Chris Lattner2005-01-23
* Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke2004-12-22
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* Changes For Bug 352Reid Spencer2004-09-01
* Finally give bugpoint -timeout support!Chris Lattner2004-07-24
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* IA64 compatChris Lattner2004-07-16
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-06
* Remove a really old commentChris Lattner2004-05-06
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-04
* * Reorder #includesMisha Brukman2004-04-19
* If the program returns a non-zero exit value, don't leave files layingChris Lattner2004-04-02
* Add a new method for use by the code generator crash debugger.Chris Lattner2004-02-18
* Make the executeProgram method exception safe, not leaving around bytecodeChris Lattner2004-02-18
* Update comments, if we are running with the CBE, make sure the InterpreterChris Lattner2004-02-18
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* finegrainify namespacificationChris Lattner2004-01-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-21
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-19
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-18
* Change run-lli -> run-intChris Lattner2003-10-18
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-18
* add support forloading additional .so files on the command lineChris Lattner2003-10-14
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-14
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-14
* This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner2003-10-07
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-29
* 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