This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0d9884f7ccc PR libstdc++/80285 optimize std::make_shared for -fno-rtti
new 73eaf82ab9c 2017-05-11 Richard Biener <rguenther(a)suse.de>
new 9534dff5d1b gcc/testsuite/ChangeLog:
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/rs6000/rs6000-builtin.def | 35 +++++++++++++
gcc/config/rs6000/rs6000-c.c | 78 +++++++++++++++++++++++++----
gcc/config/rs6000/rs6000.c | 1 +
gcc/config/rs6000/rs6000.h | 1 +
gcc/doc/extend.texi | 18 +++++++
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr80705.c | 44 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/cmpb-1.c | 31 ++++++++++++
gcc/testsuite/gcc.target/powerpc/cmpb-2.c | 31 ++++++++++++
gcc/testsuite/gcc.target/powerpc/cmpb-3.c | 30 +++++++++++
gcc/testsuite/gcc.target/powerpc/cmpb32-1.c | 27 ++++++++++
gcc/testsuite/gcc.target/powerpc/cmpb32-2.c | 27 ++++++++++
gcc/tree-vect-data-refs.c | 21 ++++++++
14 files changed, 374 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr80705.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/cmpb-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/cmpb-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/cmpb-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/cmpb32-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/cmpb32-2.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 clang.
from 7f60fc1e3a [CodeCompletion] NFC, extract a function that generates memb [...]
new 27598ee4b7 [CodeCompletion] Provide member completions for dependent ex [...]
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/Sema/Sema.h | 3 +-
lib/Sema/SemaCodeComplete.cpp | 13 +++++-
lib/Sema/SemaLookup.cpp | 46 ++++++++++++++------
test/CodeCompletion/member-access.cpp | 80 +++++++++++++++++++++++++++++++++++
4 files changed, 126 insertions(+), 16 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 f318b708e Fix `std::visit` for the zero variants case.
new 8fdd8117a Mark LWG#2796 as complete. No functionality change; we had te [...]
new 4cbf03ea8 Mark LWG#2850 as complete. No functionality change; we had te [...]
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:
.../func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp | 3 ++-
test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 4 ++++
test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp | 4 ++++
www/cxx1z_status.html | 6 +++---
4 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 clang.
from c68ab69fbb Fix two-stage build on windows using DistributionExample cma [...]
new 7f60fc1e3a [CodeCompletion] NFC, extract a function that generates memb [...]
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/SemaCodeComplete.cpp | 66 +++++++++++++++++++++++--------------------
1 file changed, 36 insertions(+), 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 glibc.
from d53b865288 inet_pton: Reformat in GNU style
new 0a19a91896 Remove wrong definitions from pthread header refactor
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 | 7 +++++++
sysdeps/arm/nptl/bits/pthreadtypes-arch.h | 2 +-
sysdeps/hppa/nptl/bits/pthreadtypes-arch.h | 2 +-
3 files changed, 9 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 clang.
from 97bb85cddc Reverted r302775
new c68ab69fbb Fix two-stage build on windows using DistributionExample cma [...]
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:
CMakeLists.txt | 13 ++++++++++---
cmake/caches/DistributionExample.cmake | 13 ++++++++++---
2 files changed, 20 insertions(+), 6 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 22df3f88b0b * lib/scanlang.exp: New. * lib/gcc-dg.exp: Load scanlang. [...]
new 0d9884f7ccc PR libstdc++/80285 optimize std::make_shared for -fno-rtti
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 | 16 ++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 64 ++++++++++------------
.../testsuite/20_util/shared_ptr/creation/alloc.cc | 6 +-
.../shared_ptr/creation/single_allocation.cc} | 27 +++++++--
.../creation/single_allocation_no_rtti.cc} | 28 ++++++++--
5 files changed, 92 insertions(+), 49 deletions(-)
copy libstdc++-v3/testsuite/{ext/shared_ptr/1.cc => 20_util/shared_ptr/creation/si [...]
copy libstdc++-v3/testsuite/{ext/shared_ptr/1.cc => 20_util/shared_ptr/creation/si [...]
--
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 22ba59df3c4 GIMPLEFE: Handle invalid SSA names
new 22df3f88b0b * lib/scanlang.exp: New. * lib/gcc-dg.exp: Load scanlang. [...]
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 | 6 +++++
gcc/testsuite/g++.dg/inherit/covariant7.C | 16 ++++++------
gcc/testsuite/lib/gcc-dg.exp | 1 +
gcc/testsuite/lib/scanlang.exp | 43 +++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/lib/scanlang.exp
--
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 9651b57a88a [GlobalISel][X86] Remove hand-written G_FADD/F_SUB selectio [...]
new a8ddcaa55ff [IR] Allow attributes with global variables
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/LangRef.rst | 13 +++++-
include/llvm/IR/Attributes.h | 41 ++++++++++++++++++
include/llvm/IR/GlobalVariable.h | 57 +++++++++++++++++++++++++
lib/AsmParser/LLParser.cpp | 18 +++++++-
lib/Bitcode/Reader/BitcodeReader.cpp | 7 ++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +++-
lib/Bitcode/Writer/ValueEnumerator.cpp | 7 ++-
lib/IR/AsmWriter.cpp | 7 +++
lib/IR/Attributes.cpp | 66 +++++++++++++++++++++++++++++
lib/IR/Globals.cpp | 1 +
test/Assembler/globalvariable-attributes.ll | 19 +++++++++
test/Bitcode/globalvariable-attributes.ll | 19 +++++++++
12 files changed, 254 insertions(+), 9 deletions(-)
create mode 100644 test/Assembler/globalvariable-attributes.ll
create mode 100644 test/Bitcode/globalvariable-attributes.ll
--
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 8ec69bb7ec support_format_addrinfo: Fix flags and canonname formatting
new d53b865288 inet_pton: Reformat in GNU style
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 | 5 +
resolv/inet_pton.c | 302 +++++++++++++++++++++++++++--------------------------
2 files changed, 158 insertions(+), 149 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.