This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f65fd02 [clang-format] Don't reflow lines starting with TODO, FIXME or XXX.
new 7c8a5bd [clang-format] Fix breaking of comment sections in unwrapped [...]
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/Format/BreakableToken.cpp | 2 +-
lib/Format/FormatToken.h | 5 +++++
lib/Format/UnwrappedLineParser.cpp | 39 ++++++++++++++++++++++++++++++++++--
unittests/Format/FormatTest.cpp | 41 +++++++++++++++++++++++++++++++++++++-
4 files changed, 83 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 gcc.
from 65caa53 libgomp: Normalize the names of a few functions of the libgom [...]
new fbfa5aa libgomp, nvptx plugin: Make "nvptx_exec" static
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:
libgomp/ChangeLog | 2 ++
libgomp/plugin/plugin-nvptx.c | 2 +-
2 files changed, 3 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 llvm.
from d63d59a [LICM] Hoist loads that are dominated by invariant.start intr [...]
new a2eb1ad [ARM] GlobalISel: Error out instead of asserting
new c53d2b8 [ARM] GlobalISel: Lower pointer args and returns
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/ARM/ARMCallLowering.cpp | 37 +++++++++++++++++++-----
lib/Target/ARM/ARMCallLowering.h | 6 ++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 38 +++++++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 29 +++++++++++++++++++
4 files changed, 103 insertions(+), 7 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 213d144 PR middle-end/78468 * emit-rtl.c (init_emit): Add ??? comme [...]
new 65caa53 libgomp: Normalize the names of a few functions of the libgom [...]
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:
libgomp/ChangeLog | 13 +++++++++++++
libgomp/libgomp-plugin.h | 12 ++++++------
libgomp/libgomp.h | 10 +++++-----
libgomp/plugin/plugin-nvptx.c | 14 +++++++-------
libgomp/target.c | 10 +++++-----
5 files changed, 36 insertions(+), 23 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 10282bd [ARM] GlobalISel: Test default banks for load results. NFC.
new e920698 [ARM] GlobalISel: Legalize loading pointers
new d63d59a [LICM] Hoist loads that are dominated by invariant.start intr [...]
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/ARM/ARMLegalizerInfo.cpp | 2 +-
lib/Transforms/Scalar/LICM.cpp | 62 ++++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 34 +++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 3 +
test/Transforms/LICM/hoisting.ll | 171 ++++++++++++++++++++++
5 files changed, 271 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 fcdea2a Fixup of r293882: Forgot to update sanitizer_thread_registry [...]
new dafbfea [tsan] Provide API for libraries for race detection on custom [...]
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/rtl/tsan_debugging.cc | 1 +
lib/tsan/rtl/tsan_defs.h | 3 +-
lib/tsan/rtl/tsan_external.cc | 78 +++++++++++++++++++
lib/tsan/rtl/tsan_interface.h | 9 +++
lib/tsan/rtl/tsan_report.cc | 34 +++++++--
lib/tsan/rtl/tsan_report.h | 3 +
lib/tsan/rtl/tsan_rtl.h | 5 +-
lib/tsan/rtl/tsan_rtl_report.cc | 11 ++-
lib/tsan/rtl/tsan_suppressions.cc | 2 +
lib/tsan/rtl/tsan_sync.cc | 1 +
test/tsan/Darwin/external.cc | 153 ++++++++++++++++++++++++++++++++++++++
12 files changed, 289 insertions(+), 12 deletions(-)
create mode 100644 lib/tsan/rtl/tsan_external.cc
create mode 100644 test/tsan/Darwin/external.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 llvm.
from 178f518 [X86][SSE] Use MOVMSK for all_of/any_of reduction patterns
new 10282bd [ARM] GlobalISel: Test default banks for load results. NFC.
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/ARM/GlobalISel/arm-regbankselect.mir | 32 +++++++++++++++++++++++
1 file changed, 32 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 compiler-rt.
from a893641 [tsan] Properly describe GCD worker threads in reports
new fcdea2a Fixup of r293882: Forgot to update sanitizer_thread_registry [...]
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/sanitizer_common/tests/sanitizer_thread_registry_test.cc | 12 ++++++------
1 file changed, 6 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 compiler-rt.
from ee21d13 [XRay] Probe for CPU features that XRay needs
new a893641 [tsan] Properly describe GCD worker threads in reports
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_mac.cc | 3 ++-
lib/asan/asan_thread.cc | 3 ++-
lib/lsan/lsan_thread.cc | 2 +-
lib/sanitizer_common/sanitizer_thread_registry.cc | 10 ++++++----
lib/sanitizer_common/sanitizer_thread_registry.h | 5 +++--
lib/tsan/go/tsan_go.cc | 2 +-
lib/tsan/rtl/tsan_interceptors.cc | 2 +-
lib/tsan/rtl/tsan_platform_mac.cc | 2 +-
lib/tsan/rtl/tsan_report.cc | 12 +++++++++---
lib/tsan/rtl/tsan_report.h | 3 ++-
lib/tsan/rtl/tsan_rtl.cc | 2 +-
lib/tsan/rtl/tsan_rtl.h | 2 +-
lib/tsan/rtl/tsan_rtl_report.cc | 1 +
lib/tsan/rtl/tsan_rtl_thread.cc | 4 ++--
test/tsan/Darwin/{gcd-async-race.mm => workerthreads.mm} | 13 +++++++++----
15 files changed, 42 insertions(+), 24 deletions(-)
copy test/tsan/Darwin/{gcd-async-race.mm => workerthreads.mm} (68%)
--
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 853f3fa S/390: Remove unused expanders from vx-builtins.md
new 213d144 PR middle-end/78468 * emit-rtl.c (init_emit): Add ??? comme [...]
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 | 13 +++++++++++++
gcc/emit-rtl.c | 3 +++
gcc/explow.c | 12 +++---------
3 files changed, 19 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.