This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5942b047a5b [X86][CLFLUSH]: Adding full coverage of MC encoding for the [...]
new 5eba494772f [AArch64] CCSIDR2 system register
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/AArch64/AArch64SystemOperands.td | 3 +++
test/MC/AArch64/arm64-system-encoding.s | 3 +++
test/MC/AArch64/basic-a64-diagnostics.s | 4 ++++
test/MC/Disassembler/AArch64/basic-a64-instructions.txt | 3 +++
4 files changed, 13 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 lld.
from f4208caae [COFF] Don't set the thumb bit in address table entries for d [...]
new 5d9c7147b [ELF] Fix an assignment command at the end of an .ARM.exidx section.
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/SyntheticSections.cpp | 32 ++++------
ELF/SyntheticSections.h | 3 +
ELF/Writer.cpp | 70 ++++++++++++----------
test/ELF/arm-exidx-dedup-and-sentinel.s | 29 +++++++++
.../arm-exidx-sentinel-and-assignment.s | 17 ++++++
5 files changed, 100 insertions(+), 51 deletions(-)
create mode 100644 test/ELF/arm-exidx-dedup-and-sentinel.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 llvm.
from 15dc4d1db93 [X86] Optimize sign extends on index operand to gather/scat [...]
new 5942b047a5b [X86][CLFLUSH]: Adding full coverage of MC encoding for the [...]
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/MC/X86/CLFLUSHOPT-32.s | 26 ++++++++++++++++++++++++++
test/MC/X86/CLFLUSHOPT-64.s | 26 ++++++++++++++++++++++++++
test/MC/X86/CLFSH-32.s | 26 ++++++++++++++++++++++++++
test/MC/X86/CLFSH-64.s | 26 ++++++++++++++++++++++++++
4 files changed, 104 insertions(+)
create mode 100644 test/MC/X86/CLFLUSHOPT-32.s
create mode 100644 test/MC/X86/CLFLUSHOPT-64.s
create mode 100644 test/MC/X86/CLFSH-32.s
create mode 100644 test/MC/X86/CLFSH-64.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 llvm.
from c8f103e52b2 [AArch64] Implement stack probing for windows
new 15dc4d1db93 [X86] Optimize sign extends on index operand to gather/scat [...]
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 | 50 +++++++++++-----------
test/CodeGen/X86/masked_gather_scatter.ll | 70 +++++++++++--------------------
2 files changed, 48 insertions(+), 72 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 ac89b1f1419 [X86] Add a missing return to combineGatherScatter after su [...]
new c8f103e52b2 [AArch64] Implement stack probing for windows
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:
docs/Extensions.rst | 28 ++++++++++
lib/Target/AArch64/AArch64FrameLowering.cpp | 86 ++++++++++++++++++++++++++---
test/CodeGen/AArch64/chkstk.ll | 25 +++++++++
3 files changed, 130 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/AArch64/chkstk.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 lld.
from 266bf3527 [WebAssembly] Improve toString(OutputSection). NFC.
new f4208caae [COFF] Don't set the thumb bit in address table entries for d [...]
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:
COFF/DLL.cpp | 10 +++++-----
test/COFF/export-armnt.yaml | 31 +++++++++++++++++++++++++++----
2 files changed, 32 insertions(+), 9 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 16be70a66 [hwasan] Remove --check-prefix=CHECK (NFC)
new 1d871d6cd [builtins] Implement __chkstk for arm64 windows
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/builtins/CMakeLists.txt | 6 ++++++
lib/builtins/aarch64/chkstk.S | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 lib/builtins/aarch64/chkstk.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 llvm.
from feb947453af [PowerPC] fix a bug in redundant compare elimination
new ac89b1f1419 [X86] Add a missing return to combineGatherScatter after su [...]
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 | 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 3c56e0c18cd Don't call targetm.calls.static_chain in non-static function
new 29ca66eca82 Enable VPCLMULQDQ support
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 | 25 +++++
gcc/common/config/i386/i386-common.c | 23 ++++-
gcc/config.gcc | 6 +-
gcc/config/i386/cpuid.h | 1 +
gcc/config/i386/driver-i386.c | 5 +-
gcc/config/i386/i386-builtin.def | 5 +
gcc/config/i386/i386-c.c | 2 +
gcc/config/i386/i386.c | 14 ++-
gcc/config/i386/i386.h | 2 +
gcc/config/i386/i386.opt | 6 +-
gcc/config/i386/immintrin.h | 2 +
gcc/config/i386/sse.md | 16 +++
gcc/config/i386/vpclmulqdqintrin.h | 108 +++++++++++++++++++++
gcc/doc/invoke.texi | 9 +-
gcc/testsuite/ChangeLog | 11 +++
gcc/testsuite/gcc.target/i386/avx-1.c | 5 +
gcc/testsuite/gcc.target/i386/avx512-check.h | 3 +
.../gcc.target/i386/avx512f-vpclmulqdq-2.c | 60 ++++++++++++
...avx512vl-aesdec-2.c => avx512vl-vpclmulqdq-2.c} | 8 +-
gcc/testsuite/gcc.target/i386/i386.exp | 13 +++
gcc/testsuite/gcc.target/i386/sse-13.c | 5 +
gcc/testsuite/gcc.target/i386/sse-23.c | 8 +-
gcc/testsuite/gcc.target/i386/vpclmulqdq.c | 20 ++++
23 files changed, 336 insertions(+), 21 deletions(-)
create mode 100644 gcc/config/i386/vpclmulqdqintrin.h
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpclmulqdq-2.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-aesdec-2.c => avx512vl-vpclmulqdq-2.c} (61%)
create mode 100644 gcc/testsuite/gcc.target/i386/vpclmulqdq.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 06400502e2d [memcpyopt] Teach memcpyopt to optimize across basic blocks
new feb947453af [PowerPC] fix a bug in redundant compare elimination
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/PowerPC/PPCMIPeephole.cpp | 18 +++++++++++++-----
test/CodeGen/PowerPC/cmp_elimination.ll | 32 +++++++++++++++++++++++++++++++-
2 files changed, 44 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.