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 fc7514d gas: improve architecture mismatch diagnostics in sparc
new e6d042f Fix seg-fault in objdump when run on a fuzzed PE binary.
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:
bfd/ChangeLog | 6 ++++++
bfd/peicode.h | 27 ++++++++++++++++-----------
2 files changed, 22 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 gcc-6-branch
in repository gcc.
from cf1cb5b Daily bump.
new 367798a cp/ PR c++/77539 * constexpr.c (get_fundef_copy): Use the [...]
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 | 7 ++++++
gcc/cp/constexpr.c | 26 +++++++++++++++++------
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.C | 14 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr77539.C | 14 ++++++++++++
gcc/testsuite/g++.dg/ubsan/pr63956.C | 4 ++--
6 files changed, 64 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-recursion3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr77539.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 f64fd37 [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE [...]
new 707666e [InstCombine] Merged two test files and regenerated checks us [...]
new 7328eb7 Fix code-gen crash on Power9 for insert_vector_elt with varia [...]
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/PowerPC/PPCISelLowering.cpp | 17 +++++++-
lib/Target/PowerPC/PPCISelLowering.h | 1 +
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 22 ++++++++++
test/Transforms/InstCombine/udiv-simplify-bug-0.ll | 14 -------
test/Transforms/InstCombine/udiv-simplify-bug-1.ll | 20 ---------
test/Transforms/InstCombine/udiv-simplify.ll | 49 ++++++++++++++++++++++
6 files changed, 87 insertions(+), 36 deletions(-)
delete mode 100644 test/Transforms/InstCombine/udiv-simplify-bug-0.ll
delete mode 100644 test/Transforms/InstCombine/udiv-simplify-bug-1.ll
create mode 100644 test/Transforms/InstCombine/udiv-simplify.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 libcxx.
from f6600b7 [libcxx] Fix gcc builds.
new 847eaf4 [libcxx] Enable building and testing of libcxx with ThreadSan [...]
new ccf7100 [libcxx] Fix a typo in test/libcxx/test/target_info.py that p [...]
new 2f3771a [libcxx] Add a TSan regression test for a data race in call_once
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/CMakeLists.txt | 2 +
test/libcxx/test/target_info.py | 2 +-
.../thread.once/thread.once.callonce/race.pass.cpp | 48 ++++++++++++++++++++++
3 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.callonce/r [...]
--
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 9502e5b Revert "[Thumb] Teach ISel how to lower compares of AND bitma [...]
new 62660f0 [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add t [...]
new 9320a12 [X86][SSE] Don't blend vector shifts with MOVSS/MOVSD directl [...]
new 3477191 Adding missing directive for Power9. There is currently no co [...]
new f64fd37 [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE [...]
The 4 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/CodeGen/StackProtector.cpp | 2 +-
lib/Target/PowerPC/PPC.td | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 20 ++---
.../Instrumentation/AddressSanitizer.cpp | 3 +-
test/CodeGen/X86/lower-vec-shift.ll | 92 ++++++++++++++--------
5 files changed, 74 insertions(+), 45 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 8933d16 Supports adding insertion around non-insertion replacements.
new 6d2a6c1 Fix documentation of MemberExpr::getMemberDecl
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/AST/Expr.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 compiler-rt.
from 37f25d7 [tsan] Fix hanging gcd-apply and gcd-apply-race tests on macO [...]
new 645d4bf [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add t [...]
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/asan/TestCases/Darwin/odr-lto.cc | 41 +++++++++++++++++++++++++++++++++++
test/lit.common.cfg | 3 +++
test/safestack/lit.cfg | 1 -
3 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/Darwin/odr-lto.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 glibc.
from 02bbfb4 ldbl-128: Use L(x) macro for long double constants
new a0a9b6e Remove the ptw-% patterns
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:
ChangeLog | 17 +++++++++++++++++
nptl/Makefile | 21 +++++++++++++--------
sysdeps/ia64/nptl/Makefile | 4 ++--
sysdeps/nacl/Makefile | 3 ++-
sysdeps/nptl/Makeconfig | 4 ----
sysdeps/s390/nptl/Makefile | 4 ++--
sysdeps/unix/sysv/linux/alpha/Makefile | 4 ++--
7 files changed, 38 insertions(+), 19 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 openmp.
from bf6a880 Fix bitmask upper bounds check
new 75e689d [OMPT] extend ompt tests by checks for frame pointers
new 4890f69 [OMPT] Align implementation of reenter frame address to lates [...]
new 1b9360b [OMPT] Reset task exit frame when execution is finished
new cd7b29a [OMPT] fix __ompt_get_teaminfo to consult lwt entries of pare [...]
new f091351 [OMPT] save exit address to lwt if available
new 8e30df7 [OMPT] fix task frame information for gomp interface
The 6 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/src/kmp_csupport.c | 46 +++---
runtime/src/kmp_gsupport.c | 91 ++++++-----
runtime/src/kmp_runtime.c | 23 ++-
runtime/src/kmp_tasking.c | 10 +-
runtime/src/ompt-specific.c | 11 +-
runtime/test/ompt/callback.h | 15 +-
runtime/test/ompt/parallel/nested.c | 47 ++++--
.../test/ompt/parallel/{nested.c => nested_lwt.c} | 178 ++++++++++++++-------
runtime/test/ompt/parallel/nested_serialized.c | 14 +-
runtime/test/ompt/parallel/normal.c | 6 +-
runtime/test/ompt/parallel/serialized.c | 3 +-
runtime/test/ompt/worksharing/for/base.h | 3 +-
.../test/ompt/worksharing/for/base_serialized.h | 3 +-
13 files changed, 292 insertions(+), 158 deletions(-)
copy runtime/test/ompt/parallel/{nested.c => nested_lwt.c} (54%)
--
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 9504db0 [cmake] Support overriding llvm-config query results
new 37f25d7 [tsan] Fix hanging gcd-apply and gcd-apply-race tests on macO [...]
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/tsan/Darwin/gcd-apply-race.mm | 4 ++++
test/tsan/Darwin/gcd-apply.mm | 4 ++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.