summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExecutionDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak2018-12-101-8/+9
* [bugpoint] Revert r318459Don Hinton2018-09-181-8/+14
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-28/+21
* Convert the last use of sys::fs::createUniqueFile in bugpoint.Rafael Espindola2017-11-161-14/+8
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-12/+9
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-4/+2
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-54/+58
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-172/+165
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* [Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano2015-10-141-19/+19
* [Bugpoint] Use clang by default.Davide Italiano2015-10-141-2/+9
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-4/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-4/+4
* Fix a bug introduced during the transition to PathV2.Rafael Espindola2014-03-141-1/+1
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-3/+3
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-281-1/+1
* Add a version of unique_file that return just the file name.Rafael Espindola2013-06-181-9/+1
* Remove use of PathV1.h from ExecutionDriver.cpp.Rafael Espindola2013-06-181-24/+37
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-3/+4
* Don't use PathV1.h in FileUtilities.h.Rafael Espindola2013-06-131-2/+2
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-241-1/+1
* Remove the C backend.Eric Christopher2012-03-231-44/+3
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-3/+0
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-1/+1
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-2/+3
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-081-4/+18
* whitespaceAndrew Trick2011-02-081-11/+11
* 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
OpenPOWER on IntegriCloud