This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ed1b027 Add missing ChangLog enrtry
new c632e42 Remove unused cli_command_loop declaration
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 4 ++++
gdb/event-top.h | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 506c14d Update outdated comments in the new PM internals (NFC)
new 4613003 [sanitizers] trace buffer API to use user-allocated buffer.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Fuzzer/FuzzerExtFunctions.def | 3 +-
lib/Fuzzer/FuzzerInternal.h | 10 ++++--
lib/Fuzzer/FuzzerLoop.cpp | 67 +++++++++++++++++++++++++--------------
3 files changed, 53 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a0b4c0e fix random typos [NFC]
new 3ac7cf5 [sanitizers] trace buffer API to use user-allocated buffer.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/sanitizer/coverage_interface.h | 16 +++++----
lib/asan/asan_win_dll_thunk.cc | 3 +-
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 27 +++++++++------
lib/sanitizer_common/sanitizer_flags.inc | 3 --
test/asan/TestCases/coverage-pc-buffer.cc | 40 ++++++++++------------
5 files changed, 45 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 3906a8f Fix PR remote/20398: File-IO write always outputs "Quit"
new ed1b027 Add missing ChangLog enrtry
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ld/ChangeLog | 7 +++++++
1 file changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ea034e2 gcc/cp/ChangeLog:
new 3c94fd3 PR go/72812 * go-gcc.cc (char_needs_encoding): New static f [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/go/ChangeLog | 14 +++++++
gcc/go/go-gcc.cc | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 127 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 1b6bea4 Daily bump.
new 40d5fec PR c++/68724 * pt.c (unify): TRAIT_EXPR is an expr.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr68724.C | 15 +++++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr68724.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 182e8fc Daily bump.
new 9d46d4e PR c++/68724 * pt.c (unify): TRAIT_EXPR is an expr.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr68724.C | 15 +++++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr68724.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 853b86f [ADCE] Refactoring for new functionality (NFC)
new 51ae50f WholeProgramDevirt: print remarks with devirtualized method names.
new 506c14d Update outdated comments in the new PM internals (NFC)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/PassManagerInternal.h | 6 +-----
lib/Transforms/IPO/WholeProgramDevirt.cpp | 20 ++++++++++++++++++--
.../WholeProgramDevirt/devirt-single-impl.ll | 6 +++++-
.../WholeProgramDevirt/virtual-const-prop-check.ll | 12 ++++++++++++
4 files changed, 36 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c5201e3 [ConstantFolding] Don't create illegal (non-integral) inttoptrs
new 853b86f [ADCE] Refactoring for new functionality (NFC)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Scalar/ADCE.cpp | 130 ++++++++++++++++++++++++++---------------
1 file changed, 84 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 89a12e6 Fix math.h comment about bits/mathdef.h.
new d4cf133 Improve gen-libm-test.pl LIT() application
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 11 +++++
math/gen-libm-test.pl | 17 +++++++-
math/libm-test.inc | 110 +++++++++++++++++++++++++-------------------------
3 files changed, 82 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.