This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c3f4ca6 * gfortran.dg/coarray_failed_images_1.f08: Add "-latomic" op [...]
new 5c841ec * gcc.dg/torture/pr79732.c: Require alias support. * gcc.dg [...]
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 | 3 +++
gcc/testsuite/gcc.dg/torture/pr79732.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/pr56727.c | 2 +-
3 files changed, 5 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 7218fa5 Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.
new 96ccf18 tsan: add new mutex annotations
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/CMakeLists.txt | 1 +
include/sanitizer/tsan_interface.h | 121 +++++++++++++++++++++
.../sanitizer_common_interceptors.inc | 14 ++-
lib/tsan/go/tsan_go.cc | 8 +-
lib/tsan/rtl/tsan.syms.extra | 10 ++
lib/tsan/rtl/tsan_flags.cc | 4 -
lib/tsan/rtl/tsan_flags.h | 1 -
lib/tsan/rtl/tsan_interceptors.cc | 50 +++++----
lib/tsan/rtl/tsan_interface_ann.cc | 112 +++++++++++++++++--
lib/tsan/rtl/tsan_interface_atomic.cc | 8 +-
lib/tsan/rtl/tsan_interface_java.cc | 14 +--
lib/tsan/rtl/tsan_rtl.cc | 12 +-
lib/tsan/rtl/tsan_rtl.h | 23 ++--
lib/tsan/rtl/tsan_rtl_mutex.cc | 118 +++++++++++++-------
lib/tsan/rtl/tsan_stat.cc | 10 ++
lib/tsan/rtl/tsan_stat.h | 10 ++
lib/tsan/rtl/tsan_sync.cc | 5 +-
lib/tsan/rtl/tsan_sync.h | 48 +++++++-
test/tsan/custom_mutex.h | 91 ++++++++++++++++
test/tsan/custom_mutex0.cc | 31 ++++++
test/tsan/custom_mutex1.cc | 39 +++++++
test/tsan/custom_mutex2.cc | 34 ++++++
22 files changed, 651 insertions(+), 113 deletions(-)
create mode 100644 include/sanitizer/tsan_interface.h
create mode 100644 test/tsan/custom_mutex.h
create mode 100644 test/tsan/custom_mutex0.cc
create mode 100644 test/tsan/custom_mutex1.cc
create mode 100644 test/tsan/custom_mutex2.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 gcc.
from 66665a2 Fix PR80183 : _M_color not moved
new c3f4ca6 * gfortran.dg/coarray_failed_images_1.f08: Add "-latomic" op [...]
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 | 7 +++++++
gcc/testsuite/gfortran.dg/coarray_failed_images_1.f08 | 1 +
gcc/testsuite/gfortran.dg/coarray_image_status_1.f08 | 1 +
gcc/testsuite/gfortran.dg/coarray_stopped_images_1.f08 | 1 +
4 files changed, 10 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 llvm.
from 00c788d Fix signed/unsigned comparison warnings.
new c068dfa [IR] Switch to more normal template parameter names ending in [...]
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/IR/Instructions.h | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 1dc69d0 [X86][SSE] Add computeKnownBitsForTargetNode support for (V)P [...]
new 00c788d Fix signed/unsigned comparison warnings.
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/IR/Instructions.h | 4 ++--
1 file changed, 2 insertions(+), 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 glibc.
from 65eff7f Update old tunables framework document/script.
new d01cbb6 Actually add bench-memcpy-random
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:
benchtests/bench-memcpy-random.c | 157 +++++++++++++++++++++++++++++++++++++++
1 file changed, 157 insertions(+)
create mode 100644 benchtests/bench-memcpy-random.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 acbed12 [X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk and VMO [...]
new 1dc69d0 [X86][SSE] Add computeKnownBitsForTargetNode support for (V)P [...]
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/X86/X86ISelLowering.cpp | 27 ++++++++++++++++++++++++++-
test/CodeGen/X86/combine-abs.ll | 1 -
2 files changed, 26 insertions(+), 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 llvm.
from 29226b4 Fix MSVC signed/unsigned comparison warnings.
new acbed12 [X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk and VMO [...]
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/X86/X86InstrAVX512.td | 21 ++++++++++-----------
test/CodeGen/X86/fast-isel-select-sse.ll | 12 ++++++------
2 files changed, 16 insertions(+), 17 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 02b0c4c Daily bump.
new 66665a2 Fix PR80183 : _M_color not moved
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/bits/stl_tree.h | 1 +
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.