This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 79b3d6018d2 [PPC] Fix one test case regression for patch https://review [...]
new e57a909956a [NewGVN] Clarify the function invariants formatting them properly.
new 4efbfe05041 [NewGVN] Fix an innocent typo I found while debugging PR33720.
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/Transforms/Scalar/NewGVN.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 ad12b8a0b1 Add missing dllimport member pointer template argument test [...]
new ec63778c56 [OPENMP] Add restriction for reduction clause in taskloop di [...]
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/DiagnosticSemaKinds.td | 4 +
lib/Sema/SemaOpenMP.cpp | 43 +++
test/OpenMP/taskloop_ast_print.cpp | 8 +-
...essages.cpp => taskloop_reduction_messages.cpp} | 230 ++++++--------
test/OpenMP/taskloop_simd_ast_print.cpp | 8 +-
test/OpenMP/taskloop_simd_reduction_messages.cpp | 331 +++++++++++++++++++++
6 files changed, 479 insertions(+), 145 deletions(-)
copy test/OpenMP/{for_simd_reduction_messages.cpp => taskloop_reduction_messages.c [...]
create mode 100644 test/OpenMP/taskloop_simd_reduction_messages.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 llvm.
from f8b3ea82d03 [LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
new 79b3d6018d2 [PPC] Fix one test case regression for patch https://review [...]
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/CodeGen/PowerPC/tailcall1-64.ll | 1 -
1 file changed, 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 zorg.
from 0d191c0 [sanitizers] Restart adb server only on buildslave
new 2427779 Moved builder clang-with-thin-lto-ubuntu to another slave. Se [...]
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:
buildbot/osuosl/master/config/builders.py | 4 ++--
buildbot/osuosl/master/config/slaves.py | 2 +-
2 files changed, 3 insertions(+), 3 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 093a9f1fc [asan] Fix asan_device_setup --use-su mode on Android 7.x.
new 26482612a Refactor MemoryMappingLayout::Next to use a single struct ins [...]
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/asan_errors.cc | 7 +-
lib/asan/asan_linux.cc | 6 +-
lib/esan/working_set.cpp | 19 ++---
lib/lsan/lsan_common.cc | 12 ++-
lib/lsan/lsan_common.h | 2 +-
lib/lsan/lsan_common_mac.cc | 2 +-
lib/sanitizer_common/sanitizer_linux.cc | 10 +--
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 19 ++---
lib/sanitizer_common/sanitizer_posix.cc | 35 +++++----
lib/sanitizer_common/sanitizer_procmaps.h | 43 +++++++----
lib/sanitizer_common/sanitizer_procmaps_common.cc | 14 ++--
lib/sanitizer_common/sanitizer_procmaps_freebsd.cc | 33 +++-----
lib/sanitizer_common/sanitizer_procmaps_linux.cc | 38 +++-------
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 88 ++++++++--------------
lib/tsan/dd/dd_interceptors.cc | 19 +++--
lib/tsan/rtl/tsan_platform_linux.cc | 16 ++--
lib/tsan/rtl/tsan_platform_posix.cc | 18 ++---
17 files changed, 165 insertions(+), 216 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 lld.
from 1140ece88 [ELF] - Fix functionality treating IFunc definitions in DSOs [...]
new 2f4532457 Delete redundant InVersionScript field.
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/SymbolTable.cpp | 4 +---
ELF/Symbols.h | 3 ---
2 files changed, 1 insertion(+), 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 05a7d0703eb gcc/ChangeLog:
new bad0417c91b Core DR 393 - parameter pointer to array of unknown bound
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 19 +++++++++++--------
gcc/testsuite/g++.dg/cpp1z/dr393.C | 4 ++++
3 files changed, 21 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/dr393.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 9c6fbaca353 [msan] Only check shadow memory for operands that are sized.
new 09b7b2c66cd [LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.
new f8b3ea82d03 [LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
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/Fuzzer/FuzzerExtFunctionsWeak.cpp | 3 ++-
lib/Fuzzer/FuzzerIOWindows.cpp | 4 ++--
2 files changed, 4 insertions(+), 3 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 ad68aabcad5 [mips][mt][1/7] Add the MT ASE as a subtarget feature.
new 9c6fbaca353 [msan] Only check shadow memory for operands that are sized.
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/Instrumentation/MemorySanitizer.cpp | 7 +++++--
.../MemorySanitizer/unsized_type.ll | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/unsized_type.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 5b62d82e7 Remove duplicate assignments in stat64/kernel_stat_to_stat functions
new 093a9f1fc [asan] Fix asan_device_setup --use-su mode on Android 7.x.
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/scripts/asan_device_setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.