This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 02ef2b6 [OPENMP] Fix for codegen of captured variables in inlined dir [...]
new e57bbbe [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovn [...]
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 | 4 ++++
lib/Headers/avx512fintrin.h | 24 ++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 25 +++++++++++++++++++++++++
3 files changed, 53 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-tools-extra.
from 67b26d6 [ClangTidy] Add an 'explain-checks' option to diagnose where [...]
new 5de88d6 Don't search compilation database in explain-check test.
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/clang-tidy/explain-checks.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 gcc.
from 9fb8740 PR ada/70759 * stor-layout.h (internal_reference_types): De [...]
new 4038523 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size. [...]
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 | 5 ++++
gcc/c-family/ChangeLog | 6 +++++
gcc/c-family/c-common.c | 43 +++++++++++++++++++++++++++++++
gcc/c-family/c-common.h | 1 +
gcc/c-family/c.opt | 4 +++
gcc/c/ChangeLog | 5 ++++
gcc/c/c-parser.c | 17 +++++-------
gcc/cp/ChangeLog | 5 ++++
gcc/cp/parser.c | 25 +++++++++---------
gcc/doc/invoke.texi | 12 ++++++++-
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/c-c++-common/memset-array.c | 36 ++++++++++++++++++++++++++
12 files changed, 139 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/memset-array.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 a47271f Fixed sphinx warning from r267672
new c81188d [InstCombine][SSE] Added DemandedBits tests for MOVMSK instructions
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/Transforms/InstCombine/x86-movmsk.ll | 137 ++++++++++++++++++++++++++++++
1 file changed, 137 insertions(+)
create mode 100644 test/Transforms/InstCombine/x86-movmsk.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 60e27af [clang-tidy] Now adding correct misc-move-const-arg documentation ;]
new 67b26d6 [ClangTidy] Add an 'explain-checks' option to diagnose where [...]
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:
clang-tidy/ClangTidyOptions.cpp | 74 +++++++++++++++++++----
clang-tidy/ClangTidyOptions.h | 46 +++++++++++---
clang-tidy/tool/ClangTidyMain.cpp | 31 ++++++++--
test/clang-tidy/Inputs/explain-config/.clang-tidy | 1 +
test/clang-tidy/explain-checks.cpp | 14 +++++
5 files changed, 141 insertions(+), 25 deletions(-)
create mode 100644 test/clang-tidy/Inputs/explain-config/.clang-tidy
create mode 100644 test/clang-tidy/explain-checks.cpp
--
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 1214fe4 [ELF][MIPS] Remove getMipsGpAddr(). NFC
new 597f648 [ELF] - Align sections file offsets correctly.
new f9122c3 Removed dead code. NFC.
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:
ELF/SymbolTable.h | 1 -
ELF/Writer.cpp | 24 ++++++++++++---
test/ELF/phdr-align.s | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 102 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/phdr-align.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 compiler-rt.
from e1f0496 tsan: fix compiler warning
new 485f7b7 tsan: add missing file
new 9f18a5e tsan: fix windows build
new 37f03fe tsan: fix windows build
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/sanitizer_common/sanitizer_win.cc | 2 +-
lib/tsan/rtl/tsan_platform.h | 2 +-
lib/tsan/rtl/tsan_rtl_proc.cc | 61 +++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 lib/tsan/rtl/tsan_rtl_proc.cc
--
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 69ca20b tsan: split thread into logical and physical state
new e1f0496 tsan: fix compiler warning
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/tsan/rtl/tsan_debugging.cc | 3 +--
1 file changed, 1 insertion(+), 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 compiler-rt.
from 81bba04 [Compiler-rt][CFI] Enabling CFI for MIPS64
new 69ca20b tsan: split thread into logical and physical state
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/tsan/CMakeLists.txt | 1 +
lib/tsan/go/build.bat | 2 +-
lib/tsan/go/buildgo.sh | 3 ++-
lib/tsan/go/test.c | 22 ++++++++++++++---
lib/tsan/go/tsan_go.cc | 33 ++++++++++++++++++++++---
lib/tsan/rtl/tsan_defs.h | 1 +
lib/tsan/rtl/tsan_interceptors.cc | 7 +++++-
lib/tsan/rtl/tsan_interface_java.cc | 2 +-
lib/tsan/rtl/tsan_mman.cc | 28 ++++++++++-----------
lib/tsan/rtl/tsan_mman.h | 4 +--
lib/tsan/rtl/tsan_rtl.cc | 6 +++--
lib/tsan/rtl/tsan_rtl.h | 35 ++++++++++++++++++++------
lib/tsan/rtl/tsan_rtl_mutex.cc | 14 +++++------
lib/tsan/rtl/tsan_rtl_thread.cc | 22 ++++-------------
lib/tsan/rtl/tsan_sync.cc | 46 +++++++++++++++++------------------
lib/tsan/rtl/tsan_sync.h | 10 ++++----
lib/tsan/tests/unit/tsan_sync_test.cc | 14 +++++------
17 files changed, 154 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.