This is an automated email from the git hooks/post-receive script.
"Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from 9747b1a spec2xxx-config: Fix detection of -funconstrained-commons option.
new 96f166c spec2xxx-config: Add $sysroot/usr/lib rpath.
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:
spec2xxx-config | 2 +-
1 file changed, 1 insertion(+), 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 2c097a41315 [ARM64] [Windows] Exception handling support in frame lowering
new 761dc549d14 [MSan] another take at instrumenting inline assembly - now [...]
new bb1b895ac06 [llvm-objdump] Add --reloc alias for -r (PR39407)
new a3cc6ce0cb7 [llvm-objdump] Mark syms/t flags as NotHidden. NFC.
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:
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 130 ++++++++++--
.../MemorySanitizer/msan_asm_conservative.ll | 236 +++++++++++++++++++++
.../MemorySanitizer/msan_x86_bts_asm.ll | 28 +--
test/tools/llvm-objdump/relocations-elf.test | 73 +++++++
tools/llvm-objdump/llvm-objdump.cpp | 7 +-
5 files changed, 438 insertions(+), 36 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll
create mode 100644 test/tools/llvm-objdump/relocations-elf.test
--
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 3ed7c33fa2 hurd: Fix build
new a67377e7f7 hurd: Fix errno* generation
new 32ad5b3328 hurd: Fix race between calling RPC and handling a signal
new 62c482e93f hurd: Fix cancellation just before RPC call
new 57da2a2395 Merge branch 'master' of git://sourceware.org/git/glibc
new 9c0a35d162 Merge branch 'master' into errno
The 5 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 +++++-
manual/errno.texi | 13 +++++++++++++
sysdeps/mach/hurd/bits/errno.h | 8 ++++++++
sysdeps/mach/hurd/errnos.awk | 3 ++-
4 files changed, 28 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 gcc.
from a01c550ea51 2018-10-31 Richard Biener <rguenther(a)suse.de>
new 1a62bdbf45c aarch64: Simplify LSE cas generation
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 | 14 +++++
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/aarch64.c | 46 +++++---------
gcc/config/aarch64/atomics.md | 121 ++++++++++--------------------------
4 files changed, 63 insertions(+), 119 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 d75205d3b71 [AArch64] Mark condition flags and x16/x17 as clobbered whe [...]
new 2c097a41315 [ARM64] [Windows] Exception handling support in frame lowering
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/AArch64/AArch64CallingConvention.td | 8 +
lib/Target/AArch64/AArch64FrameLowering.cpp | 410 ++++++++++++++++++++++---
lib/Target/AArch64/AArch64InstrInfo.cpp | 23 +-
lib/Target/AArch64/AArch64InstrInfo.h | 2 +-
lib/Target/AArch64/AArch64RegisterInfo.cpp | 2 +
lib/Target/AArch64/AArch64RegisterInfo.h | 5 +
test/CodeGen/AArch64/chkstk.ll | 4 +-
test/CodeGen/AArch64/win64_vararg.ll | 68 ++--
test/CodeGen/AArch64/wineh-frame0.mir | 60 ++++
test/CodeGen/AArch64/wineh-frame1.mir | 94 ++++++
test/CodeGen/AArch64/wineh-frame2.mir | 72 +++++
test/CodeGen/AArch64/wineh-frame3.mir | 59 ++++
test/CodeGen/AArch64/wineh-frame4.mir | 59 ++++
test/CodeGen/AArch64/wineh-frame5.mir | 135 ++++++++
test/CodeGen/AArch64/wineh-frame6.mir | 150 +++++++++
test/CodeGen/AArch64/wineh-frame7.mir | 189 ++++++++++++
test/CodeGen/AArch64/wineh-frame8.mir | 88 ++++++
17 files changed, 1341 insertions(+), 87 deletions(-)
create mode 100644 test/CodeGen/AArch64/wineh-frame0.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame1.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame2.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame3.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame4.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame5.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame6.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame7.mir
create mode 100644 test/CodeGen/AArch64/wineh-frame8.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 8081781f5b Automatic date update in version.in
adds 96251938cd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig
in repository toolchain/binutils-gdb.
from fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
adds b4e0939956 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 4 ++++
gdb/main.c | 6 +++++-
sim/erc32/ChangeLog | 6 ++++++
sim/erc32/configure | 10 +++++-----
sim/erc32/configure.ac | 9 ++++-----
6 files changed, 25 insertions(+), 12 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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from 797cb5d run.sh: Run spec2xxx-config in verbose mode.
new a93fd5e ssh-cc.sh: Add comments.
new 9747b1a spec2xxx-config: Fix detection of -funconstrained-commons option.
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:
spec2xxx-config | 11 +++++++++--
ssh-cc.sh | 3 +++
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.