summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* [bugpoint] Update runPasses to take ArrayRef instead of a pointer (NFC)Florian Hahn2019-09-301-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [bugpoint] Fix crash when testing for miscompilation.Rafael Espindola2018-04-241-1/+1
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-48/+34
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+1
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+6
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-36/+31
* Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner2016-09-061-3/+4
* bugpoint: Stop threading errors through APIs that never failJustin Bogner2016-09-061-4/+3
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-021-37/+29
* [bugpoint] Delete a stale comment.Philip Reames2016-06-291-3/+0
* [bugpoint] Unwrap one level of wrapper functions [NFC]Philip Reames2016-06-291-17/+10
* [bugpoint] Simplify code by moving exception to only callerPhilip Reames2016-06-291-1/+0
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola2015-12-091-5/+5
* [bugpoint] Fix "Alias must point to a definition" problemsHal Finkel2015-11-261-0/+5
* [Bugpoint] Use 'CC' instead of 'GCC' for variable naming.Davide Italiano2015-10-141-2/+2
* Return a std::unique_ptr from parseInputFile and propagate. NFC.Rafael Espindola2014-08-261-36/+41
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-3/+3
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-041-1/+1
* Fix bugpoint execution/reference output file nameHal Finkel2013-06-281-1/+1
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-181-0/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-1/+2
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-101-2/+1
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-10/+9
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-071-5/+1
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-051-1/+5
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-051-5/+1
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-051-1/+1
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-051-9/+6
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-3/+4
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-311-3/+4
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-3/+6
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-4/+5
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-12/+11
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-11/+12
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-12/+11
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-11/+12
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-2/+2
* Remove accidentally committed cruft.Nick Lewycky2010-04-141-3/+0
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-141-3/+4
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-23/+28
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-101-2/+1
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-221-0/+1
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-191-1/+3
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-2/+2
OpenPOWER on IntegriCloud