This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8dd133da5c9 PR middle-end/81908 - FAIL: gfortran.dg/alloc_comp_auto_arr [...]
new 2edde49591c Conversion operators have a special name * cp-tree.h (CPT [...]
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 | 21 ++++++++++
gcc/cp/class.c | 101 ++++++++++++++++++++--------------------------
gcc/cp/cp-tree.h | 11 +++--
gcc/cp/decl.c | 8 ++++
gcc/cp/decl2.c | 2 +-
gcc/cp/name-lookup.c | 112 ++++++++++++++++++++-------------------------------
gcc/cp/name-lookup.h | 1 -
gcc/cp/pt.c | 17 ++++----
gcc/cp/search.c | 8 +---
9 files changed, 132 insertions(+), 149 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 3d7b66f66c Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MAT [...]
new bba5c93094 Remove powerpc32 sqrt wrappers.
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 | 23 +++++
.../powerpc32/power4/fpu/multiarch/Makefile | 2 -
.../power4/fpu/multiarch/w_sqrt_compat-power5.S | 31 ------
.../power4/fpu/multiarch/w_sqrt_compat-ppc32.S | 31 ------
.../powerpc32/power4/fpu/multiarch/w_sqrt_compat.c | 40 --------
.../power4/fpu/multiarch/w_sqrtf_compat-power5.S | 26 -----
.../power4/fpu/multiarch/w_sqrtf_compat-ppc32.S | 26 -----
.../power4/fpu/multiarch/w_sqrtf_compat.c | 32 ------
.../powerpc/powerpc32/power4/fpu/w_sqrt_compat.S | 109 ---------------------
.../powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S | 101 -------------------
.../powerpc/powerpc32/power5/fpu/w_sqrt_compat.S | 107 --------------------
.../powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S | 99 -------------------
12 files changed, 23 insertions(+), 604 deletions(-)
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S
delete mode 100644 sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S
delete mode 100644 sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S
delete mode 100644 sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.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 llvm.
from 33badf70936 Use temporary directory when building docker image.
new 513af851dd0 [InstCombine] Consider more cases where SimplifyDemandedUse [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 7 +++++--
test/Transforms/InstCombine/trunc.ll | 17 +++++++++++++++++
2 files changed, 22 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 release_50
in repository llvm.
from 168b8a98f0c ReleaseNotes: Note about opt-viewer.py, by Adam Nemet
new 3359933e710 [mips][Release Notes] Release notes for 5.0
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:
docs/ReleaseNotes.rst | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 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 clang.
from 2a74f265b5 [clang-diff] Remove NodeCountVisitor, NFC
new b92a424f05 [IRGen] Evaluate constant static variables referenced throug [...]
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/CodeGen/CGExpr.cpp | 27 +++++-
lib/CodeGen/CGExprAgg.cpp | 19 +---
lib/CodeGen/CGExprComplex.cpp | 31 ++++--
lib/CodeGen/CGExprScalar.cpp | 33 ++++---
lib/CodeGen/CodeGenFunction.h | 1 +
.../CodeGenCXX/member-expr-references-variable.cpp | 104 +++++++++++++++++++++
6 files changed, 171 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGenCXX/member-expr-references-variable.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 clang.
from a68173544e Remove the old meeting links. Also available from the link: [...]
new 2a74f265b5 [clang-diff] Remove NodeCountVisitor, 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:
lib/Tooling/ASTDiff/ASTDiff.cpp | 38 +++-----------------------------------
1 file changed, 3 insertions(+), 35 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 newlib.
from 3ec9892f5 move ILP32 sanity check on heap base code under ARM_RDI_MONITOR
new 8324ab5e2 winsup/cygwin/libc/strptime.cc(__strptime) add %s support to [...]
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:
winsup/cygwin/libc/strptime.cc | 20 ++++++++++++++++++++
1 file changed, 20 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 bbcf25671b6 [X86] Use SDValue::getOpcode instead of calling getNode and [...]
new 33badf70936 Use temporary directory when building docker image.
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:
utils/docker/build_docker_image.sh | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 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 3df7fc170 Revert "Add Clang dependency to the check for Clang C++ headers."
new 3d2a81a38 tsan: don't pass bogus PCs to __tsan_symbolize_external
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_rtl.h | 4 ++--
lib/tsan/rtl/tsan_rtl_report.cc | 26 ++++++++++++++++++---
lib/tsan/rtl/tsan_trace.h | 2 ++
test/tsan/double_race.cc | 52 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 5 deletions(-)
create mode 100644 test/tsan/double_race.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 clang.
from 79ceb35ad0 [coroutines] Support coroutine-handle returning await-suspen [...]
new b06dd0a565 clang also supports C++14 & 17 + remove trailing whitespaces
new a68173544e Remove the old meeting links. Also available from the link: [...]
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:
www/index.html | 44 ++++++++++++++++++++++----------------------
www/menu.html.incl | 4 +---
2 files changed, 23 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.