This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc72d13 [sancov] introducing symbolized coverage files (.symcov)
new 5c6805e [RegisterBankInfo] Rework the APIs of ValueMapping.
new 1deea86 [RegisterBankInfo] Uniquely generate OperandsMapping.
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/CodeGen/GlobalISel/RegisterBankInfo.h | 86 +++++++++++++++-----
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 93 +++++++++++++++++-----
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 43 ++++++----
3 files changed, 169 insertions(+), 53 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 release_39
in repository clang.
from 07307f9 Minor change to OpenCL release notes to add one missing item.
new c3709e7 Merging rr280190: ------------------------------------------- [...]
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/clang/AST/DeclTemplate.h | 10 ++
include/clang/Basic/DiagnosticSemaKinds.td | 4 +
include/clang/Sema/Sema.h | 23 +++--
lib/Sema/SemaDecl.cpp | 3 +-
lib/Sema/SemaExpr.cpp | 5 +
lib/Sema/SemaTemplate.cpp | 13 ++-
lib/Sema/SemaTemplateInstantiate.cpp | 37 ++++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 35 +++++--
test/SemaTemplate/instantiate-self.cpp | 103 ++++++++++++++++++---
.../instantiation-depth-exception-spec.cpp | 15 +--
test/SemaTemplate/instantiation-depth.cpp | 9 +-
11 files changed, 206 insertions(+), 51 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 clang.
from 827cdbc cxx_status: use HTML5 details/summary elements to hide implem [...]
new 43a65cd Fix bug where template argument deduction of a non-type templ [...]
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/Sema/SemaTemplateDeduction.cpp | 31 +++++++++++++++++++++++++++-
test/SemaTemplate/deduction.cpp | 10 ++++++++-
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 2 +-
3 files changed, 40 insertions(+), 3 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 libcxx.
from d5fc5ca Improve 'last_write_time(...)' accuracy and detect overflow errors.
new ff4f298 Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.
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:
src/algorithm.cpp | 2 +-
src/exception.cpp | 4 ++--
src/memory.cpp | 16 +++++++---------
src/mutex.cpp | 4 ++--
4 files changed, 12 insertions(+), 14 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 gcc.
from 2789368 [RS6000] .gnu.attributes Tag_GNU_Power_ABI_FP
new bb3742b Disable .gnu.attributes tags in compatibility-ldbl.o
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:
libstdc++-v3/ChangeLog | 18 ++++++++++++++++++
libstdc++-v3/Makefile.in | 1 +
libstdc++-v3/configure | 25 ++++++++++++++++---------
libstdc++-v3/configure.ac | 6 ++++++
libstdc++-v3/doc/Makefile.in | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/libsupc++/Makefile.in | 1 +
libstdc++-v3/po/Makefile.in | 1 +
libstdc++-v3/python/Makefile.in | 1 +
libstdc++-v3/src/Makefile.am | 4 ++--
libstdc++-v3/src/Makefile.in | 5 +++--
libstdc++-v3/src/c++11/Makefile.in | 1 +
libstdc++-v3/src/c++98/Makefile.in | 1 +
libstdc++-v3/src/filesystem/Makefile.in | 1 +
libstdc++-v3/testsuite/Makefile.in | 1 +
15 files changed, 55 insertions(+), 13 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 gcc.
from 9e9fb49 PR target/77756 * config/i386/cpuid.h (__get_cpuid): Handle [...]
new bd94fe4 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > [...]
new 2789368 [RS6000] .gnu.attributes Tag_GNU_Power_ABI_FP
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:
gcc/ChangeLog | 28 +++++++++++++++
gcc/config.in | 6 ++++
gcc/config/rs6000/rs6000.c | 87 ++++++++++++++++++++++++++++++++++-----------
gcc/config/rs6000/sysv4.opt | 4 +++
gcc/configure | 52 +++++++++++++++++++++++++++
gcc/configure.ac | 45 +++++++++++++++++++++++
gcc/doc/invoke.texi | 9 +++++
gcc/gimple-ssa-sprintf.c | 17 ++++-----
8 files changed, 220 insertions(+), 28 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 4435e1c Small improvements to the remote protocol manual
new 6d61dee Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->th [...]
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 | 5 +++
gdb/infcall.c | 6 +++
gdb/testsuite/ChangeLog | 5 +++
.../infcall-input.c} | 12 ++++++
.../gdb.base/{gdb1821.exp => infcall-input.exp} | 46 +++++++++++++++-------
5 files changed, 60 insertions(+), 14 deletions(-)
copy gdb/testsuite/{gdb.server/connect-with-no-symbol-file.c => gdb.base/infcall-i [...]
copy gdb/testsuite/gdb.base/{gdb1821.exp => infcall-input.exp} (51%)
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 5324ac4 Automatic date update in version.in
new 629ad95 Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->th [...]
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 | 5 +++
gdb/infcall.c | 6 +++
gdb/testsuite/ChangeLog | 5 +++
.../dwp-sepdebug.c => gdb.base/infcall-input.c} | 12 ++++++
.../gdb.base/{gdb1821.exp => infcall-input.exp} | 46 +++++++++++++++-------
5 files changed, 60 insertions(+), 14 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/dwp-sepdebug.c => gdb.base/infcall-input.c} (80%)
copy gdb/testsuite/gdb.base/{gdb1821.exp => infcall-input.exp} (51%)
--
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 451a26b [sancov] a simple .symcov coverage report server
new 07aadc2 Remove dead code from LiveDebugVariables.cpp (NFC)
new dc72d13 [sancov] introducing symbolized coverage files (.symcov)
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/DebugInfo/DIContext.h | 4 +
lib/CodeGen/LiveDebugVariables.cpp | 54 +-
.../tools/sancov/Inputs/test-linux_x86_64.0.symcov | 25 +
.../tools/sancov/Inputs/test-linux_x86_64.1.symcov | 25 +
test/tools/sancov/html-report.test | 6 -
test/tools/sancov/merge.test | 64 +
test/tools/sancov/symbolize.test | 29 +
tools/sancov/sancov.cc | 1366 +++++++++-----------
8 files changed, 783 insertions(+), 790 deletions(-)
create mode 100644 test/tools/sancov/Inputs/test-linux_x86_64.0.symcov
create mode 100644 test/tools/sancov/Inputs/test-linux_x86_64.1.symcov
delete mode 100644 test/tools/sancov/html-report.test
create mode 100644 test/tools/sancov/merge.test
create mode 100644 test/tools/sancov/symbolize.test
--
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 d90efe6 Backport from trunk of the following PR's:
new 9878f2b 2016-09-28 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com> [...]
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/ChangeLog | 12 +++++++++++-
gcc/ira-lives.c | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.