aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-051-1/+1
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-311-3/+3
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-6/+10
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-241-1/+1
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-101-8/+19
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-30/+42
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-101-13/+4
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-161-3/+9
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-071-3/+7
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-7/+8
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-10/+9
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-051-2/+2
* 80 col violation.Evan Cheng2009-07-211-9/+9
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-7/+6
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-18/+18
* Support remote execute for ARM.David Goodwin2009-07-101-3/+4
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-021-12/+24
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-081-45/+106
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-261-19/+0
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-121-1/+4
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-281-2/+14
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* 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