aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
AgeCommit message (Expand)Author
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool
2012-03-23Remove the C backend.Eric Christopher
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2011-02-08Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick
2011-02-08whitespaceAndrew Trick
2010-08-05Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola
2010-07-31Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola
2010-07-30Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola
2010-05-24Apply timeouts and memory limits in more places. In particular, whenDuncan Sands
2010-05-10Add command line option --gcc to bugpoint.Kalle Raiskila
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-04-10Remove dead argument and clean whitespace. No functionality change.Nick Lewycky
2010-03-16add support for bugpointing the integrated assembler. Something like thisChris Lattner
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman
2009-08-05Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov
2009-07-2180 col violation.Evan Cheng
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-10Support remote execute for ARM.David Goodwin
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2008-12-08Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman
2008-10-26Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky
2008-06-12Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman
2008-04-28Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-06Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-11-28Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer
2006-11-09add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-13Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-01-22add explicit #includes of iostreamChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-23Add support for fp tolerancesChris Lattner
2005-01-23Adjust to changed interface.Chris Lattner
2004-12-22Fix the build on PowerPC/Darwin - it thought we were declaring a newBrian Gaeke