summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-3/+29
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-271-2/+2
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-131-7/+2
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-3/+18
* add explicit #includes of iostreamChris Lattner2006-01-221-0/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Final Changes For PR495:Reid Spencer2005-07-081-5/+5
* For PR495:Reid Spencer2005-07-071-5/+6
* Remove trailing whitespaceMisha Brukman2005-04-221-5/+5
* Add support for fp tolerancesChris Lattner2005-01-231-3/+11
* Adjust to changed interface.Chris Lattner2005-01-231-1/+2
* Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke2004-12-221-1/+2
* For PR351:Reid Spencer2004-12-161-12/+14
* For PR351:Reid Spencer2004-12-151-6/+11
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Finally give bugpoint -timeout support!Chris Lattner2004-07-241-1/+19
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-2/+2
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* IA64 compatChris Lattner2004-07-161-1/+1
* 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
OpenPOWER on IntegriCloud