This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 29fa808c [Support] Rename tool_output_file to ToolOutputFile, NFC
new 384242bb Fix clangd when built with LLVM_LINK_LLVM_DYLIB=ON
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:
clangd/tool/CMakeLists.txt | 5 ++++-
1 file changed, 4 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 binutils-gdb.
from 1da5c9a485 PR22202, buffer overflow in parse_die
new 96235dc1ac S390: Add guarded-storage register definitions and tdescs
new 1b63490c91 S390: Add guarded-storage register support to GDB
new ad3396348e S390: Add guarded-storage register support to gdbserver
new 289e23aa03 S390: Document guarded-storage register support
The 4 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 | 45 ++++++++
gdb/NEWS | 3 +
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 8 ++
gdb/features/Makefile | 5 +
gdb/features/s390-gs-linux64.c | 198 ++++++++++++++++++++++++++++++++++++
gdb/features/s390-gs-linux64.xml | 28 +++++
gdb/features/s390-gs.xml | 13 +++
gdb/features/s390-gsbc.xml | 13 +++
gdb/features/s390x-gs-linux64.c | 182 +++++++++++++++++++++++++++++++++
gdb/features/s390x-gs-linux64.xml | 27 +++++
gdb/gdbserver/ChangeLog | 20 ++++
gdb/gdbserver/configure.srv | 8 ++
gdb/gdbserver/linux-s390-low.c | 68 ++++++++++++-
gdb/gdbserver/linux-s390-tdesc.h | 9 ++
gdb/regformats/s390-gs-linux64.dat | 133 ++++++++++++++++++++++++
gdb/regformats/s390x-gs-linux64.dat | 117 +++++++++++++++++++++
gdb/s390-linux-nat.c | 23 ++++-
gdb/s390-linux-tdep.c | 94 ++++++++++++++++-
gdb/s390-linux-tdep.h | 16 ++-
20 files changed, 1007 insertions(+), 8 deletions(-)
create mode 100644 gdb/features/s390-gs-linux64.c
create mode 100644 gdb/features/s390-gs-linux64.xml
create mode 100644 gdb/features/s390-gs.xml
create mode 100644 gdb/features/s390-gsbc.xml
create mode 100644 gdb/features/s390x-gs-linux64.c
create mode 100644 gdb/features/s390x-gs-linux64.xml
create mode 100644 gdb/regformats/s390-gs-linux64.dat
create mode 100644 gdb/regformats/s390x-gs-linux64.dat
--
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 0f4b296674 fixing a bug in mask[z]_set1 intrinsic
new 1d3c5c3304 [Clang] Adding missing feature to goldmont
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/Basic/Targets/X86.cpp | 1 +
test/Preprocessor/predefined-arch-macros.c | 2 ++
2 files changed, 3 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 f5f0f52651 New expf and exp2f version without SVID compat wrapper
new 9947638d74 Fix typo in sincos32.h inclusion guard.
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 | 6 ++++++
sysdeps/ieee754/dbl-64/sincos32.h | 2 +-
2 files changed, 7 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 llvm.
from ce5fe1366cc [SLP] Support for horizontal min/max reduction.
new ad0d5b1b249 Adding missing feature to goldmont.
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/X86.td | 3 ++-
1 file changed, 2 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 llvm.
from bb3c660e87f [CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMem [...]
new ce5fe1366cc [SLP] Support for horizontal min/max reduction.
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/Transforms/Vectorize/SLPVectorizer.cpp | 450 +++-
.../SLPVectorizer/X86/horizontal-list.ll | 194 +-
.../SLPVectorizer/X86/horizontal-minmax.ll | 2507 +++++++++++---------
3 files changed, 1852 insertions(+), 1299 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 ce93d4af38 Fix implicit-fallthrough warning by adding missing break
new 0f4b296674 fixing a bug in mask[z]_set1 intrinsic
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/Headers/avx512vlintrin.h | 4 ++--
test/CodeGen/avx512vl-builtins.c | 36 ++++--------------------------------
2 files changed, 6 insertions(+), 34 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 9b8079ea2e9 Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK
new d6f263c0135 2017-09-25 Richard Biener <rguenther(a)suse.de>
new cce32e87170 Change permute index type to unsigned short
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 | 17 +++++++++++++++
gcc/cfgloop.c | 52 ++++++++++++++++++++++++++++++++++++++++++++
gcc/cfgloop.h | 1 +
gcc/config/aarch64/aarch64.c | 2 +-
gcc/config/arm/arm.c | 2 +-
gcc/graphite.c | 1 +
gcc/target.h | 4 ++--
7 files changed, 75 insertions(+), 4 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 compiler-rt.
from 836cd12c0 [ubsan] Fix assert.cc test by compiling it as C++
new ae2601605 [mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64.
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/sanitizer_common/TestCases/Linux/sem_init_glibc.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.