index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
FindBugs.cpp
Age
Commit message (
Expand
)
Author
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-05
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-07-30
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-10
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2008-02-14
PR2027, Fix bugpoint's -find-bugs option, clean up the code.
Nick Lewycky
2007-12-29
remove attributions from tools.
Chris Lattner
2006-08-17
minor cleanups
Chris Lattner
2006-08-15
Adding FindBugs.cpp so the -find-bugs option will work.
Patrick Jenkins