summaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint/FindBugs.cpp
AgeCommit message (Expand)Author
2025-05-20[bugpoint] Use a range-based for loop (NFC) (#140743)Kazu Hirata
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-03-10Avoid shuffle self-assignment in EXPENSIVE_CHECKS buildsAlex Richardson
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-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-02-16Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow
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
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2013-06-17Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael 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
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-04-10Remove dead argument and clean whitespace. No functionality change.Nick Lewycky
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2008-02-14PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky
2007-12-29remove attributions from tools.Chris Lattner
2006-08-17minor cleanupsChris Lattner
2006-08-15Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins