summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-2/+2
* [NFC] Remove multiple semicolonsMandeep Singh Grang2017-06-281-1/+1
* Allow use of spaces in Bugpoint ‘--compile-command’ argumentDavid Bozier2017-03-021-21/+46
* Retire bugpoint's -R. hack.Joerg Sonnenberger2016-10-011-3/+0
* HAVE_LINK_R is not the only reason why this needs config.h.Joerg Sonnenberger2016-09-301-1/+1
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-88/+85
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-272/+231
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-6/+7
* [Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano2015-10-141-99/+99
* [Bugpoint] Get rid of dead code. No functional change.Davide Italiano2015-10-111-19/+0
* Use findProgramByName.Michael J. Spencer2014-11-041-10/+19
* [Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to closeLang Hames2014-10-071-9/+1
* bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...NAKAMURA Takumi2014-07-131-0/+8
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-5/+4
* 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-17/+17
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-47/+47
* [bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet2014-03-081-1/+1
* Use startswith_lower() where possible.Jakub Staszak2013-11-041-1/+1
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-4/+4
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+2
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-2/+2
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-251-1/+7
* Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola2013-06-181-25/+35
* Return a std::string from PrependMainExecutablePath.Rafael Espindola2013-06-181-6/+7
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-7/+8
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-0/+22
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-13/+5
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-6/+6
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-131-8/+8
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-131-1/+2
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-131-47/+47
* Remove the program class.Rafael Espindola2013-06-121-8/+7
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-241-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Fix unintentional use of operator bool.John McCall2012-05-021-1/+1
* Remove the C backend.Eric Christopher2012-03-231-88/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Remove the Alpha backend.Dan Gohman2011-10-271-2/+1
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-9/+4
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+1
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+16
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-3/+2
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-3/+3
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-081-24/+108
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-5/+5
OpenPOWER on IntegriCloud