This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6bd361c [ELF] Recommit r299635 to pad x86 executable sections with 0xcc
new 858813e [ELF] Do not pass GOT section as an argument to handleARMTlsR [...]
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:
ELF/Relocations.cpp | 51 ++++++++++++++++++++++++---------------------------
1 file changed, 24 insertions(+), 27 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/hwcap/master
in repository glibc.
discards 9652ee7 x86: Set dl_hwcap from CPU features
discards c5a40b6 Check if SSE is available with HAS_CPU_FEATURE
adds e4e7948 resolv: Remove IQUERY support
adds bf079e1 getopt: remove USE_NONOPTION_FLAGS
adds 7784135 getopt: merge from gnulib: don't use `...' quotes
adds 7f71f9c getopt: merge straightforward changes from gnulib
adds 7e161be getopt: fix fencepost error in ambiguous-W-option handling
adds 544ce84 getopt: clean up error reporting
adds 7a7be6c getopt: merge from gnulib: function prototype adjustments
adds c1af877 getopt: tidy up _getopt_initialize a bit
adds dfbea09 getopt: refactor long-option handling
adds aeacb9f getopt: merge from gnulib: alloca avoidance
adds 0f3be87 getopt: merge _GL_UNUSED annotations from gnulib
adds 10a33cf getopt: eliminate __need_getopt by splitting up getopt.h.
adds 06576cb getopt: annotate files with relationship to gnulib.
adds 893ba3e getopt: merge from gnulib: use angle-bracket includes consistently
adds bf77301 Check if SSE is available with HAS_CPU_FEATURE
new 32ffd2e x86: Set dl_hwcap from CPU features
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 (9652ee7)
\
N -- N -- N refs/heads/hjl/hwcap/master (32ffd2e)
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:
ChangeLog | 148 +++++
NEWS | 3 +
config.h.in | 6 -
csu/init-first.c | 8 -
include/bits/getopt_core.h | 1 +
include/bits/getopt_ext.h | 1 +
include/bits/getopt_posix.h | 1 +
include/getopt.h | 11 -
include/libc-symbols.h | 43 ++
include/stdio.h | 2 +
libio/stdio.h | 10 +-
manual/getopt.texi | 3 -
posix/Makefile | 10 +-
posix/bits/getopt_core.h | 96 +++
posix/bits/getopt_ext.h | 77 +++
posix/bits/getopt_posix.h | 51 ++
posix/bug-getopt4.c | 16 +-
posix/getopt.c | 1154 +++++++++++------------------------
posix/getopt.h | 179 +-----
posix/getopt1.c | 67 +-
posix/getopt_init.c | 74 ---
posix/getopt_int.h | 93 ++-
posix/tst-getopt-cancel.c | 284 +++++++++
posix/tst-getopt_long1.c | 2 +-
posix/unistd.h | 3 +-
resolv/res_mkquery.c | 18 -
stdio-common/fxprintf.c | 78 ++-
sysdeps/mach/hurd/i386/init-first.c | 8 -
28 files changed, 1206 insertions(+), 1241 deletions(-)
create mode 100644 include/bits/getopt_core.h
create mode 100644 include/bits/getopt_ext.h
create mode 100644 include/bits/getopt_posix.h
create mode 100644 posix/bits/getopt_core.h
create mode 100644 posix/bits/getopt_ext.h
create mode 100644 posix/bits/getopt_posix.h
delete mode 100644 posix/getopt_init.c
create mode 100644 posix/tst-getopt-cancel.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 2702a94 [coroutines] Insert spills of PHI instructions correctly
new ea3c2be [GlobalISel] implement narrowing for G_CONSTANT.
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/GlobalISel/LegalizerHelper.cpp | 20 ++++++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 16 ++++++++++
test/CodeGen/X86/GlobalISel/legalize-const.mir | 43 ++++++++++++++++++++++++++
3 files changed, 79 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-const.mir
--
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 linaro/2.23/master
in repository glibc.
from 058b5a4 malloc: Simplify static malloc interposition [BZ #20432]
new f0a8620 configure: accept __stack_chk_fail_local for ssp support too [...]
new ccae0be Drop GLIBC_TUNABLES in setxid processes
new 06e821c fts: Fix symbol redirect for fts_set [BZ #21289]
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 | 18 ++++++++++++++++++
NEWS | 1 +
configure | 8 +++++---
configure.ac | 8 +++++---
io/fts.h | 2 +-
sysdeps/generic/unsecvars.h | 1 +
6 files changed, 31 insertions(+), 7 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 binutils-gdb.
from 6670ec1 ptid-selftests: Fix erroneous assert messages
new 8170f76 ELF: Check ELF_COMMON_DEF_P for common symbols
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 | 12 ++++++++++++
bfd/elf32-s390.c | 2 +-
bfd/elf64-s390.c | 2 +-
bfd/elf64-x86-64.c | 3 ++-
bfd/elflink.c | 7 ++-----
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr19579a.c | 2 +-
7 files changed, 25 insertions(+), 9 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 3ef17a2 Error message on target attribute on aarch64 target (PR targe [...]
new ba63d19 * config/iq2000/iq2000.c (final_prescan_insn): Do not separa [...]
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/ChangeLog | 5 +++++
gcc/config/iq2000/iq2000.c | 7 ++++++-
2 files changed, 11 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 llvm.
from 6abe022 [mips] Remove usage of debug only variable (NFC)
new ccc38cc Reapply r298620: [LV] Vectorize GEPs
new 2702a94 [coroutines] Insert spills of PHI instructions correctly
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/Transforms/Coroutines/CoroFrame.cpp | 4 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 285 +++++++++++++++------
test/Transforms/Coroutines/coro-spill-after-phi.ll | 60 +++++
.../LoopVectorize/X86/consecutive-ptr-uniforms.ll | 44 ++--
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 106 ++------
test/Transforms/LoopVectorize/loop-scalars.ll | 143 +++++++++++
test/Transforms/LoopVectorize/vector-geps.ll | 61 +++++
7 files changed, 517 insertions(+), 186 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-spill-after-phi.ll
create mode 100644 test/Transforms/LoopVectorize/loop-scalars.ll
create mode 100644 test/Transforms/LoopVectorize/vector-geps.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 binutils-gdb.
from 49f4617 Fix building the BFD library for Win64 by reqorking the find_ [...]
new 6670ec1 ptid-selftests: Fix erroneous assert messages
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:
gdb/ChangeLog | 4 ++++
gdb/unittests/ptid-selftests.c | 18 +++++++++---------
2 files changed, 13 insertions(+), 9 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 2ad61e7 [mips][msa] Fix generation of bm(n)zi and bins[lr]i instructions
new 6abe022 [mips] Remove usage of debug only variable (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/Target/Mips/MipsRegisterInfo.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.