This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d82d9c3fbee [X86][AVX512] Choose correct registers in vpbroadcastb/w
new 4e3dcfc420f [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
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/IntrinsicsAArch64.td | 6 +++---
1 file changed, 3 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 glibc.
from 3016149819 nss: Call __resolv_context_put before early return in get*_r [...]
new 3d452dabd1 Fix uc_* namespace (bug 21457).
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 | 53 ++++++++++++++++++++++++++
sysdeps/arm/sys/ucontext.h | 8 ++--
sysdeps/generic/sys/ucontext.h | 10 ++++-
sysdeps/i386/sys/ucontext.h | 10 ++---
sysdeps/m68k/sys/ucontext.h | 8 ++--
sysdeps/mips/sys/ucontext.h | 10 ++---
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h | 10 ++++-
sysdeps/unix/sysv/linux/alpha/sys/ucontext.h | 10 ++++-
sysdeps/unix/sysv/linux/arm/sys/ucontext.h | 12 +++++-
sysdeps/unix/sysv/linux/hppa/sys/ucontext.h | 10 ++++-
sysdeps/unix/sysv/linux/m68k/sys/ucontext.h | 8 ++--
sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 6 +--
sysdeps/unix/sysv/linux/nios2/sys/ucontext.h | 6 +--
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 11 +++---
sysdeps/unix/sysv/linux/s390/sys/ucontext.h | 6 +--
sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 6 +--
sysdeps/unix/sysv/linux/sparc/sys/ucontext.h | 4 +-
sysdeps/unix/sysv/linux/tile/sys/ucontext.h | 10 ++++-
sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 4 +-
19 files changed, 152 insertions(+), 50 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 cb7edc0ee99 [AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodes
new d82d9c3fbee [X86][AVX512] Choose correct registers in vpbroadcastb/w
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/X86InstrAVX512.td | 55 +++++++++++++++++++++++-------
test/CodeGen/X86/avx512bw-intrinsics.ll | 26 +++++++-------
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 24 ++++++-------
test/CodeGen/X86/vector-shuffle-128-v16.ll | 4 +--
test/CodeGen/X86/vector-shuffle-128-v8.ll | 6 ++--
test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-256-v32.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 8 ++---
test/CodeGen/X86/vector-shuffle-512-v64.ll | 4 +--
9 files changed, 81 insertions(+), 50 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 lldb.
from f0132289c Fix PlatformPythonTestCase.test_platform_list for the build bots
new cb931beb3 Fix VASprintfTest.cpp for Darwin, add checks
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:
lldb.xcodeproj/project.pbxproj | 2 ++
unittests/Utility/VASprintfTest.cpp | 12 ++++++++++--
2 files changed, 12 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 llvm.
from cf10b736fb9 CFLAA: return MustAlias when pointers p, q are equal, i.e., [...]
new cb7edc0ee99 [AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodes
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/AMDGPUInstrInfo.cpp | 7 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 3 +
lib/Target/AMDGPU/SIDefines.h | 3 +-
lib/Target/AMDGPU/SIInstrFormats.td | 5 +
lib/Target/AMDGPU/SIInstrInfo.td | 7 +-
lib/Target/AMDGPU/VOP3Instructions.td | 70 +++++++++--
test/MC/AMDGPU/vop3-gfx9.s | 132 ++++++++++++++++++++
test/MC/AMDGPU/vop3.s | 82 +++++++++++++
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 133 +++++++++++++++++++++
test/MC/Disassembler/AMDGPU/vop3_vi.txt | 66 ++++++++++
10 files changed, 492 insertions(+), 16 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/vop3_gfx9.txt
--
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 4b82930543b * g++.dg/asan/asan.exp: Switch on *.cc tests.
new 7dd5e73f62c compiler: handle >32bit exponent in Ldexp
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/go/gofrontend/MERGE | 2 +-
libgo/go/math/ldexp.go | 9 +++++++--
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 llvm.
from 085d544d52e [ValueTracking] Turn a test into an assertion.
new cf10b736fb9 CFLAA: return MustAlias when pointers p, q are equal, i.e., [...]
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/Analysis/CFLSteensAliasAnalysis.h | 2 +-
lib/Analysis/CFLAndersAliasAnalysis.cpp | 2 +-
2 files changed, 2 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 clang-tools-extra.
from 2294ef82 [clang-tidy] Ignore newlines in checks list
new 56690afb [clang-tidy] Fix another crash in make-unique check.
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:
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 7 +++++++
test/clang-tidy/modernize-make-unique.cpp | 13 +++++++++++++
2 files changed, 20 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 binutils-2_29-branch
in repository binutils-gdb.
from dd241688ae Automatic date update in version.in
new cd8329599c [ARM] Don't warn on REG_SP when used in CRC32 instructions
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-arm.c | 2 --
gas/testsuite/gas/arm/crc32-armv8-a-bad.d | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-a.d | 13 ++++++++++++-
gas/testsuite/gas/arm/crc32-armv8-ar-bad.s | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-ar.s | 16 ++++++++++++++++
gas/testsuite/gas/arm/crc32-armv8-r-bad.d | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-r.d | 13 ++++++++++++-
gas/testsuite/gas/arm/crc32-bad.l | 6 +++---
opcodes/ChangeLog | 7 +++++++
opcodes/arm-dis.c | 17 ++++++-----------
11 files changed, 76 insertions(+), 27 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 binutils-gdb.
from cd3af38d7b [AArch64] Implement gdbarch_core_read_description
new cc4a945a26 [ARM] Don't warn on REG_SP when used in CRC32 instructions
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-arm.c | 2 --
gas/testsuite/gas/arm/crc32-armv8-a-bad.d | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-a.d | 13 ++++++++++++-
gas/testsuite/gas/arm/crc32-armv8-ar-bad.s | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-ar.s | 16 ++++++++++++++++
gas/testsuite/gas/arm/crc32-armv8-r-bad.d | 6 +++---
gas/testsuite/gas/arm/crc32-armv8-r.d | 13 ++++++++++++-
gas/testsuite/gas/arm/crc32-bad.l | 6 +++---
opcodes/ChangeLog | 7 +++++++
opcodes/arm-dis.c | 17 ++++++-----------
11 files changed, 76 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.