This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dad46eb [rtlanal] Fix rtl-optimization/71295
new 41258f9 * lib/gcc-dg.exp (cleanup-after-saved-dg-test): Add missing [...]
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/lib/gcc-dg.exp | 2 ++
2 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.
unknown user pushed a change to branch master
in repository gcc.
from 98e7c96 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of [...]
new 3237fc5 On behalf of Aaron Conole <aconole(a)redhat.com> * libgcov-d [...]
new dad46eb [rtlanal] Fix rtl-optimization/71295
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 | 6 ++++
gcc/rtlanal.c | 10 ++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.c-torture/compile/pr71295.c | 12 +++++++
libgcc/ChangeLog | 8 +++++
libgcc/libgcov-driver-system.c | 49 +++++++++++++++++++++++++--
libgcc/libgcov-driver.c | 8 ++++-
7 files changed, 95 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71295.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 release/2.22/master
in repository glibc.
from 444fb8c CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
new a79b262 fork in libpthread cannot use IFUNC resolver [BZ #19861]
new 861a383 Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses
new b5714a3 Fix several build failures with GCC6 due to unused static variables.
new ee55e3c Fix indentation.
new bfb83eb sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definition
new 6c45453 Remove unused variable in math/atest-exp2.c.
new cf3a189 S390: Fix build failure in test string/tst-endian.c with gcc 6.
The 7 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 | 50 ++++++++++++++++++++++++++++++++++
math/atest-exp2.c | 5 ----
nis/nis_call.c | 20 ++++++++------
nptl/pt-fork.c | 43 +++++++----------------------
resolv/base64.c | 4 ---
stdlib/setenv.c | 26 ++++++++++--------
string/tst-endian.c | 23 ++++++++++++++++
sysdeps/ieee754/dbl-64/atnat2.h | 4 ---
sysdeps/ieee754/dbl-64/uexp.h | 2 +-
sysdeps/ieee754/dbl-64/upow.h | 2 --
sysdeps/ieee754/flt-32/e_log10f.c | 2 --
sysdeps/ieee754/flt-32/k_rem_pio2f.c | 4 ++-
sysdeps/ieee754/flt-32/s_cosf.c | 2 --
sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 1 -
sysdeps/ieee754/ldbl-128/s_erfl.c | 1 -
sysdeps/ieee754/ldbl-128/s_log1pl.c | 1 -
sysdeps/unix/sysv/linux/dl-openat64.c | 5 +---
timezone/private.h | 10 -------
18 files changed, 113 insertions(+), 92 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 gcc-6-branch
in repository gcc.
from 69a19d9 2016-06-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 101f0af /cp 2016-06-02 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 5 +++++
gcc/cp/method.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor20.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor21.C | 19 +++++++++++++++++++
5 files changed, 48 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor20.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor21.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.
Peter Smith pushed a change to branch linaro-local/ARMportforupstream
in repository toolchain/llvm/lld.
discards 709b5a2 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
discards 29d9a85 Initial support for ARM in lld.
adds 7129335 [LTO] Fix (incorrect) TLS attribute mismatch.
adds e43f477 [ELF] - Implemented support for test/binop relaxations from l [...]
adds 6ed0f62 [ELF] Split too long X86_64TargetInfo::relaxGot method. NFC.
new 426599b Initial support for ARM in lld.
new 5cc31da ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (709b5a2)
\
N -- N -- N refs/heads/linaro-local/ARMportforupstream (5cc31da)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ELF/InputSection.cpp | 2 +
ELF/LTO.cpp | 2 +-
ELF/Relocations.cpp | 4 +-
ELF/Relocations.h | 1 +
ELF/Target.cpp | 142 ++++++++++++++++++++++++++++++++-------
ELF/Target.h | 3 +-
ELF/Writer.cpp | 9 ++-
test/ELF/arm-abs32-dyn.s | 26 +++----
test/ELF/arm-attributes-remove.s | 11 +++
test/ELF/arm-branch-error.s | 21 +++---
test/ELF/arm-branch.s | 66 +++++++++---------
test/ELF/arm-copy.s | 27 ++++----
test/ELF/arm-data-prel.s | 47 +++++++------
test/ELF/arm-data-relocs.s | 13 ++--
test/ELF/arm-fpic-got.s | 41 +++++------
test/ELF/arm-gnu-ifunc-nosym.s | 14 ++--
test/ELF/arm-gnu-ifunc.s | 14 ++--
test/ELF/arm-got-relative.s | 48 ++++++-------
test/ELF/arm-gotoff.s | 22 +++---
test/ELF/arm-mov-relocs.s | 61 ++++++++---------
test/ELF/arm-plt-reloc.s | 59 ++++++++--------
test/ELF/gotpc-relax-nopic.s | 81 ++++++++++++++++++++++
test/ELF/lto/tls-preserve.ll | 25 +++++++
23 files changed, 480 insertions(+), 259 deletions(-)
create mode 100644 test/ELF/gotpc-relax-nopic.s
create mode 100644 test/ELF/lto/tls-preserve.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 gcc.
from 9cc8a89 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Y [...]
new 4a5a4de * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq [...]
new 98e7c96 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of [...]
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 | 7 ++++
gcc/config/i386/sse.md | 31 ++++++++--------
gcc/testsuite/ChangeLog | 5 +++
.../gcc.target/i386/avx512dq-concatv2si-1.c | 43 ++++++++++++++++++++++
.../gcc.target/i386/avx512vl-concatv2si-1.c | 43 ++++++++++++++++++++++
.../gcc.target/i386/avx512vl-concatv4si-1.c | 23 ++++++++++++
6 files changed, 137 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-concatv2si-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-concatv2si-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-concatv4si-1.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 feb0d0e This adds support for Cortex-A73 as an available target.
new 22d7893 [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (ro [...]
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/IR/IntrinsicsX86.td | 6 ----
lib/IR/AutoUpgrade.cpp | 8 +++++
lib/Target/X86/X86InstrSSE.td | 31 +++++---------------
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 6 ++--
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 25 +++++++++++++++-
test/CodeGen/X86/avx-intrinsics-x86.ll | 39 ++-----------------------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 3 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 13 ++++++++-
test/CodeGen/X86/sse2-intrinsics-x86.ll | 16 ----------
9 files changed, 58 insertions(+), 89 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 91c93d9 This adds target support and tests for Cortex-A73
new dd6398f Suppress clang/test/CodeGen/lifetime-asan.c for targeting mingw.
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/CodeGen/lifetime-asan.c | 1 +
1 file changed, 1 insertion(+)
--
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 e6eea05 test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]
new 1915d6d fork in libpthread cannot use IFUNC resolver [BZ #19861]
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 | 9 +++++++++
nptl/pt-fork.c | 43 ++++++++++---------------------------------
2 files changed, 19 insertions(+), 33 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 e4d291c Add tests to Support/MathExtras
new feb0d0e This adds support for Cortex-A73 as an available target.
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/Support/AArch64TargetParser.def | 2 ++
include/llvm/Support/ARMTargetParser.def | 1 +
lib/Target/AArch64/AArch64.td | 3 ++-
lib/Target/ARM/ARM.td | 9 +++++++++
lib/Target/ARM/ARMSubtarget.h | 2 +-
test/CodeGen/AArch64/cpus.ll | 1 +
test/CodeGen/AArch64/remat.ll | 1 +
test/CodeGen/ARM/build-attributes.ll | 25 +++++++++++++++++++++++++
8 files changed, 42 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.