This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2584eb39599 Daily bump.
new 5d5056eb2d2 [gcc] 2017-06-20 Michael Meissner <meissner(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 | 14 +++
gcc/config/rs6000/rs6000.c | 2 +
gcc/config/rs6000/vsx.md | 128 +++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 9 ++
gcc/testsuite/gcc.target/powerpc/pr79799-1.c | 43 +++++++++
gcc/testsuite/gcc.target/powerpc/pr79799-2.c | 31 +++++++
gcc/testsuite/gcc.target/powerpc/pr79799-3.c | 24 +++++
gcc/testsuite/gcc.target/powerpc/pr79799-4.c | 105 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr79799-5.c | 25 ++++++
9 files changed, 381 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79799-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79799-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79799-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79799-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79799-5.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 cdc846bf68 Turn off "disable free" mode when preprocessing imported mod [...]
new 1411862c16 Add a subgroup of c++1z-compat to enable and disable the war [...]
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/Basic/DiagnosticGroups.td | 4 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 3 ++-
3 files changed, 6 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 llvm.
from ad60de32330 [WebAssembly] Fix build failures introduced in r305769
new 5fc12bfe02d Fix unused function build error in lld
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/MC/WasmObjectWriter.cpp | 2 ++
1 file changed, 2 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 llvm.
from 1e975c1249b [WebAssembly] Add support for weak symbols in the binary format
new ad60de32330 [WebAssembly] Fix build failures introduced in r305769
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/MC/WasmObjectWriter.cpp | 3 +--
lib/Object/WasmObjectFile.cpp | 1 +
2 files changed, 2 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 release/2.24/master
in repository glibc.
from 0578ef88fd Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
new 86ac4a78a9 i686: Add missing IS_IN (libc) guards to vectorized strcspn
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 +++++
sysdeps/i386/i686/multiarch/strcspn-c.c | 6 ++++--
sysdeps/i386/i686/multiarch/varshift.c | 4 +++-
3 files changed, 12 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 release/2.25/master
in repository glibc.
from 3776f38fcd Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
new adc7e06fb4 i686: Add missing IS_IN (libc) guards to vectorized strcspn
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 +++++
sysdeps/i386/i686/multiarch/strcspn-c.c | 6 ++++--
sysdeps/i386/i686/multiarch/varshift.c | 4 +++-
3 files changed, 12 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 release/2.23/master
in repository glibc.
from 901d3d5aaa Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
new d990d79610 i686: Add missing IS_IN (libc) guards to vectorized strcspn
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 +++++
sysdeps/i386/i686/multiarch/strcspn-c.c | 6 ++++--
sysdeps/i386/i686/multiarch/varshift.c | 4 +++-
3 files changed, 12 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 llvm.
from 9c490091f2f [DAG] Simplify BaseIndexOffset. NFCI.
new 1e975c1249b [WebAssembly] Add support for weak symbols in the binary format
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/llvm/BinaryFormat/Wasm.h | 5 +
include/llvm/MC/MCSymbolWasm.h | 4 +
include/llvm/Object/Wasm.h | 31 +++-
include/llvm/ObjectYAML/WasmYAML.h | 36 ++++-
lib/MC/MCWasmStreamer.cpp | 12 ++
lib/MC/WasmObjectWriter.cpp | 169 +++++++++++++++------
lib/Object/WasmObjectFile.cpp | 88 ++++++++++-
lib/ObjectYAML/WasmYAML.cpp | 50 ++++--
.../{export_section.yaml => weak_symbols.yaml} | 31 ++--
test/tools/llvm-nm/wasm/exports.yaml | 11 +-
test/tools/llvm-nm/wasm/weak-symbols.yaml | 49 ++++++
tools/obj2yaml/wasm2yaml.cpp | 73 +++++----
tools/yaml2obj/yaml2wasm.cpp | 39 ++++-
13 files changed, 480 insertions(+), 118 deletions(-)
copy test/ObjectYAML/wasm/{export_section.yaml => weak_symbols.yaml} (57%)
create mode 100644 test/tools/llvm-nm/wasm/weak-symbols.yaml
--
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.25/master
in repository glibc.
from c69d4a0f68 ld.so: Reject overly long LD_AUDIT path elements
new 3776f38fcd Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
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 | 10 ++++++++++
NEWS | 1 +
elf/Makefile | 3 ++-
elf/rtld.c | 3 ++-
elf/tst-env-setuid.c | 12 ++++++++++++
sysdeps/generic/unsecvars.h | 1 +
6 files changed, 28 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 release/2.23/master
in repository glibc.
from 03b0b2b471 ld.so: Reject overly long LD_AUDIT path elements
new 901d3d5aaa Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
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 +++++++
NEWS | 1 +
elf/rtld.c | 3 ++-
sysdeps/generic/unsecvars.h | 1 +
4 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.