This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1b2a850 [Loop Vectorizer] Fixed memory confilict checks.
new afa0d10 [PowerPC] Implement lowering for atomicrmw min/max/umin/umax
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/PPCISelLowering.cpp | 101 +++++++-
lib/Target/PowerPC/PPCISelLowering.h | 8 +-
lib/Target/PowerPC/PPCInstr64Bit.td | 12 +
lib/Target/PowerPC/PPCInstrInfo.td | 36 +++
test/CodeGen/PowerPC/atomic-minmax.ll | 435 +++++++++++++++++++++++++++++++++
5 files changed, 587 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/PowerPC/atomic-minmax.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 compiler-rt.
from a0e3eb1 Start reifying error descriptions. Second try: Try to appease [...]
new 7dc1023 Revert "Start reifying error descriptions. Second try: Try to [...]
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/asan/CMakeLists.txt | 1 -
lib/asan/asan_errors.cc | 36 ------------------------
lib/asan/asan_errors.h | 74 -------------------------------------------------
lib/asan/asan_report.cc | 27 ++++++++----------
4 files changed, 12 insertions(+), 126 deletions(-)
delete mode 100644 lib/asan/asan_errors.cc
delete mode 100644 lib/asan/asan_errors.h
--
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 b8abcb0 [asan] Disable tests more selectively.
new a0e3eb1 Start reifying error descriptions. Second try: Try to appease [...]
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/asan/CMakeLists.txt | 1 +
lib/asan/asan_errors.cc | 36 ++++++++++++++++++++++++
lib/asan/asan_errors.h | 74 +++++++++++++++++++++++++++++++++++++++++++++++++
lib/asan/asan_report.cc | 27 ++++++++++--------
4 files changed, 126 insertions(+), 12 deletions(-)
create mode 100644 lib/asan/asan_errors.cc
create mode 100644 lib/asan/asan_errors.h
--
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 800ba95 [AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when w [...]
new 1b2a850 [Loop Vectorizer] Fixed memory confilict 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:
include/llvm/Analysis/LoopAccessAnalysis.h | 6 ++-
lib/Analysis/LoopAccessAnalysis.cpp | 32 ++++++++++++--
.../memcheck-off-by-one-error.ll | 51 ++++++++++++++++++++++
.../LoopAccessAnalysis/number-of-memchecks.ll | 18 ++++----
.../LoopAccessAnalysis/reverse-memcheck-bounds.ll | 4 +-
.../LoopVectorize/runtime-check-readonly.ll | 8 ++--
test/Transforms/LoopVectorize/tbaa-nodep.ll | 14 +++---
.../LoopVersioningLICM/loopversioningLICM1.ll | 6 +--
8 files changed, 109 insertions(+), 30 deletions(-)
create mode 100644 test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.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 gcc.
from 4670f42 Tag {ms,sysv}_va_list_type_node with '{ms,sysv}_abi va_list' [...]
new abfcb19 PR target/77324 * config/sparc/sparc.c (sparc_legitimate_ad [...]
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 | 6 ++++++
gcc/config/sparc/sparc.c | 7 +++++++
2 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 gcc-6-branch
in repository gcc.
from abe8e72 Daily bump.
new ed814d2 Backport "Tag {ms,sysv}_va_list_type_node with '{ms,sysv}_abi [...]
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 | 12 ++++
gcc/config/i386/i386.c | 109 +++++++++++++++--------------------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.dg/lto/pr70955_0.c | 13 +++++
gcc/testsuite/gcc.dg/lto/pr70955_1.c | 16 +++++
gcc/testsuite/gcc.dg/pr70955.c | 36 ++++++++++++
6 files changed, 133 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr70955_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr70955_1.c
create mode 100644 gcc/testsuite/gcc.dg/pr70955.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 3ed3938 AMDGPU/R600: Enable Load combine
new 460412a [X86] Rename PABSB/D/W instructions to be consistent with SSE [...]
new 2e47cee [AVX-512] Add tests to show that we don't select masked logic [...]
new 800ba95 [AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when w [...]
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/X86ISelLowering.cpp | 20 ++---
lib/Target/X86/X86InstrAVX512.td | 122 ++++++++++++++++++++++++--
lib/Target/X86/X86InstrInfo.cpp | 18 ++--
lib/Target/X86/X86InstrSSE.td | 62 ++++++-------
test/CodeGen/X86/avx512-arith.ll | 12 +--
test/CodeGen/X86/avx512-logic.ll | 66 ++++++++++++++
test/CodeGen/X86/avx512-select.ll | 2 +-
test/CodeGen/X86/stack-folding-fp-avx512.ll | 8 +-
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 12 +--
test/CodeGen/X86/vector-bitreverse.ll | 6 +-
10 files changed, 250 insertions(+), 78 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 707a23b Daily bump.
new 4670f42 Tag {ms,sysv}_va_list_type_node with '{ms,sysv}_abi va_list' [...]
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 | 9 +++
gcc/config/i386/i386.c | 109 +++++++++++++++--------------------
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.dg/lto/pr70955_0.c | 13 +++++
gcc/testsuite/gcc.dg/lto/pr70955_1.c | 16 +++++
gcc/testsuite/gcc.dg/pr70955.c | 36 ++++++++++++
6 files changed, 127 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr70955_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr70955_1.c
create mode 100644 gcc/testsuite/gcc.dg/pr70955.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 gcc.
from b243b56 Fix folding of VECTOR_CST comparisons
new ddc43d9 haifa-sched.c: make ready_list an auto_vec<rtx_insn *>
new de03970 make forced labels a vec
new 84f4f7b make stack_slot_list a vec<rtx>
new 707a23b Daily bump.
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:
gcc/ChangeLog | 24 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cfgbuild.c | 9 ++++++---
gcc/cfgrtl.c | 3 ++-
gcc/dwarf2cfi.c | 6 ++++--
gcc/emit-rtl.c | 11 ++++++++---
gcc/emit-rtl.h | 2 +-
gcc/except.c | 3 +--
gcc/function.c | 8 +++-----
gcc/function.h | 2 +-
gcc/haifa-sched.c | 12 ++++++------
gcc/jump.c | 12 +++++++-----
gcc/reload1.c | 7 ++++---
gcc/stmt.c | 4 ++--
14 files changed, 70 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.