This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 415e36dc369 Fix unused variable warning on non-debug EXPENSIVE_CHECKS builds
new a097b34ef73 [ADT] Suppress unused attribute warning in unit test
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:
unittests/ADT/SmallVectorTest.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 cec25f712c Driver: add support for `-gz` and `-gz=`
new 4cea5b6e60 test: attempt to repair build bots
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/Driver/ToolChains/Clang.cpp | 11 +++++++----
test/Driver/compress-noias.c | 37 +++++++++++++++++++++++++++++++++++++
test/Driver/compress.c | 14 --------------
test/Driver/nozlibcompress.c | 9 +++++----
4 files changed, 49 insertions(+), 22 deletions(-)
create mode 100644 test/Driver/compress-noias.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 clang.
from d765951530 Revert "[clang] Implement -Wcast-qual for C++"
new b9a2469400 Driver: pass along [-]-[no]compress-debug-sections unfiltered
new cec25f712c Driver: add support for `-gz` and `-gz=`
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:
include/clang/Driver/CC1Options.td | 7 ++---
include/clang/Driver/Options.td | 4 +++
lib/Driver/ToolChains/Clang.cpp | 52 ++++++++++++++++++++++++++-----------
lib/Driver/ToolChains/Gnu.cpp | 19 ++++++++++++++
lib/Frontend/CompilerInvocation.cpp | 19 +++++++++++---
test/Driver/compress.c | 52 +++++++++++++++++++++++++++++++++----
tools/driver/cc1as_main.cpp | 19 +++++++++++---
7 files changed, 143 insertions(+), 29 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 users/hjl/pr21562
in repository binutils-gdb.
discards 7bd91980d8 Fix
discards 4f92d39f71 Always define referenced __start_SECNAME/__stop_SECNAME
adds c7198f97e0 Automatic date update in version.in
adds 9b97dfbf80 PR 21564, Section start in binary output file incorrect
new 8a5f6af0f2 Always define referenced __start_SECNAME/__stop_SECNAME
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 (7bd91980d8)
\
N -- N -- N refs/heads/users/hjl/pr21562 (8a5f6af0f2)
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:
bfd/ChangeLog | 6 ++++++
bfd/binary.c | 4 +++-
bfd/version.h | 2 +-
3 files changed, 10 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 hjl/ifunc/c
in repository glibc.
discards e2ef301440 x86-64: Implement memcmp family IFUNC selectors in C
discards 27fbd68670 x86-64: Implement memset family IFUNC selectors in C
discards a557a99d93 x86-64: Implement memmove family IFUNC selectors in C
adds 65b6d8b79c Polish the treatment of dl-tunable-list.h in Makeconfig.
adds b4971123e9 Remove bare use of __attribute__ in include/errno.h.
adds 0862cdcdc8 Condition signal.h inclusion in sys/wait.h (bug 21560).
adds b85995291e Fix sigpause namespace (bug 21554).
adds 10d33c5a86 Update nios2, sparc32 localplt.data files for recent GCC change.
adds a17973efc6 Fix waitid namespace (bug 21561).
adds d6bd839b9a Add a way to bypass the PLT when calling getauxval
adds cdfbe5037f powerpc: add sysconf support for cache geometries
adds 8458956a62 Correct an outdated comment in stdlib/errno.h.
adds b05eca0e1d Correct collation rules for Malayalam.
new 6a061a7543 x86-64: Implement memmove family IFUNC selectors in C
new 1364a47a36 x86-64: Implement memset family IFUNC selectors in C
new 7ad7882ab4 x86-64: Implement memcmp family IFUNC selectors in C
new 124210359d x86-64: Implement strcpy family IFUNC selectors in C
new ac09970f15 Use IFUNC memmove in libc.so
new d959b81f87 Use IFUNC memset in libc.so
new 328e1713fd Use IFUNC memcmp in libc.so
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 (e2ef301440)
\
N -- N -- N refs/heads/hjl/ifunc/c (328e1713fd)
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 7 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 | 68 +++++++++++++++
Makeconfig | 21 +++--
conform/Makefile | 3 -
include/errno.h | 2 +-
include/sys/auxv.h | 7 ++
localedata/ChangeLog | 8 ++
localedata/locales/iso14651_t1_common | 26 +++++-
misc/getauxval.c | 1 +
posix/sys/wait.h | 15 +++-
signal/signal.h | 2 +-
stdlib/errno.h | 2 +-
sysdeps/unix/sysv/linux/bits/waitflags.h | 10 ++-
sysdeps/unix/sysv/linux/nios2/localplt.data | 8 +-
sysdeps/unix/sysv/linux/powerpc/Makefile | 1 +
sysdeps/unix/sysv/linux/powerpc/sysconf.c | 96 +++++++++++++++++++++
.../linux/powerpc/test-powerpc-linux-sysconf.c | 73 ++++++++++++++++
.../unix/sysv/linux/sparc/sparc32/localplt.data | 1 +
sysdeps/x86_64/multiarch/Makefile | 1 +
sysdeps/x86_64/multiarch/ifunc-memmove.h | 2 +-
sysdeps/x86_64/multiarch/ifunc-memset.h | 2 +-
.../multiarch/{ifunc-avx2.h => ifunc-strcpy.h} | 15 ++--
sysdeps/x86_64/multiarch/memcmp-sse2.S | 6 +-
sysdeps/x86_64/multiarch/memcmp.c | 5 ++
sysdeps/x86_64/multiarch/memcpy.c | 3 +
.../x86_64/multiarch/memmove-sse2-unaligned-erms.S | 13 ---
sysdeps/x86_64/multiarch/memmove.c | 4 +
sysdeps/x86_64/multiarch/mempcpy.c | 4 +
.../x86_64/multiarch/memset-sse2-unaligned-erms.S | 8 +-
sysdeps/x86_64/multiarch/memset.c | 5 ++
.../multiarch/{strnlen-sse2.S => stpcpy-sse2.S} | 15 ++--
sysdeps/x86_64/multiarch/stpcpy.S | 9 --
sysdeps/x86_64/multiarch/{strrchr.c => stpcpy.c} | 22 +++--
sysdeps/x86_64/multiarch/stpncpy-c.c | 9 +-
sysdeps/x86_64/multiarch/stpncpy.S | 8 --
sysdeps/x86_64/multiarch/{strrchr.c => stpncpy.c} | 19 +++--
.../multiarch/{strchr-sse2.S => strcpy-sse2.S} | 13 +--
sysdeps/x86_64/multiarch/strcpy.S | 99 ----------------------
sysdeps/x86_64/multiarch/{strrchr.c => strcpy.c} | 16 ++--
sysdeps/x86_64/multiarch/strncpy-c.c | 7 +-
sysdeps/x86_64/multiarch/strncpy.S | 5 --
sysdeps/x86_64/multiarch/{strrchr.c => strncpy.c} | 17 ++--
sysdeps/x86_64/multiarch/wmemset.c | 7 ++
42 files changed, 420 insertions(+), 238 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/powerpc/sysconf.c
create mode 100644 sysdeps/unix/sysv/linux/powerpc/test-powerpc-linux-sysconf.c
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-strcpy.h} (74%)
copy sysdeps/x86_64/multiarch/{strnlen-sse2.S => stpcpy-sse2.S} (76%)
delete mode 100644 sysdeps/x86_64/multiarch/stpcpy.S
copy sysdeps/x86_64/multiarch/{strrchr.c => stpcpy.c} (64%)
delete mode 100644 sysdeps/x86_64/multiarch/stpncpy.S
copy sysdeps/x86_64/multiarch/{strrchr.c => stpncpy.c} (69%)
copy sysdeps/x86_64/multiarch/{strchr-sse2.S => strcpy-sse2.S} (82%)
delete mode 100644 sysdeps/x86_64/multiarch/strcpy.S
copy sysdeps/x86_64/multiarch/{strrchr.c => strcpy.c} (75%)
delete mode 100644 sysdeps/x86_64/multiarch/strncpy.S
copy sysdeps/x86_64/multiarch/{strrchr.c => strncpy.c} (73%)
--
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/2.24/master
in repository glibc.
from 0505a57d43 fork: Remove bogus parent PID assertions [BZ #21386]
new 4e291e7c52 Correct collation rules for Malayalam.
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:
localedata/ChangeLog | 8 ++++++++
localedata/locales/iso14651_t1_common | 26 ++++++++++++++++++++++----
2 files changed, 30 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 zack/build-layout-experiment
in repository glibc.
at 5046dbb4a7 Prepare for radical source tree reorganization.
This branch includes the following new commits:
new 5046dbb4a7 Prepare for radical source tree reorganization.
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.
--
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 zack/build-experiments
in repository glibc.
at ef3637b59b Experimenting with alternatives to VPATH.
This branch includes the following new commits:
new ef3637b59b Experimenting with alternatives to VPATH.
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.
--
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/2.25/master
in repository glibc.
from b8d2e394a2 fork: Remove bogus parent PID assertions [BZ #21386]
new f92b102598 Correct collation rules for Malayalam.
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:
localedata/ChangeLog | 8 ++++++++
localedata/locales/iso14651_t1_common | 26 ++++++++++++++++++++++----
2 files changed, 30 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 release/2.23/master
in repository glibc.
from 0be74c5c7c fts: Fix symbol redirect for fts_set [BZ #21289]
new 9f172a30ac Correct collation rules for Malayalam.
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:
localedata/ChangeLog | 8 ++++++++
localedata/locales/iso14651_t1_common | 26 ++++++++++++++++++++++----
2 files changed, 30 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.