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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 61096c8e82 Automatic date update in version.in
adds b9a73d80b6 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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c2e11e6d 0: update: binutils-gcc-linux: all
new 1683a015 0: update: binutils-gcc-linux: all
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 (c2e11e6d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 120 +-
02-prepare_abe/console.log | 40 +-
03-build_abe-binutils/console.log | 9970 ++++++-------
04-build_abe-stage1/console.log | 16496 +++++++++++-----------
05-build_linux/console.log | 598 +-
06-boot_linux/console.log | 2 +-
console.log | 27255 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 27271 insertions(+), 27226 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 c10146f5952 Mark new jitlink test XFAIL for windows
new 7574f402403 posix_spawn should retry upon EINTR
new 4679ff91863 llvm-cvtres: Make new dupe resource error a bit friendlier
new 020519ba5c9 Fix spelling error. 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:
include/llvm/Object/WindowsResource.h | 6 ++++-
lib/Object/WindowsResource.cpp | 41 ++++++++++++++++++++++++-----
lib/Support/Unix/Program.inc | 16 ++++++-----
lib/Target/AMDGPU/GCNSchedStrategy.h | 2 +-
test/tools/llvm-cvtres/combined.test | 10 +++----
test/tools/llvm-cvtres/duplicate.test | 2 +-
test/tools/llvm-cvtres/object.test | 8 +++---
test/tools/llvm-readobj/coff-resources.test | 10 +++----
tools/llvm-cvtres/llvm-cvtres.cpp | 1 +
tools/llvm-readobj/COFFDumper.cpp | 29 +++-----------------
10 files changed, 69 insertions(+), 56 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 23deaf872 [COFF] Don't emit .gfids sections when CFG is off
new 7d571c283 llvm-cvtres: Make new dupe resource error a bit friendlier
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/COFF/manifestinput.test | 2 +-
test/COFF/resource.test | 2 +-
2 files 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 1670072efb Fix Rust testing
new 38c3873e5d Speed up locview resolution with relaxable frags
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:
gas/ChangeLog | 8 ++++++++
gas/expr.c | 5 ++++-
gas/frags.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
gas/frags.h | 2 ++
4 files changed, 69 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 42ee3f57985 [DAGCombiner] scale repeated FP divisor by splat factor
new ec039c845f7 Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE [...]
new c10146f5952 Mark new jitlink test XFAIL for windows
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/MachineFunction.h | 12 +++
include/llvm/CodeGen/MachineInstr.h | 4 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 23 +++++
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 +
lib/CodeGen/MachineFunction.cpp | 11 ++
lib/CodeGen/MachineInstr.cpp | 13 +++
lib/CodeGen/SelectionDAG/FastISel.cpp | 6 ++
lib/Target/X86/X86FastISel.cpp | 1 +
test/CodeGen/X86/label-heapallocsite.ll | 111 +++++++++++++++++++++
.../JITLink/X86/MachO_x86-64_ehframe.test | 7 +-
10 files changed, 188 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/label-heapallocsite.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 compiler-rt.
from 1640f82e6 [compiler-rt] NFC fixed [whitespace/braces] LINT warning
new 5a9f39318 [sanitizer_common] Remove some old commented-out printf state [...]
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/sanitizer_common/sanitizer_deadlock_detector.h | 7 +------
1 file changed, 1 insertion(+), 6 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-mainline-allnoconfig
in repository toolchain/ci/linux.
from 12a54b150fb5 Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
adds 9fa246256e09 Revert "drm/i915/fbdev: Actually configure untiled displays"
adds a0cecc23cfcb Revert "drm/virtio: drop prime import/export callbacks"
adds ba25b50d582f Merge tag 'drm-fixes-2019-04-24' of git://anongit.freedesk [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpu/drm/i915/intel_fbdev.c | 12 +++++-------
drivers/gpu/drm/virtio/virtgpu_drv.c | 4 ++++
drivers/gpu/drm/virtio/virtgpu_drv.h | 4 ++++
drivers/gpu/drm/virtio/virtgpu_prime.c | 12 ++++++++++++
4 files changed, 25 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 19ab4f2bf73 Daily bump.
adds 9dfc804a223 Daily bump.
adds 0b8d9fffd98 2019-04-24 Paul Thomas <pault(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++
gcc/fortran/resolve.c | 33 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++++
.../gfortran.dg/external_procedures_4.f90 | 28 ++++++++++++++++++
5 files changed, 71 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/external_procedures_4.f90
--
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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 61096c8e82 Automatic date update in version.in
adds b9a73d80b6 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.