This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 81e0662 Fix failing pretty printer tests when CPPFLAGS has optimizations.
new 03baef1 Configure support for --enable-stack-protector [BZ #7065]
new 003a27e Initialize the stack guard earlier when linking statically [B [...]
new de65912 Do not stack-protect ifunc resolvers [BZ #7065]
new 10c85e7 Disable stack protector in early static initialization [BZ #7065]
new 995635f Compile the dynamic linker without stack protection [BZ #7065]
new bc174f2 Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]
new 66a704c Work even with compilers which enable -fstack-protector by de [...]
new 524a8ef PLT avoidance for __stack_chk_fail [BZ #7065]
new 7cbb738 Link a non-libc-using test with -fno-stack-protector [BZ #7065]
new 1ad4ba2 Drop explicit stack-protection of pieces of the system [BZ #7065]
new 2e6c45c Do not stack-protect sigreturn stubs [BZ #7065]
new cecbc79 Enable -fstack-protector=* when requested by configure [BZ #7065]
The 12 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 | 149 +++++++++++++
INSTALL | 11 +
Makeconfig | 8 +-
NEWS | 4 +
aclocal.m4 | 6 +-
config.h.in | 10 +
config.make.in | 2 +
configure | 243 ++++++++++++----------
configure.ac | 146 ++++++-------
csu/Makefile | 4 +
csu/libc-start.c | 29 +--
csu/libc-tls.c | 17 +-
debug/Makefile | 6 +
debug/stack_chk_fail.c | 2 +
elf/Makefile | 30 ++-
elf/ifuncdep2.c | 3 +
elf/ifuncmain6pie.c | 1 +
elf/ifuncmain7.c | 1 +
elf/ifuncmod1.c | 3 +
elf/ifuncmod5.c | 3 +
elf/rtld-Rules | 2 +
include/libc-symbols.h | 12 +-
login/Makefile | 1 -
manual/install.texi | 11 +
misc/Makefile | 7 +
nptl/nptl-init.c | 16 --
nscd/Makefile | 1 -
resolv/Makefile | 1 -
signal/Makefile | 2 +
string/Makefile | 4 +
sysdeps/generic/ifunc-sel.h | 2 +
sysdeps/generic/ldsodefs.h | 11 +
sysdeps/generic/symbol-hacks.h | 12 ++
sysdeps/i386/Makefile | 2 +-
sysdeps/nacl/nacl_interface_query.c | 1 +
sysdeps/powerpc/ifunc-sel.h | 2 +
sysdeps/unix/make-syscalls.sh | 1 +
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 8 +-
sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c | 4 +-
sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c | 1 +
sysdeps/x86_64/ifuncmod8.c | 1 +
41 files changed, 539 insertions(+), 241 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 503bc4d * doc/invoke.texi (SPARC options): Add missing documentation [...]
new 87c97c1 * doc/cpp.texi (Invocation): Remove space in command.
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 | 2 ++
gcc/doc/cpp.texi | 2 +-
2 files changed, 3 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 gcc.
from 68e8c85 2016-12-25 Sandra Loosemore <sandra(a)codesourcery.com>
new 503bc4d * doc/invoke.texi (SPARC options): Add missing documentation [...]
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 | 4 ++++
gcc/doc/invoke.texi | 12 ++++++++++--
2 files changed, 14 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 llvm.
from 0292615 [AVX-512] Fix some patterns to use extended register classes.
new 28c1ee7 Test the different scenarios of GlobalDCE and comdats more sy [...]
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/Transforms/GlobalDCE/comdats.ll | 178 +++++++++++++++++++++++++++++++++++
test/Transforms/GlobalDCE/pr20981.ll | 17 ----
2 files changed, 178 insertions(+), 17 deletions(-)
create mode 100644 test/Transforms/GlobalDCE/comdats.ll
delete mode 100644 test/Transforms/GlobalDCE/pr20981.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 llvm.
from a7c4539 [AVX-512][InstCombine] Teach InstCombine to turn scalar add/s [...]
new 0292615 [AVX-512] Fix some patterns to use extended register classes.
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/X86/X86InstrAVX512.td | 137 +++++++++++++++++++++------------------
1 file changed, 73 insertions(+), 64 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 ebe631e [AVX-512] Don't assume that the rounding mode argument to int [...]
new a7c4539 [AVX-512][InstCombine] Teach InstCombine to turn scalar add/s [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 52 ++++++++-
test/Transforms/InstCombine/x86-avx512.ll | 144 +++++++++++++++++++++---
2 files changed, 177 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 clang.
from 71ec224 Driver: warn on -fPIC/-fpic/-fPIE/-fpie on Windows
new 2f5a0f8 test: add explicit triples to the invocation
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/Driver/integrated-as.s | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 c2f02d1 Fix assertion failure when deducing an auto-typed argument ag [...]
new 71ec224 Driver: warn on -fPIC/-fpic/-fPIE/-fpie on Windows
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/Tools.cpp | 11 +++++++++
test/Driver/windows-pic.cpp | 59 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
create mode 100644 test/Driver/windows-pic.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.