This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1198270c250 * pt.c (coerce_template_parms): Fix indentation. (tsubst_ [...]
new 2ac9ce4647a PR ipa/81112 * g++.dg/torture/pr81112.C: Add -Wno-psabi 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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr81112.C | 1 +
2 files changed, 6 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 hjl/ifunc/master
in repository glibc.
discards 4bb38ff950 x86-64: Implement strcmp family IFUNC selectors in C
new b85780c437 x86-64: Implement strcmp family IFUNC selectors in C
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4bb38ff950)
\
N -- N -- N refs/heads/hjl/ifunc/master (b85780c437)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86_64/multiarch/Makefile | 4 ++--
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 ------
.../{ifunc-strcmp.h => ifunc-strcasecmp.h} | 2 +-
sysdeps/x86_64/multiarch/strcasecmp.c | 2 +-
sysdeps/x86_64/multiarch/strcasecmp_l.c | 2 +-
sysdeps/x86_64/multiarch/strcmp-avx.S | 23 ----------------------
sysdeps/x86_64/multiarch/strcmp.c | 9 ---------
sysdeps/x86_64/multiarch/strncase.c | 2 +-
sysdeps/x86_64/multiarch/strncase_l.c | 2 +-
sysdeps/x86_64/multiarch/strncmp-avx.S | 22 ---------------------
sysdeps/x86_64/multiarch/strncmp.c | 21 +++++++++++++++++++-
11 files changed, 27 insertions(+), 68 deletions(-)
rename sysdeps/x86_64/multiarch/{ifunc-strcmp.h => ifunc-strcasecmp.h} (96%)
delete mode 100644 sysdeps/x86_64/multiarch/strcmp-avx.S
delete mode 100644 sysdeps/x86_64/multiarch/strncmp-avx.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 gcc.
from 9a612744390 PR c++/81119 * name-lookup.c (update_binding): Only warn [...]
new 1198270c250 * pt.c (coerce_template_parms): Fix indentation. (tsubst_ [...]
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 | 4 ++++
gcc/cp/pt.c | 14 ++++++--------
2 files changed, 10 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 glibc.
from 89f187a40f resolv: Use getline for configuration file reading in res_vinit_1
new b08a6a0dea S390: Sync ptrace.h with kernel. [BZ #21539]
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 | 19 +++
NEWS | 9 ++
sysdeps/s390/fpu/fesetenv.c | 2 -
sysdeps/unix/sysv/linux/s390/Makefile | 4 +
sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 42 +++----
.../unix/sysv/linux/s390/tst-ptrace-singleblock.c | 128 +++++++++++++++++++++
6 files changed, 182 insertions(+), 22 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.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 gcc.
from dfbe80905a8 Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LI [...]
new 9a612744390 PR c++/81119 * name-lookup.c (update_binding): Only warn [...]
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/name-lookup.c | 23 ++++++++---------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/pr81119.C | 20 ++++++++++++++++++++
4 files changed, 39 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr81119.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 compiler-rt.
from 80ed4944b [scudo] Enabling MIPS support for Scudo
new a3d787dff Add lsan interceptors for libdispatch functions on darwin
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/lsan/CMakeLists.txt | 1 +
lib/lsan/lsan.h | 2 +
lib/lsan/lsan_common_mac.cc | 3 +-
lib/lsan/lsan_mac.cc | 192 +++++++++++++++++++++
lib/lsan/lsan_thread.cc | 4 +-
lib/lsan/lsan_thread.h | 2 +-
test/lsan/TestCases/Darwin/dispatch.mm | 59 +++++++
test/{asan => lsan}/TestCases/Darwin/lit.local.cfg | 0
test/lsan/lit.common.cfg | 2 +-
9 files changed, 259 insertions(+), 6 deletions(-)
create mode 100644 lib/lsan/lsan_mac.cc
create mode 100644 test/lsan/TestCases/Darwin/dispatch.mm
copy test/{asan => lsan}/TestCases/Darwin/lit.local.cfg (100%)
--
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 binutils-gdb.
from 0f6d864de2 Prevent address violation when attempting to disassemble a c [...]
new bc21b167eb Fix address violations when reading corrupt VMS records.
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 | 9 +++++++++
bfd/vms-alpha.c | 27 +++++++++++++++++++++++++++
2 files changed, 36 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 5aac6c63676 Use range for loops. NFCI.
new fe252ffdaa6 [AArch64] Fix order of checks in shouldScheduleAdjacent.
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/AArch64/AArch64MacroFusion.cpp | 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 gcc.
from d3cd4493429 Fix multi-versioning issues (PR ipa/80732).
new 696cfb66004 Introduce 4-stages profiledbootstrap to get a better profile.
new ee56eeb3310 Enable -flto in all PGO stages for bootstrap-lto-{,noplugin}.mk.
new dfbe80905a8 Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LI [...]
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:
ChangeLog | 6 +
Makefile.def | 5 +-
Makefile.in | 2749 +++++++++++++++++++-
Makefile.tpl | 7 +-
config/ChangeLog | 5 +
config/bootstrap-lto-noplugin.mk | 4 +-
config/bootstrap-lto.mk | 4 +-
gcc/ChangeLog | 10 +
gcc/doc/install.texi | 5 +-
gcc/gimplify.c | 3 +-
gcc/testsuite/ChangeLog | 5 +
.../gcc.dg/asan/use-after-scope-switch-4.c | 35 +
12 files changed, 2778 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asan/use-after-scope-switch-4.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 865802ce119 AMDGPU/GlobalISel: Mark G_BITCAST s32 <--> <2 x s16> legal
new 5aac6c63676 Use range for loops. NFCI.
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/TableGen/DAGISelMatcherGen.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.