summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/BugDriver.cpp
AgeCommit message (Expand)Author
2025-10-13[NFC][LLVM] Code cleanup in bugpoint (#162909)Rahul Joshi
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2024-07-06[llvm] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#97778)Kazu Hirata
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-14Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2016-09-06bugpoint: Return Errors instead of passing around stringsJustin Bogner
2016-09-06Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner
2016-09-06bugpoint: Stop threading errors through APIs that never failJustin Bogner
2016-09-02bugpoint: clang-format all of bugpoint. NFCJustin Bogner
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola
2015-12-01Use references now that it is natural to do so.Rafael Espindola
2015-10-14[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith
2015-03-26bugpoint: Verify input filesDuncan P. N. Exon Smith
2015-03-26bugpoint: Return early after error, NFCDuncan P. N. Exon Smith
2014-10-28Remove the PreserveSource linker mode.Rafael Espindola
2014-10-25Update the error handling of lib/Linker.Rafael Espindola
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola
2014-08-26Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-25BugPoint: Fix some memory leaks.David Blaikie
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth
2013-06-18Remove PathV1.h use from BugDriver.cpp.Rafael Espindola
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2011-03-31Fix whitespace.Michael J. Spencer
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-07Run opt instead of bugpoint itself.Rafael Espindola
2010-08-05Revert bugpoint change due to buildbot breakage.Bob Wilson
2010-08-05Run opt instead of bugpoint itself.Rafael Espindola
2010-08-05Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola
2010-07-30Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson