This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gentoo/2.24
in repository glibc.
from 27a54a0 X86_64: Don't use PLT nor GOT in static archives [BZ #20750]
new 764c430 Revert "sys/types.h: drop sys/sysmacros.h include"
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:
posix/sys/types.h | 3 +++
1 file changed, 3 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 1cf80ab Object: add a comment explaining a divergence
new 4795c08 [docs] Documentation update for Scudo
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/ScudoHardenedAllocator.rst | 85 +++++++++++++++++++++--------------------
1 file changed, 44 insertions(+), 41 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 gentoo/2.24
in repository glibc.
from 20f534e CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
new 27a54a0 X86_64: Don't use PLT nor GOT in static archives [BZ #20750]
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/sysdep.h | 3 ++-
1 file changed, 2 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 release/2.24/master
in repository glibc.
from b3b37f1 CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
new d012ea8 X86_64: Don't use PLT nor GOT in static archives [BZ #20750]
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 | 6 ++++++
sysdeps/x86_64/sysdep.h | 3 ++-
2 files changed, 8 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 2105006 Add DAGCombiner load combine tests for partially available values
new 32e76df Revert: "[Stack Protection] Add diagnostic information for wh [...]
new 1cf80ab Object: add a comment explaining a divergence
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/llvm/CodeGen/StackProtector.h | 31 ----------
include/llvm/IR/DiagnosticInfo.h | 1 -
lib/CodeGen/StackProtector.cpp | 42 +-------------
lib/Object/ArchiveWriter.cpp | 2 +
test/CodeGen/X86/stack-protector-remarks.ll | 87 -----------------------------
5 files changed, 3 insertions(+), 160 deletions(-)
delete mode 100644 test/CodeGen/X86/stack-protector-remarks.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 9d5c5dd Automatic date update in version.in
new ff6fa24 Fix NULL pointer dereference
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 | 5 +++++
gdb/symtab.c | 3 +++
2 files changed, 8 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 gcc.
from ce2b988 * omp-offload.c (oacc_loop_auto_partitions): Use || instead [...]
new 57b237f S/390: Fix glob pattern for vector tests.
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/gcc.target/s390/s390.exp | 2 +-
2 files changed, 6 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 ed71bd2 [Stack Protection] Add diagnostic information for why stack p [...]
new 2105006 Add DAGCombiner load combine tests for partially available values
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/CodeGen/AArch64/load-combine-big-endian.ll | 134 ++++++++++++++++
test/CodeGen/AArch64/load-combine.ll | 137 +++++++++++++++-
test/CodeGen/ARM/load-combine-big-endian.ll | 176 ++++++++++++++++++++-
test/CodeGen/ARM/load-combine.ll | 174 +++++++++++++++++++++
test/CodeGen/X86/load-combine.ll | 198 ++++++++++++++++++++++++
5 files changed, 817 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 lld.
from 1e28396 [ELF] Refactor PltSection and IPltSection into PltSection [NFC]
new 317ed91 Handle gcing user created metadata.
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/MarkLive.cpp | 3 +++
test/ELF/gc-sections-metadata.s | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/ELF/gc-sections-metadata.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 e6fa7df [X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtl [...]
new 5a2d92c Make it possible to set SHF_LINK_ORDER explicitly.
new ed71bd2 [Stack Protection] Add diagnostic information for why stack p [...]
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:
docs/Extensions.rst | 18 ++++++
include/llvm/CodeGen/StackProtector.h | 31 ++++++++++
include/llvm/IR/DiagnosticInfo.h | 1 +
include/llvm/MC/MCContext.h | 10 +++-
lib/CodeGen/StackProtector.cpp | 42 +++++++++++++-
lib/MC/ELFObjectWriter.cpp | 3 +-
lib/MC/MCContext.cpp | 5 +-
lib/MC/MCParser/ELFAsmParser.cpp | 27 ++++++++-
test/CodeGen/X86/stack-protector-remarks.ll | 87 +++++++++++++++++++++++++++++
test/MC/ELF/section-metadata-err1.s | 5 ++
test/MC/ELF/section-metadata-err2.s | 6 ++
test/MC/ELF/section-metadata-err3.s | 6 ++
test/MC/ELF/section-metadata-err4.s | 5 ++
test/MC/ELF/section.s | 66 ++++++++++++++++++++++
14 files changed, 304 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/stack-protector-remarks.ll
create mode 100644 test/MC/ELF/section-metadata-err1.s
create mode 100644 test/MC/ELF/section-metadata-err2.s
create mode 100644 test/MC/ELF/section-metadata-err3.s
create mode 100644 test/MC/ELF/section-metadata-err4.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.