summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-12/+16
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+5
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+5
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-26/+23
* Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner2016-09-061-7/+7
* bugpoint: Stop threading errors through APIs that never failJustin Bogner2016-09-061-7/+7
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-27/+29
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-1/+1
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-8/+1
* Always pass a diagnostic handler to the linker.Rafael Espindola2015-12-041-1/+8
* Use references now that it is natural to do so.Rafael Espindola2015-12-011-1/+1
* [Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano2015-10-141-2/+2
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-1/+1
* bugpoint: Verify input filesDuncan P. N. Exon Smith2015-03-261-0/+6
* bugpoint: Return early after error, NFCDuncan P. N. Exon Smith2015-03-261-10/+10
* Remove the PreserveSource linker mode.Rafael Espindola2014-10-281-1/+1
* Update the error handling of lib/Linker.Rafael Espindola2014-10-251-6/+1
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-1/+1
* Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola2014-08-261-9/+5
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* BugPoint: Fix some memory leaks.David Blaikie2014-04-251-0/+4
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-4/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-061-1/+1
* Remove PathV1.h use from BugDriver.cpp.Rafael Espindola2013-06-181-3/+2
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-0/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-1/+1
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-111-1/+2
* Fix whitespace.Michael J. Spencer2011-03-311-10/+10
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-2/+2
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-16/+5
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-5/+16
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-16/+5
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-051-1/+1
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-1/+1
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-2/+1
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-1/+2
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-2/+1
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-1/+2
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-43/+42
* Trim #includes.Dan Gohman2010-03-241-1/+0
OpenPOWER on IntegriCloud