GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
FindBugs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the BugDriver to store the current module with std::unique_ptr.
Rafael Espindola
2018-02-14
1
-4
/
+4
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...
Marshall Clow
2017-02-16
1
-3
/
+3
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-30
/
+19
*
Revert "bugpoint: Stop threading errors through APIs that never fail"
Justin Bogner
2016-09-06
1
-3
/
+4
*
bugpoint: Stop threading errors through APIs that never fail
Justin Bogner
2016-09-06
1
-4
/
+3
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-22
/
+23
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
Remove usage of PathV1.h in FindBugs.cpp.
Rafael Espindola
2013-06-17
1
-2
/
+2
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-1
/
+1
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-2
/
+1
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-1
/
+2
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-2
/
+1
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-1
/
+2
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-17
/
+18
*
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
1
-1
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-0
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-17
/
+16
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-1
/
+1
*
PR2027, Fix bugpoint's -find-bugs option, clean up the code.
Nick Lewycky
2008-02-14
1
-11
/
+8
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
minor cleanups
Chris Lattner
2006-08-17
1
-20
/
+16
*
Adding FindBugs.cpp so the -find-bugs option will work.
Patrick Jenkins
2006-08-15
1
-0
/
+119