summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAge
* Remove several unused variables.Rafael Espindola2013-10-01
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-28
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-18
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-18
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-13
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-24
* Remove the C backend.Eric Christopher2012-03-23
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-08
* whitespaceAndrew Trick2011-02-08
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-05
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-24
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-10
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-10
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-16
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* 80 col violation.Evan Cheng2009-07-21
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Support remote execute for ARM.David Goodwin2009-07-10
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-26
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-12
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-28
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-06
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-28
* add a new bugpoint mode -llc-safe. This uses LLC for both halves of aChris Lattner2006-11-09
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* For PR797:Reid Spencer2006-08-23
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* add explicit #includes of iostreamChris Lattner2006-01-22