aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the BugDriver to store the current module with std::unique_ptr.Rafael Espindola2018-02-141-4/+4
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow2017-02-161-3/+3
* bugpoint: Return Errors instead of passing around stringsJustin Bogner2016-09-061-30/+19
* 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-22/+23
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-1/+1
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-171-2/+2
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-0/+1
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-2/+2
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael 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-17/+18
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-101-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-0/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-17/+16
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-1/+1
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-141-11/+8
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* minor cleanupsChris Lattner2006-08-171-20/+16
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-151-0/+119