This is an automated email from the git hooks/post-receive script.
charles.baylis pushed a change to branch aarch64-v2.1-gc64-dis
in repository toolchain/luajit-aarch64.
from ec4cb26 Fix vm_exit_interp assuming 4 byte pointers in dispatch table
new 0b8042c Test program works, but segfaults on exit
new 909f5fd Fix corruption of stack frame on trace exit.
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:
src/lj_asm_arm64.h | 17 +++++++++++------
src/lj_emit_arm64.h | 4 +++-
src/lj_frame.h | 1 +
src/lj_target_arm64.h | 1 +
src/vm_arm64.dasc | 2 +-
5 files changed, 17 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 llvm.
from 2f40185 [X86][SSE] Add general lowering of nontemporal vector loads ( [...]
new 007ac99 [Linker/IRMover] Simplify the code a bit. NFCI.
new a87b055 [LAA] Improve non-wrapping pointer detection by handling loop [...]
new f88b5f4 [ARM] Accept conditional versions of BXNS and BLXNS
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/Analysis/LoopAccessAnalysis.cpp | 18 ++++--
lib/Linker/IRMover.cpp | 32 +++--------
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 +
.../multiple-strides-rt-memory-checks.ll | 67 ++++++++++++++++++++++
test/MC/ARM/thumbv8m.s | 14 +++++
.../multiple-strides-vectorization.ll | 65 +++++++++++++++++++++
6 files changed, 168 insertions(+), 29 deletions(-)
create mode 100644 test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
create mode 100644 test/Transforms/LoopVectorize/multiple-strides-vectorization.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 binutils-gdb.
from 161db27 Fix PLT first entry GOT operand calculation.
new 1133012 ld/testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail
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:
ld/ChangeLog | 4 ++++
ld/testsuite/ld-elf/init-fini-arrays.d | 4 ++--
2 files changed, 6 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 binutils-gdb.
from 14b57c7 PowerPC VLE
new 161db27 Fix PLT first entry GOT operand calculation.
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:
bfd/ChangeLog | 6 ++++++
bfd/elf64-s390.c | 7 ++++---
ld/ChangeLog | 7 +++++++
ld/testsuite/ld-s390/pltoffset-1.dd | 8 ++++++++
ld/testsuite/ld-s390/pltoffset-1.ld | 34 ++++++++++++++++++++++++++++++++++
ld/testsuite/ld-s390/pltoffset-1.s | 12 ++++++++++++
ld/testsuite/ld-s390/s390.exp | 5 +++++
7 files changed, 76 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-s390/pltoffset-1.dd
create mode 100644 ld/testsuite/ld-s390/pltoffset-1.ld
create mode 100644 ld/testsuite/ld-s390/pltoffset-1.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 clang.
from 10ab2e4 Reapply [Coverage] Fix an assertion failure if the definition [...]
new 48e271e [clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_ [...]
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/Basic/BuiltinsX86.def | 2 ++
lib/Headers/avx512dqintrin.h | 72 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512dq-builtins.c | 72 +++++++++++++++++++++++++++++++++++++
3 files changed, 146 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 llvm.
from 6ad3e35 [X86][SSE] Add general lowering of nontemporal vector loads
new 2f40185 [X86][SSE] Add general lowering of nontemporal vector loads ( [...]
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/X86FastISel.cpp | 46 +++++++++++++++++++++++++++++++++---------
1 file changed, 37 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 llvm.
from c29f26f [PM] Preserve GlobalsAA for SROA.
new 6ad3e35 [X86][SSE] Add general lowering of nontemporal vector loads
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/Target/TargetSelectionDAG.td | 12 +
lib/Target/X86/X86InstrAVX512.td | 39 ++
lib/Target/X86/X86InstrSSE.td | 30 ++
test/CodeGen/X86/fast-isel-nontemporal.ll | 386 ++++++++++++-----
test/CodeGen/X86/nontemporal-loads.ll | 678 +++++++++++++++++-------------
5 files changed, 745 insertions(+), 400 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 6e988c5 [Thumb-1] Add optimized constant materialization for integers [...]
new c29f26f [PM] Preserve GlobalsAA for SROA.
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/Scalar/SROA.cpp | 7 ++++++-
1 file 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 compiler-rt.
from a513457 Remove some leftover empty directories.
new 82b0680 [sanitizer] Fix build for new GLIBC msghdr/cmsghdr definition
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:
.../sanitizer_platform_limits_posix.h | 44 ++++++++++++++++++++++
1 file changed, 44 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/backflip.
from c2d846d backflip: Handle errors from git checkout/git review.
new 8c5bd1c backflip-from-tsv: Fix "on-going" support, add support for "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:
backflip-from-tsv | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.