This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f9df18f4ce3 [mips] Fix atomic operations at O0, v3
new a7eead2e395 Try to fix -Wimplicit-fallthrough warning. NFCI.
new 5ad902a628b [X86][SSE] Add extra v16i16 shl x,c -> pmullw test
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/AArch64/AsmParser/AArch64AsmParser.cpp | 1 +
test/CodeGen/X86/lower-vec-shift.ll | 27 +++++++++++++++++++++++
2 files changed, 28 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 clang.
from d2b3d463c2 [NFS] Wipe trailing whitespaces
new 60f7669eb5 [ASTImporter] Fix import of objects with anonymous types
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/AST/ASTImporter.cpp | 13 ++-----------
unittests/AST/ASTImporterTest.cpp | 29 +++++++++++++++++++++++++++++
2 files changed, 31 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 clang.
from bbe9af000d [Power9] Update fp128 as a valid homogenous aggregate base type
new d2b3d463c2 [NFS] Wipe trailing whitespaces
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/Sema/CodeCompleteConsumer.h | 16 +-
lib/Sema/SemaCodeComplete.cpp | 1480 ++++++++++++++---------------
2 files changed, 748 insertions(+), 748 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 43ca27da Fix -Wunused-variable warning. NFCI.
new 0620684f [NFS] Wipe trailing whitespaces
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:
clangd/Quality.cpp | 125 +++++++++++++++++++++++++++--------------------------
1 file changed, 63 insertions(+), 62 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 0a14e65c0ed [testsuite] Remove 'note:' from scan-tree-dump directives
new 1aef015c9d5 Revert 2018-07-04 Maxim Ostapenko <m.ostapenko(a)samsung.com>
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 | 10 ++++++++
gcc/config/gnu-user.h | 2 +-
gcc/gcc.c | 2 +-
libsanitizer/ChangeLog | 14 ++++++++++
libsanitizer/Makefile.am | 2 +-
libsanitizer/Makefile.in | 6 ++---
libsanitizer/asan/Makefile.am | 4 +--
libsanitizer/asan/Makefile.in | 8 +++---
libsanitizer/ubsan/Makefile.am | 6 +----
libsanitizer/ubsan/Makefile.in | 58 +++++++++++++++---------------------------
10 files changed, 56 insertions(+), 56 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 e816e742162 [NEON] Fix combining of vldx_dup intrinsics with updating o [...]
new f9df18f4ce3 [mips] Fix atomic operations at O0, v3
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/Mips/CMakeLists.txt | 1 +
lib/Target/Mips/Mips.h | 1 +
lib/Target/Mips/Mips64InstrInfo.td | 11 +
lib/Target/Mips/MipsExpandPseudo.cpp | 702 +++
lib/Target/Mips/MipsISelLowering.cpp | 605 ++-
lib/Target/Mips/MipsISelLowering.h | 12 +-
lib/Target/Mips/MipsInstrInfo.td | 54 +
lib/Target/Mips/MipsTargetMachine.cpp | 9 +
test/CodeGen/Mips/atomic.ll | 7921 +++++++++++++++++++++++++++++++--
test/CodeGen/Mips/atomic64.ll | 1397 ++++++
test/CodeGen/Mips/atomicCmpSwapPW.ll | 122 +-
test/CodeGen/Mips/micromips-atomic.ll | 25 +-
12 files changed, 10095 insertions(+), 765 deletions(-)
create mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp
create mode 100644 test/CodeGen/Mips/atomic64.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 clang-tools-extra.
from 0943c32a [clangd] Log sema completion context kind and query scopes. NFC
new 43ca27da Fix -Wunused-variable warning. NFCI.
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:
clangd/Quality.cpp | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 4a91d0ba30 Error for mismatched powerpc ABI tags
new c530603c59 [gdb] Fix build error in macroexp.c
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:
gdb/ChangeLog | 4 ++++
gdb/macroexp.c | 10 ++++++++++
2 files changed, 14 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 openmp.
from 832e165 [OMPT] Use alloca() to force availability of frame pointer
new 565cef8 [OMPT] Add synchronization to threads_nested.c testcase
new 1224791 Dropped non-supoorted "--no-as-needed" flag from OMPT tests f [...]
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:
runtime/test/lit.cfg | 4 ++++
runtime/test/ompt/loadtool/tool_available/tool_available.c | 4 ++--
runtime/test/ompt/loadtool/tool_not_available/tool_not_available.c | 4 ++--
runtime/test/ompt/misc/threads_nested.c | 6 ++++--
4 files changed, 12 insertions(+), 6 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 ae2931553bf [testsuite] Simplify dg-final
new 0a14e65c0ed [testsuite] Remove 'note:' from scan-tree-dump directives
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/testsuite/ChangeLog | 29 ++++++++++++++++++++
gcc/testsuite/c-c++-common/unroll-1.c | 4 +--
gcc/testsuite/c-c++-common/unroll-2.c | 4 +--
gcc/testsuite/g++.dg/cdce3.C | 32 +++++++++++------------
gcc/testsuite/g++.dg/ext/unroll-1.C | 2 +-
gcc/testsuite/g++.dg/ext/unroll-2.C | 2 +-
gcc/testsuite/g++.dg/ext/unroll-3.C | 2 +-
gcc/testsuite/gcc.dg/cdce1.c | 2 +-
gcc/testsuite/gcc.dg/cdce2.c | 2 +-
gcc/testsuite/gcc.dg/gomp/pr68128-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr46032.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-cond-10.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-cond-8.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-cond-9.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-mask-load-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-mask-loadstore-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx-cvt-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx-cvt-3.c | 2 +-
gcc/testsuite/gcc.target/i386/avx2-cvt-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx2-gather-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx2-gather-6.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-gather-2.c | 2 +-
gcc/testsuite/gcc.target/i386/sse2-cvt-2.c | 2 +-
gcc/testsuite/gfortran.dg/directive_unroll_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/directive_unroll_2.f90 | 2 +-
gcc/testsuite/gnat.dg/unroll2.adb | 2 +-
gcc/testsuite/gnat.dg/unroll3.adb | 2 +-
27 files changed, 72 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.