This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from a9e1a5c77 [ObjectFileELF] Fix misaligned read/writes caught by UBSan.
new 613ab1a61 [ObjectFile] Prefer reinterpret_cast<>
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/ObjectFile/ELF/TestObjectFileELF.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 binutils-gdb.
from ddea148b3d Add support for a couple of new Mach-O commands.
new 8a6b075bc0 elfedit: Add --enable-x86-feature/--disable-x86-feature
new bcecc11da2 Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv.
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:
binutils/ChangeLog | 18 +++
binutils/doc/binutils.texi | 34 +++--
binutils/elfedit.c | 256 +++++++++++++++++++++++++++++++++-
gdb/ChangeLog | 5 +
gdb/riscv-fbsd-nat.c | 3 +-
ld/ChangeLog | 11 ++
ld/testsuite/config/default.exp | 4 +
ld/testsuite/ld-elf/linux-x86.exp | 46 ++++++
ld/testsuite/ld-elf/x86-feature-1a.rd | 6 +
ld/testsuite/ld-elf/x86-feature-1b.rd | 6 +
ld/testsuite/ld-elf/x86-feature-1c.rd | 6 +
ld/testsuite/ld-elf/x86-feature-1d.rd | 6 +
ld/testsuite/ld-elf/x86-feature-1e.rd | 6 +
13 files changed, 396 insertions(+), 11 deletions(-)
create mode 100644 ld/testsuite/ld-elf/x86-feature-1a.rd
create mode 100644 ld/testsuite/ld-elf/x86-feature-1b.rd
create mode 100644 ld/testsuite/ld-elf/x86-feature-1c.rd
create mode 100644 ld/testsuite/ld-elf/x86-feature-1d.rd
create mode 100644 ld/testsuite/ld-elf/x86-feature-1e.rd
--
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 1ff58be654e 2018-11-06 Richard Biener <rguenther(a)suse.de>
new 1ce555a208b aarch64 - Set the mode for the unspec in speculation_tracker insn.
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 | 7 ++++++-
gcc/config/aarch64/aarch64.md | 2 +-
2 files changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/gcc.
from 5e0169b96bd PR tree-optimization/87859 * gimple-ssa-store-merging.c ( [...]
adds 3b986bee980 compiler: handle abstract type in builtin numeric const value
adds ebea6cb141c Daily bump.
adds 9dc1dd15af0 PR ada/81878 Revert 2018-11-02 Tamar Christina <tamar. [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/go/gofrontend/expressions.cc | 2 +-
gnattools/ChangeLog | 16 ++++++++++++++++
gnattools/Makefile.in | 13 ++++++++-----
4 files changed, 26 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 llvm.
from f49d01a74b4 [InstCombine] add vector test for fcmp+fpext; NFC
new 09d77c0de9e [InstCombine] allow vector types for fcmp+fpext fold
new 992cf17563f [WebAssembly] Add shared memory support to limits field
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/BinaryFormat/Wasm.h | 1 +
lib/Object/WasmObjectFile.cpp | 2 +-
lib/ObjectYAML/WasmYAML.cpp | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 18 +++++------
test/ObjectYAML/wasm/import_memory_shared.yaml | 36 ++++++++++++++++++++++
test/Transforms/InstCombine/fcmp.ll | 3 +-
6 files changed, 49 insertions(+), 12 deletions(-)
create mode 100644 test/ObjectYAML/wasm/import_memory_shared.yaml
--
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 4a938cb273 posix: New function posix_spawn_file_actions_addchdir_np [BZ [...]
new e143ceba56 Correct SH kernel-features.h undefines (bug 23862).
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 | 9 +++++++++
sysdeps/unix/sysv/linux/sh/kernel-features.h | 5 ++++-
2 files changed, 13 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 lldb.
from d3802e212 CPlusPlusLanguage: Use new demangler API to implement type su [...]
new a9e1a5c77 [ObjectFileELF] Fix misaligned read/writes caught by UBSan.
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:
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 5 ++--
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 33 +++++++++++++++----------
2 files changed, 23 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 release/2.27/master
in repository glibc.
from d8eee5ef55 x86: Fix Haswell CPU string flags (BZ#23709)
new 1050634904 libanl: properly cleanup if first helper thread creation fai [...]
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 ++++++
NEWS | 1 +
resolv/gai_misc.c | 7 +++++--
3 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.