This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 57b4af1955 crypt: Use NSPR header files in addition to NSS header files [...]
new 11c4f5010c crypt: Adjust check-local-headers.sh for nspr4 include direc [...]
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 +++++
scripts/check-local-headers.sh | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 0506025de83 New target check: vect_peeling_profitable
new 94c6c040ffb jit: implement gcc_jit_context_new_rvalue_from_vector
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/jit/ChangeLog | 56 ++
gcc/jit/docs/_build/texinfo/libgccjit.texi | 1028 ++++++++++++++-------------
gcc/jit/docs/cp/topics/expressions.rst | 11 +
gcc/jit/docs/topics/compatibility.rst | 8 +
gcc/jit/docs/topics/expressions.rst | 24 +
gcc/jit/docs/topics/types.rst | 3 +
gcc/jit/jit-common.h | 1 +
gcc/jit/jit-playback.c | 16 +
gcc/jit/jit-playback.h | 5 +
gcc/jit/jit-recording.c | 207 +++++-
gcc/jit/jit-recording.h | 42 +-
gcc/jit/libgccjit++.h | 22 +
gcc/jit/libgccjit.c | 60 +-
gcc/jit/libgccjit.h | 17 +
gcc/jit/libgccjit.map | 5 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/jit.dg/test-expressions.c | 30 +
gcc/testsuite/jit.dg/test-vector-rvalues.cc | 211 ++++++
18 files changed, 1231 insertions(+), 521 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-vector-rvalues.cc
--
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 74f99c5856 Fix assertion failure in thread safety analysis (PR34800).
new 940a9ffc62 [OpenMP] Fix passing of -m arguments correctly
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/Driver/ToolChain.h | 9 +--
lib/Driver/Compilation.cpp | 10 +++-
lib/Driver/ToolChain.cpp | 116 +++++++++++++++++++--------------------
test/Driver/openmp-offload.c | 8 +++
4 files changed, 73 insertions(+), 70 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 c7c50afdcad [gold-plugin] - Fix compilation after LLVM update (r314883). NFC.
new 178d8a3378e [X86][SSE] Add support for lowering unary shuffles to PACKS [...]
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/X86ISelLowering.cpp | 36 ++++++---
test/CodeGen/X86/bitcast-and-setcc-512.ll | 37 +++++----
test/CodeGen/X86/vector-compare-results.ll | 116 ++++++++++++++---------------
3 files changed, 100 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 glibc.
from 64d1e08ea8 Move nss_compat from nis to nss subdir and install it uncond [...]
new 57b4af1955 crypt: Use NSPR header files in addition to NSS header files [...]
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 | 11 +++++++++++
configure | 6 +++++-
configure.ac | 6 +++++-
crypt/Makefile | 8 +++++---
scripts/check-local-headers.sh | 2 +-
5 files changed, 27 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 glibc.
from 86c27ade1e [BZ #22244] Fix yn(n,0) without SVID wrapper
new 64d1e08ea8 Move nss_compat from nis to nss subdir and install it uncond [...]
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 | 22 +++++++++
nis/Makefile | 6 +--
nis/Versions | 11 -----
nss/Makefile | 6 ++-
nss/Versions | 11 +++++
{nis => nss}/nss_compat/compat-grp.c | 21 ++++----
{nis => nss}/nss_compat/compat-initgroups.c | 9 ++--
{nis => nss}/nss_compat/compat-pwd.c | 13 +++--
{nis => nss}/nss_compat/compat-spwd.c | 11 ++---
time/tst-tzname.c => nss/nss_compat/nisdomain.c | 56 ++++++++++++----------
.../nss_compat/nisdomain.h | 14 ++----
11 files changed, 99 insertions(+), 81 deletions(-)
rename {nis => nss}/nss_compat/compat-grp.c (97%)
rename {nis => nss}/nss_compat/compat-initgroups.c (98%)
rename {nis => nss}/nss_compat/compat-pwd.c (99%)
rename {nis => nss}/nss_compat/compat-spwd.c (98%)
copy time/tst-tzname.c => nss/nss_compat/nisdomain.c (51%)
copy nptl/tst-compat-forwarder-mod.c => nss/nss_compat/nisdomain.h (79%)
--
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 binutils-gdb.
from a87c142792 Add missing-END_CATCH detection/protection (to gdb's TRY/CAT [...]
new 44704526e4 Add missing-END_CATCH detection/protection (to gdb's TRY/CAT [...]
new 73dcd72d4e Move code out of 'between TRY and CATCH'
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:
gdb/ChangeLog | 14 ++++++++++++++
gdb/guile/scm-breakpoint.c | 3 ++-
2 files changed, 16 insertions(+), 1 deletion(-)
--
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 da7a1a683a8 Adjust test cases for attributes propagation changes for OM [...]
new 7f3d0dec516 Enable vect_float with S/390 VXE and adjust testcases
new 82fda533762 Testcases using dg-options require at least -mzarch.
new 1bd66e1d24c New target check: vect_long_mult
new 8cc97a5a3e9 New target check for double<->int conversions
new 0506025de83 New target check: vect_peeling_profitable
The 5 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 | 13 +++
gcc/doc/sourcebuild.texi | 12 +++
gcc/testsuite/ChangeLog | 54 ++++++++++
gcc/testsuite/g++.dg/vect/slp-pr56812.cc | 4 +-
gcc/testsuite/gcc.dg/vect/pr31699.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr60656.c | 3 +-
gcc/testsuite/gcc.dg/vect/pr61194.c | 1 +
gcc/testsuite/gcc.dg/vect/pr65947-10.c | 1 +
gcc/testsuite/gcc.dg/vect/pr66142.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr66251.c | 4 +-
gcc/testsuite/gcc.dg/vect/slp-10.c | 1 +
gcc/testsuite/gcc.dg/vect/slp-11c.c | 1 +
gcc/testsuite/gcc.dg/vect/slp-12b.c | 1 +
gcc/testsuite/gcc.dg/vect/slp-18.c | 1 +
gcc/testsuite/gcc.dg/vect/slp-33.c | 1 +
gcc/testsuite/gcc.dg/vect/slp-cond-2-big-array.c | 2 +
gcc/testsuite/gcc.dg/vect/slp-cond-2.c | 2 +
gcc/testsuite/gcc.dg/vect/vect-cond-10.c | 1 +
gcc/testsuite/gcc.dg/vect/vect-cond-8.c | 1 +
gcc/testsuite/gcc.dg/vect/vect-cond-9.c | 1 +
gcc/testsuite/gcc.dg/vect/vect-float-extend-1.c | 1 +
gcc/testsuite/gcc.dg/vect/vect-float-truncate-1.c | 1 +
.../gcc.dg/vect/vect-floatint-conversion-2.c | 2 +-
.../gcc.dg/vect/vect-intfloat-conversion-3.c | 2 +-
.../gfortran.dg/vect/fast-math-mgrid-resid.f | 1 +
gcc/testsuite/gfortran.dg/vect/pr60510.f | 1 +
gcc/testsuite/gfortran.dg/vect/pr77848.f | 1 +
gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 3 +-
gcc/testsuite/lib/target-supports.exp | 112 ++++++++++++++++++++-
29 files changed, 222 insertions(+), 10 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 9d54ad1ea70 PR82413: Mismatched precisions in build_range_check
new da7a1a683a8 Adjust test cases for attributes propagation changes for OM [...]
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 | 8 ++++++++
gcc/testsuite/c-c++-common/goacc/kernels-double-reduction-n.c | 2 +-
gcc/testsuite/c-c++-common/goacc/kernels-double-reduction.c | 2 +-
gcc/testsuite/c-c++-common/goacc/kernels-reduction.c | 2 +-
4 files changed, 11 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 c54be30bc81 [AVR] Implement LPMWRdZ pseudo-instruction's expansion.
new c7c50afdcad [gold-plugin] - Fix compilation after LLVM update (r314883). 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:
tools/gold/gold-plugin.cpp | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.