This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 37b9de5 Fix typos. NFC
new 75deb64 [AVX-512] Begin giving the disassembler a way to recognize th [...]
new d925138 [AVX-512] Teach the disassembler about all of the EVEX gather [...]
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/Target/X86/Disassembler/X86Disassembler.cpp | 63 +++++++++++++-
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 13 +++
.../Disassembler/X86DisassemblerDecoderCommon.h | 16 ++++
test/MC/Disassembler/X86/avx-512.txt | 95 ++++++++++++++++++++++
utils/TableGen/X86RecognizableInstr.cpp | 32 ++++----
5 files changed, 201 insertions(+), 18 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 ead90cd [AVX-512] Add more gather/scatter encoding test cases.
new 37b9de5 Fix typos. 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:
include/llvm/Analysis/LoopInfo.h | 4 ++--
1 file 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 libcxx.
from 6948dbe Reland "[CMake][libcxx] Check that we have libcxxabi before u [...]
new d25c997 Implement the missing constexpr stuff in <array>. Fixes PR#31645.
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/array | 14 +++++++-----
test/std/containers/sequences/array/at.pass.cpp | 15 +++++++++++++
.../containers/sequences/array/front_back.pass.cpp | 26 +++++++++++++++++++---
.../containers/sequences/array/indexing.pass.cpp | 15 +++++++++++++
4 files changed, 62 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 gcc.
from 511f628 libgo: correct golang_org Makefile variables not used on [...]
new ae306c0 runtime: rename siginfo to _siginfo_t
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/runtime/signal_gccgo.go | 8 +++-----
libgo/go/runtime/signal_sighandler.go | 2 +-
libgo/go/runtime/signal_unix.go | 4 ++--
libgo/go/runtime/stubs.go | 4 ++--
5 files changed, 9 insertions(+), 11 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 b2615ab Move a flag definition to the right place as -demangle is not [...]
new c6119c3 Use error() instead of fatal() to handle file open error.
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/MapFile.cpp | 5 +++--
1 file changed, 3 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 02d245f Daily bump.
new 511f628 libgo: correct golang_org Makefile variables not used 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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 4 ++--
libgo/Makefile.in | 4 ++--
3 files changed, 5 insertions(+), 5 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 5ec1d71 [InstCombine] add tests to show missed vector folds; NFC
new ef07090 [AVX-512] Fix register class in one of the gather/scatter mem [...]
new 0091533 [AVX-512] Correct memory operand size for VPGATHERQPS and VPG [...]
new ead90cd [AVX-512] Add more gather/scatter encoding test cases.
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:
lib/Target/X86/AsmParser/X86Operand.h | 3 +
lib/Target/X86/X86InstrAVX512.td | 12 +--
lib/Target/X86/X86InstrInfo.td | 4 +-
test/MC/X86/avx512-encodings.s | 48 ++++++++++++
test/MC/X86/avx512vl-encoding.s | 128 ++++++++++++++++++++++++++++++++
test/MC/X86/intel-syntax-avx512.s | 112 ++++++++++++++--------------
utils/TableGen/X86RecognizableInstr.cpp | 2 +
7 files changed, 246 insertions(+), 63 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 libcxx.
from f620d22 Work around python3 bytes vs str in libc++ test config
new 3508e7a Reland "[CMake][libcxx] Move Python check to main CMake file"
new c59c317 Reland "[CMake][libcxx] Do not rely on the existence of c++ab [...]
new 6948dbe Reland "[CMake][libcxx] Check that we have libcxxabi before u [...]
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:
CMakeLists.txt | 11 ++++++++++-
cmake/Modules/HandleOutOfTreeLLVM.cmake | 7 -------
lib/CMakeLists.txt | 7 +++++--
3 files changed, 15 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 compiler-rt.
from 191ecf3 Remove SANITIZER_LINUX ifdefs
new b0495c3 Reland "[CMake][compiler-rt] Mark libcxx build for tsan as s [...]
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:
cmake/Modules/AddCompilerRT.cmake | 1 +
1 file changed, 1 insertion(+)
--
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 1e4739c * config/i386/i386.c (ix86_legitimate_combined_insn): Do not [...]
new 02d245f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.