This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 7593e799d Implement P0966 - string::reserve should not shrink
new cf99ab780 Fix bad _LIBCPP_ALIGNOF test
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:
test/libcxx/libcpp_alignof.pass.cpp | 1 -
1 file changed, 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 master
in repository gcc.
from 836e3bc61ca * config/rs6000/aix72.h: Update to match aix71.h changes.
new 81f1db30027 * g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX. [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/debug/dwarf2/pr86900.C | 1 +
gcc/testsuite/g++.dg/opt/pr83084.C | 1 +
3 files 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 3c58b11d3b5 Daily bump.
adds 4822b190bce Daily bump.
adds d7db240c787 2018-11-28 François Dumont <fdumont(a)gcc.gnu.org>
adds dc234b780e4 2018-11-28 Richard Biener <rguenther(a)suse.de>
adds a87645915c9 2018-11-28 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 12 ++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/torture/pr79351.c | 26 +++++
gcc/tree-ssa-sccvn.c | 1 +
gcc/tree-ssa.c | 1 +
libstdc++-v3/ChangeLog | 9 ++
libstdc++-v3/include/bits/hashtable.h | 3 +
.../unordered_set/allocator/move_assign.cc | 128 +++++++++++++++------
9 files changed, 153 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79351.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 libcxx.
from 087f065cb Move internal usages of `alignof`/`__alignof` to use `_LIBCPP [...]
new 7593e799d Implement P0966 - string::reserve should not shrink
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/string | 4 +++-
test/std/strings/basic.string/string.capacity/reserve.pass.cpp | 9 ++++++++-
www/cxx2a_status.html | 4 ++--
3 files changed, 13 insertions(+), 4 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 f41ae122a11 [X86] Add a combine for back to back VSRAI instructions
new 9e865e720de [X86] Add some cost model entries for sext/zext for avx512bw
new d5ee5db9d4a [X86] Make X86TTIImpl::getCastInstrCost properly handle the [...]
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:
lib/Target/X86/X86TargetTransformInfo.cpp | 65 ++++++++++++++++------
test/Analysis/CostModel/X86/extend.ll | 28 +++++-----
.../CostModel/X86/min-legal-vector-width.ll | 59 +++++++-------------
3 files changed, 82 insertions(+), 70 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 581671fd2 [libcxx] Remove dynarray
new 087f065cb Move internal usages of `alignof`/`__alignof` to use `_LIBCPP [...]
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/__config | 10 ++++++
include/__sso_allocator | 4 +--
include/experimental/coroutine | 6 ++--
include/memory | 14 ++++----
include/type_traits | 6 ++--
include/valarray | 40 +++++++++++-----------
test/libcxx/libcpp_alignof.pass.cpp | 38 ++++++++++++++++++++
.../sequences/array/size_and_alignment.pass.cpp | 2 --
.../meta.trans.other/aligned_storage.pass.cpp | 9 ++---
test/support/test_macros.h | 6 +++-
10 files changed, 91 insertions(+), 44 deletions(-)
create mode 100644 test/libcxx/libcpp_alignof.pass.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.