summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/ToolRunner.cpp
AgeCommit message (Expand)Author
2025-10-13[NFC][LLVM] Code cleanup in bugpoint (#162909)Rahul Joshi
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault
2021-11-08[bugpoint] Fix repeated off-by-one error in debug outputJessica Clarke
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-09-14Bugpoint: Remove some unnecessary c_str conversions on the journey to StringRefDavid Blaikie
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10[bugpoint] Find 'opt', etc., in bugpoint directoryBrian Gesiak
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-06-28[NFC] Remove multiple semicolonsMandeep Singh Grang
2017-03-02Allow use of spaces in Bugpoint ‘--compile-command’ argumentDavid Bozier
2016-10-01Retire bugpoint's -R. hack.Joerg Sonnenberger
2016-09-30HAVE_LINK_R is not the only reason why this needs config.h.Joerg Sonnenberger
2016-09-06bugpoint: Return Errors instead of passing around stringsJustin Bogner
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2015-10-14[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano
2015-10-11[Bugpoint] Get rid of dead code. No functional change.Davide Italiano
2014-11-04Use findProgramByName.Michael J. Spencer
2014-10-07[Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to closeLang Hames
2014-07-13bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...NAKAMURA Takumi
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-08[bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet
2013-11-04Use startswith_lower() where possible.Jakub Staszak
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola
2013-06-26Remove unused includes.Rafael Espindola
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola
2013-06-25Move GetEXESuffix to the one place it is used.Rafael Espindola
2013-06-18Convert most uses of PathV1.h in ToolRunner.cpp.Rafael Espindola
2013-06-18Return a std::string from PrependMainExecutablePath.Rafael Espindola
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola
2013-06-14Move PrependMainExecutablePath next to its only user.Rafael Espindola
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola