This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 49ff7fb Diagnose another case of the location counter moving backwards.
new f1b3f83 Don't print DISCARD sections as gced.
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:
ELF/LinkerScript.cpp | 3 ++-
ELF/OutputSections.cpp | 7 +++++++
ELF/Writer.cpp | 14 --------------
ELF/Writer.h | 1 -
test/ELF/linkerscript/discard-print-gc.s | 13 +++++++++++++
5 files changed, 22 insertions(+), 16 deletions(-)
create mode 100644 test/ELF/linkerscript/discard-print-gc.s
--
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 f7a5134 Revert header inclusion changes that break math/ testing on x86_64.
new 6b8303a Move tests of cacos, cacosh to auto-libm-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:
ChangeLog | 12 +
math/Makefile | 12 +-
math/auto-libm-test-in | 1169 +
math/auto-libm-test-out-cacos | 45389 +++++++++++++++++++++++
math/auto-libm-test-out-cacosh | 45389 +++++++++++++++++++++++
math/libm-test-cacos.inc | 639 +-
math/libm-test-cacosh.inc | 633 +-
sysdeps/i386/fpu/libm-test-ulps | 40 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 36 +-
sysdeps/x86_64/fpu/libm-test-ulps | 56 +-
10 files changed, 92033 insertions(+), 1342 deletions(-)
create mode 100644 math/auto-libm-test-out-cacos
create mode 100644 math/auto-libm-test-out-cacosh
--
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 b2823d3 [PowerPC] add tests for select-of-constants; NFC
new d7ab0f5 [X86][BMI] Add BMI stack folding tests
new ad529eb [DAGCombiner] split i1 select-of-constants from non-i1 case; NFCI
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 34 ++++++---
test/CodeGen/X86/stack-folding-bmi.ll | 121 +++++++++++++++++++++++++++++++
2 files changed, 146 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/stack-folding-bmi.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 openmp.
from 0f00053 Run-time library part of OpenMP 5.0 task reduction implementa [...]
new 9c1e6c9 [stats] add stats-gathering for static_steal scheduling method
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:
runtime/src/kmp_dispatch.cpp | 5 +++++
runtime/src/kmp_stats.h | 3 +++
2 files changed, 8 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 glibc.
from 51b34a9 Fix lgamma*, log10* and log2* results [BZ #21171]
new f7a5134 Revert header inclusion changes that break math/ testing on x86_64.
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 ++++++++++
sysdeps/x86_64/fpu/math-tests-arch.h | 8 ++++++--
sysdeps/x86_64/multiarch/test-multiarch.c | 2 +-
3 files changed, 17 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 127e79a 2017-02-17 Vladimir Makarov <vmakarov(a)redhat.com>
new a4d6d85 PR c++/79533 - C++17 ICE with temporary cast to reference
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 | 6 ++++++
gcc/cp/call.c | 9 ++++++++-
gcc/testsuite/g++.dg/init/elide6.C | 11 +++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/elide6.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 879db07 [ARM] add tests for select-of-constants; NFC
new b2823d3 [PowerPC] add tests for select-of-constants; NFC
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/PowerPC/select_const.ll | 474 +++++++++++++++++++++++++++++++++++
1 file changed, 474 insertions(+)
create mode 100644 test/CodeGen/PowerPC/select_const.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 llvm.
from 132a62c [LV] Remove constant restriction for vector phi creation
new 879db07 [ARM] add tests for select-of-constants; NFC
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/{X86 => ARM}/select_const.ll | 233 ++++++++++++++----------------
1 file changed, 111 insertions(+), 122 deletions(-)
copy test/CodeGen/{X86 => ARM}/select_const.ll (50%)
--
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-5-branch
in repository gcc.
from 049de3d Daily bump.
new 5b54b48 PR target/76731 * config/i386/avx512fintrin.h (_mm512_i32g [...]
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 | 154 ++++++++++++++++++++++++++
gcc/config/i386/avx512fintrin.h | 128 +++++++++++-----------
gcc/config/i386/avx512pfintrin.h | 72 ++++++-------
gcc/config/i386/avx512vlintrin.h | 192 ++++++++++++++++-----------------
gcc/config/i386/i386-builtin-types.def | 85 +++++++++------
gcc/config/i386/i386.c | 112 +++++++++----------
6 files changed, 457 insertions(+), 286 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 lld.
from 8f52b90 Reject moving the location counter backwards.
new 49ff7fb Diagnose another case of the location counter moving backwards.
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:
ELF/LinkerScript.cpp | 32 ++++++++++++++++++--------------
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript/out-of-order.s | 10 ++++++++++
3 files changed, 29 insertions(+), 14 deletions(-)
create mode 100644 test/ELF/linkerscript/out-of-order.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.