aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-34/+34
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-061-1/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-2/+2
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-281-0/+11
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-091-3/+9
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-151-23/+24
* For PR797:Reid Spencer2006-08-231-3/+17
* 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