This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0859c80137 NFC: Fix case of CommentVisitor::Visit methods
new ba2df16480 Revert "NFC: Fix case of CommentVisitor::Visit methods"
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/CommentVisitor.h | 12 +++++------
lib/AST/ASTDumper.cpp | 42 +++++++++++++++++++-------------------
2 files changed, 27 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 libcxx.
from c28aca18e [libcxx] Remove bad_array_length
new 50509d15b First part of P0482 - Establish that char8_t is an integral t [...]
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/limits | 1 +
include/type_traits | 3 +++
.../limits/numeric.limits.members/const_data_members.pass.cpp | 10 ++++++++++
.../limits/numeric.limits.members/denorm_min.pass.cpp | 5 +++++
.../limits/numeric.limits.members/digits.pass.cpp | 5 +++++
.../limits/numeric.limits.members/digits10.pass.cpp | 5 +++++
.../limits/numeric.limits.members/epsilon.pass.cpp | 5 +++++
.../limits/numeric.limits.members/has_denorm.pass.cpp | 5 +++++
.../limits/numeric.limits.members/has_denorm_loss.pass.cpp | 5 +++++
.../limits/numeric.limits.members/has_infinity.pass.cpp | 5 +++++
.../limits/numeric.limits.members/has_quiet_NaN.pass.cpp | 5 +++++
.../limits/numeric.limits.members/has_signaling_NaN.pass.cpp | 5 +++++
.../limits/numeric.limits.members/infinity.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_bounded.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_exact.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_iec559.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_integer.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_modulo.pass.cpp | 5 +++++
.../limits/numeric.limits.members/is_signed.pass.cpp | 5 +++++
.../limits/numeric.limits.members/lowest.pass.cpp | 5 +++++
.../support.limits/limits/numeric.limits.members/max.pass.cpp | 5 +++++
.../limits/numeric.limits.members/max_digits10.pass.cpp | 5 +++++
.../limits/numeric.limits.members/max_exponent.pass.cpp | 5 +++++
.../limits/numeric.limits.members/max_exponent10.pass.cpp | 5 +++++
.../support.limits/limits/numeric.limits.members/min.pass.cpp | 5 +++++
.../limits/numeric.limits.members/min_exponent.pass.cpp | 5 +++++
.../limits/numeric.limits.members/min_exponent10.pass.cpp | 5 +++++
.../limits/numeric.limits.members/quiet_NaN.pass.cpp | 5 +++++
.../limits/numeric.limits.members/radix.pass.cpp | 5 +++++
.../limits/numeric.limits.members/round_error.pass.cpp | 5 +++++
.../limits/numeric.limits.members/round_style.pass.cpp | 5 +++++
.../limits/numeric.limits.members/signaling_NaN.pass.cpp | 5 +++++
.../limits/numeric.limits.members/tinyness_before.pass.cpp | 5 +++++
.../limits/numeric.limits.members/traps.pass.cpp | 5 +++++
.../meta/meta.unary/meta.unary.cat/is_integral.pass.cpp | 3 +++
35 files changed, 172 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 release/2.28/master
in repository glibc.
from ce6ba630db CVE-2018-19591: if_nametoindex: Fix descriptor for overlong [...]
new b8dd0f4278 malloc: tcache double free check
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 | 20 +++++++++++
dlfcn/dlerror.c | 5 ++-
malloc/Makefile | 1 +
malloc/malloc.c | 40 +++++++++++++++++----
.../x86/tst-cet-legacy-1.c => malloc/tst-tcfree1.c | 36 +++++++++----------
.../x86/tst-cet-legacy-1.c => malloc/tst-tcfree2.c | 42 ++++++++++++----------
manual/probes.texi | 12 +++++++
7 files changed, 111 insertions(+), 45 deletions(-)
copy sysdeps/x86/tst-cet-legacy-1.c => malloc/tst-tcfree1.c (67%)
copy sysdeps/x86/tst-cet-legacy-1.c => malloc/tst-tcfree2.c (60%)
--
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 libcxxabi.
from 132c87c [Demangle] remove itaniumFindTypesInMangledName
new 307bb62 [libcxx] Remove bad_array_length
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/stdlib_exception.cpp | 30 ------------------------------
1 file changed, 30 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 233c79a96 [libcxx] More fixes to XFAILs for aligned allocation tests fo [...]
new c28aca18e [libcxx] Remove bad_array_length
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:
docs/ReleaseNotes.rst | 8 +++++
include/__config | 2 --
include/new | 35 --------------------
lib/abi/CHANGELOG.TXT | 29 +++++++++++++++++
lib/abi/x86_64-apple-darwin.v1.abilist | 18 -----------
lib/abi/x86_64-apple-darwin.v2.abilist | 18 -----------
lib/libc++abi2.exp | 10 ------
src/support/runtime/exception_fallback.ipp | 16 ----------
src/support/runtime/exception_glibcxx.ipp | 5 ---
src/support/runtime/exception_libcxxrt.ipp | 15 ---------
src/support/runtime/exception_msvc.ipp | 14 --------
.../new.badlength/bad_array_length.pass.cpp | 37 ----------------------
12 files changed, 37 insertions(+), 170 deletions(-)
delete mode 100644 test/libcxx/language.support/support.dynamic/alloc.errors/new.b [...]
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from a87645915c9 2018-11-28 Richard Biener <rguenther(a)suse.de>
adds f37f815d8a7 2018-11-28 Aaron Sawdey <acsawdey(a)linux.ibm.com>
adds a9a931e4fd4 Daily bump.
adds 06403f63899 [PR c++/87531] operator= lookup in templates
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 ++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-string.c | 304 +++++++++++++++++++---------------
gcc/cp/ChangeLog | 6 +
gcc/cp/class.c | 13 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/lookup/pr87531.C | 73 ++++++++
7 files changed, 285 insertions(+), 133 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr87531.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 dee2f99323a [X86] Add a DAG combine pre type legalization to widen divi [...]
new 74e6178bb1d [SelectionDAG][AArch64][X86] Move legalization of vector MU [...]
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/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 67 +-------------------------
lib/Target/AArch64/AArch64InstrInfo.td | 54 +++++++++++++--------
lib/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/X86/combine-sdiv.ll | 3 +-
test/CodeGen/X86/combine-udiv.ll | 48 ++++++++----------
test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 12 ++---
7 files changed, 67 insertions(+), 121 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.