summaryrefslogtreecommitdiff
path: root/tools/bugpoint/FindBugs.cpp
Commit message (Expand)AuthorAge
* Remove usage of PathV1.h in FindBugs.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-10
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-14
* remove attributions from tools.Chris Lattner2007-12-29
* minor cleanupsChris Lattner2006-08-17
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-15