aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/FindBugs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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