This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5d19d6d5f47 [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with [...]
new 182ce13e083 [WebAssembly] Fix allocsize attribute in sjlj 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:
.../WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp | 15 ++++++++++++++-
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 19 +++++++++++++++++--
2 files changed, 31 insertions(+), 3 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/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7b302128 1: update: llvm-linux: 16550
new c6fd194f 1: update: llvm-linux: 16550
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 (7b302128)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12008 +++++++++++++--------------
03-build_linux/console.log | 4384 +++++-----
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 16634 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 16642 insertions(+), 16634 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 gcc-9-branch
in repository gcc.
from dba947c9175 Darwin, backport fix for PR87030
new 0a85db1d49a Objective-C, backport fix for recognition of instancetype.
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/objc/ChangeLog | 11 +++++++++++
gcc/objc/objc-act.c | 10 +++++++++-
gcc/objc/objc-act.h | 7 ++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/objc.dg/instancetype-0.m | 30 ++++++++++++++++++++++++++++++
5 files changed, 63 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/objc.dg/instancetype-0.m
--
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 711e761eb1c Fixup r367321 "Ask confirmation when `git llvm push` will p [...]
new edc1402b178 [JITLink] Fix error message formatting.
new 5d19d6d5f47 [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with [...]
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:
.../llvm/ExecutionEngine/JITLink/MachO_x86_64.h | 1 +
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp | 26 ++++++++++++++++---
.../JITLink/X86/MachO_x86-64_relocations.s | 29 ++++++++++++++--------
3 files changed, 43 insertions(+), 13 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 gcc-9-branch
in repository gcc.
from 3e9642cc0b0 Darwin, backport kext codegen fix.
new 4ab2dc3492f Darwin, backport codegen fix.
new dba947c9175 Darwin, backport fix for PR87030
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:
gcc/ChangeLog | 58 ++++++++++++++++++++++
gcc/config.gcc | 38 ++++++++++----
gcc/config/darwin.c | 8 ++-
gcc/config/i386/darwin.h | 17 ++++---
gcc/config/i386/{darwin64.h => darwin32-biarch.h} | 12 ++---
gcc/config/i386/{darwin64.h => darwin64-biarch.h} | 3 +-
gcc/config/i386/{t-darwin => t-darwin32-biarch} | 0
gcc/config/i386/{t-darwin64 => t-darwin64-biarch} | 0
gcc/config/rs6000/darwin.h | 7 ++-
gcc/config/rs6000/darwin32-biarch.h | 49 ++++++++++++++++++
.../rs6000/{darwin64.h => darwin64-biarch.h} | 12 +++--
gcc/config/rs6000/{t-darwin8 => t-darwin32-biarch} | 0
.../rs6000/{t-darwin64 => t-darwin64-biarch} | 0
13 files changed, 169 insertions(+), 35 deletions(-)
copy gcc/config/i386/{darwin64.h => darwin32-biarch.h} (89%)
rename gcc/config/i386/{darwin64.h => darwin64-biarch.h} (96%)
rename gcc/config/i386/{t-darwin => t-darwin32-biarch} (100%)
rename gcc/config/i386/{t-darwin64 => t-darwin64-biarch} (100%)
create mode 100644 gcc/config/rs6000/darwin32-biarch.h
rename gcc/config/rs6000/{darwin64.h => darwin64-biarch.h} (71%)
rename gcc/config/rs6000/{t-darwin8 => t-darwin32-biarch} (100%)
rename gcc/config/rs6000/{t-darwin64 => t-darwin64-biarch} (100%)
--
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 linux.
from 8b7fd679427c Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new 25e5ef302c24 eeprom: at24: make spd world-readable again
new 3a5ff11be8dc Merge tag 'at24-v5.3-rc3-fixes-for-wolfram' of git://git.k [...]
new fd01eecdf959 i2c: iproc: Fix i2c master read more than 63 bytes
new d12e3aae160f i2c: at91: disable TXRDY interrupt after sending data
new b1ac6704493f i2c: at91: fix clk_offset for sama5d2
new 8eb9a2dff019 i2c: s3c2410: Mark expected switch fall-through
new cf6c8aef16cc Merge branch 'i2c/for-current-fixed' of git://git.kernel.o [...]
The 7 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:
drivers/i2c/busses/i2c-at91-core.c | 2 +-
drivers/i2c/busses/i2c-at91-master.c | 9 +++++----
drivers/i2c/busses/i2c-bcm-iproc.c | 10 ++++++----
drivers/i2c/busses/i2c-s3c2410.c | 1 +
drivers/misc/eeprom/at24.c | 2 +-
5 files changed, 14 insertions(+), 10 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 gcc-9-branch
in repository gcc.
from 1ce47cb4017 Darwin, ppc, backport wrong code fix.
new 6cbefad7267 Darwin, ppc, backport fix for codegen in kexts.
new 6d2d753a53f Darwin, ppc, Fix test fails that depend on installed headers.
new 3e9642cc0b0 Darwin, backport kext codegen fix.
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:
gcc/ChangeLog | 24 ++++++++++++++++++++++++
gcc/config.gcc | 2 --
gcc/config/darwin.c | 2 --
gcc/config/rs6000/rs6000.c | 5 ++++-
4 files changed, 28 insertions(+), 5 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 6d6231ed58 Automatic date update in version.in
new 28cd9371e8 New "info sources" args [-dirname | -basename] [--] [REGEXP]
new db4dc13eeb New test for 'info sources [-dirname | -basename] [--] [REGEXP]'.
new ae60f04e08 NEWS and documentation for info sources [-dirname | -basenam [...]
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:
gdb/ChangeLog | 17 +++
gdb/NEWS | 9 ++
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 10 ++
gdb/symtab.c | 159 +++++++++++++++++++--
gdb/testsuite/ChangeLog | 6 +
.../sysroot.c => gdb.base/info_sources.c} | 8 +-
gdb/testsuite/gdb.base/info_sources.exp | 96 +++++++++++++
.../gdb.base/{settings.c => info_sources_base.c} | 7 +-
9 files changed, 300 insertions(+), 17 deletions(-)
copy gdb/testsuite/{gdb.server/sysroot.c => gdb.base/info_sources.c} (91%)
create mode 100644 gdb/testsuite/gdb.base/info_sources.exp
copy gdb/testsuite/gdb.base/{settings.c => info_sources_base.c} (95%)
--
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 gcc-9-branch
in repository gcc.
from 6d50bf06fa2 Darwin, ppc, backport test fixes.
new 0bd73374b36 Darwin, ppc, backport build fix for unwinder.
new 1ce47cb4017 Darwin, ppc, backport wrong code fix.
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000.c | 9 +++++++++
libgcc/ChangeLog | 8 ++++++++
libgcc/config/rs6000/t-darwin | 3 +++
4 files changed, 28 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.