This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f9eec2 AMDGPU: Clean up struct initializers
new ad37a58 [AVX-512] Add many of the VPERM instructions to the load fold [...]
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/Target/X86/X86InstrInfo.cpp | 54 +++++++-
test/CodeGen/X86/stack-folding-int-avx512.ll | 185 ++++++++++++++++++++++++-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 82 +++++++++++
3 files changed, 319 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 gcc.
from 06cefe3 2016-12-03 Janus Weil <janus(a)gcc.gnu.org>
new 9cdf6fc 2016-12-03 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +++++
gcc/fortran/primary.c | 10 +++++++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/abstract_type_9.f90 | 34 +++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/abstract_type_9.f90
--
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 05856ef * lra-constraints.c (emit_spill_move): Use gen_lowpart_SUBRE [...]
new 06cefe3 2016-12-03 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++
gcc/fortran/primary.c | 9 ++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/derived_result_2.f90 | 45 ++++++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/derived_result_2.f90
--
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 d4ddede [InstSimplify] add more helper functions for SimplifyICmpInst; NFCI
new 0f9eec2 AMDGPU: Clean up struct initializers
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/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 15 +++++++--------
1 file changed, 7 insertions(+), 8 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 b7a44fa [InstSimplify] add helper functions for SimplifyICmpInst; NFCI
new d4ddede [InstSimplify] add more helper functions for SimplifyICmpInst; NFCI
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/Analysis/InstructionSimplify.cpp | 543 +++++++++++++++++++----------------
1 file changed, 288 insertions(+), 255 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 ae10a1c [AVX-512] Add EVEX VPMADDUBSW and VPMADDWD to the load foldin [...]
new b7a44fa [InstSimplify] add helper functions for SimplifyICmpInst; NFCI
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/Analysis/InstructionSimplify.cpp | 241 +++++++++++++++++++----------------
1 file changed, 129 insertions(+), 112 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 a15b8baa * config/sparc/constraints.md (U): Adjust comment. * config [...]
new 05856ef * lra-constraints.c (emit_spill_move): Use gen_lowpart_SUBRE [...]
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 | 5 +++++
gcc/lra-constraints.c | 6 +++---
2 files changed, 8 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 gcc.
from 31b80ba * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Regenerate.
new a15b8baa * config/sparc/constraints.md (U): Adjust comment. * config [...]
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 | 15 +++++++++-
gcc/config/sparc/constraints.md | 8 ++---
gcc/config/sparc/sparc.md | 65 +++++++++++++++++++++++++----------------
3 files changed, 58 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 llvm.
from 20e9431 [InstCombine] change select type to eliminate bitcasts
new ae10a1c [AVX-512] Add EVEX VPMADDUBSW and VPMADDWD to the load foldin [...]
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/Target/X86/X86InstrInfo.cpp | 18 ++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 63 +++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 126 +++++++++++++++++++++++++
3 files changed, 207 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 zack/explicit-bzero
in repository glibc.
discards 59a1019 Use explicit_bzero where appropriate
discards 6cdd474 Add fortification and inline optimization of explicit_bzero.
discards c148c85 New string function explicit_bzero (from OpenBSD).
adds 67aae64 aarch64: Use explicit offsets in _dl_tlsdesc_dynamic
adds 01b23a3 elf/tst-tls-manydynamic: New test
adds 84aa751 Bug 20918 - Building with --enable-nss-crypt fails tst-linkal [...]
adds 72d839a Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead [...]
adds 90ab295 Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).
new 1836aad New string function explicit_bzero (from OpenBSD).
new 00436c5 Add fortification and inline optimization of explicit_bzero.
new 1e39d45 Use explicit_bzero where appropriate
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 (59a1019)
\
N -- N -- N refs/heads/zack/explicit-bzero (1e39d45)
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 3 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 | 58 +++
config.make.in | 1 +
configure | 29 ++
configure.ac | 14 +
elf/Makefile | 49 ++-
elf/tst-linkall-static.c | 2 +
elf/tst-tls-manydynamic.c | 150 ++++++++
.../tst-tls-manydynamic.h | 41 ++-
...tst-gnu2-tls1mod.c => tst-tls-manydynamicmod.c} | 40 +-
manual/string.texi | 159 ++++----
math/w_pow.c | 24 +-
math/w_powf.c | 24 +-
math/w_powl.c | 24 +-
string/tst-xbzero-opt.c | 403 +++++++++------------
sysdeps/aarch64/dl-tlsdesc.S | 18 +-
sysdeps/aarch64/tlsdesc.sym | 3 +
sysdeps/ieee754/dbl-64/e_pow.c | 11 +-
sysdeps/ieee754/flt-32/e_powf.c | 4 +-
sysdeps/ieee754/k_standard.c | 30 --
sysdeps/ieee754/ldbl-128/e_powl.c | 5 +-
sysdeps/ieee754/ldbl-128ibm/e_powl.c | 4 +-
21 files changed, 610 insertions(+), 483 deletions(-)
create mode 100644 elf/tst-tls-manydynamic.c
copy sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c => elf/tst-tls-manydynam [...]
copy elf/{tst-gnu2-tls1mod.c => tst-tls-manydynamicmod.c} (72%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.