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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards adbe85b 0: update: llvm-linux: all
new 682b083 0: update: llvm-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 (adbe85b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 162 +-
02-build_llvm/console.log | 12068 ++++++++++++++++++------------------
03-build_linux/console.log | 819 ++-
04-boot_linux/console.log | 2 +-
console.log | 13051 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
7 files changed, 13030 insertions(+), 13088 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 6ab95534e3a Coroutines: adjust for SVN r358739
new b0c1ea2708e Remove minimum toolchain soft-error
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:
cmake/modules/CheckCompilerVersion.cmake | 8 ++++----
docs/GettingStarted.rst | 9 ---------
2 files changed, 4 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 master
in repository binutils-gdb.
from 414b840430 Automatic date update in version.in
new 9defd221fe Remove _bfd_dwarf2_find_nearest_line addr_size parameter
new c327a44f38 Use comp_unit_maybe_decode_line_info in more places
new dfc19da6a6 PR24623, DWARF errors
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:
bfd/ChangeLog | 28 +++++
bfd/coffgen.c | 4 +-
bfd/dwarf2.c | 289 +++++++++++++++++++++++++---------------------------
bfd/elf.c | 4 +-
bfd/elf32-arm.c | 2 +-
bfd/elf64-alpha.c | 2 +-
bfd/elfnn-aarch64.c | 2 +-
bfd/elfxx-mips.c | 1 -
bfd/libbfd-in.h | 2 +-
bfd/libbfd.h | 2 +-
bfd/mach-o.c | 2 +-
11 files changed, 174 insertions(+), 164 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 951db27 0: update: llvm-linux: boot
new 69031e3 0: update: llvm-linux: boot
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 (951db27)
\
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 | 130 +-
02-build_llvm/console.log | 12163 ++++++++++++++++----------------
03-build_linux/console.log | 1784 +++--
04-boot_linux/console.log | 442 +-
console.log | 14519 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 14531 insertions(+), 14517 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 c1911fe14ea [FileCheck] Document FILECHECK_OPTS in -help
new 8f05ed73792 Extend coroutines to support a "returned continuation" lowering.
new d31e1e44440 Generalize llvm.coro.suspend.retcon to allow an arbitrary n [...]
new 1874e72958a Guard dumps in the coro intrinsic validation logic behind N [...]
new 7989d368929 Add intrinsics for doing frame-bound dynamic allocations wi [...]
new 1b882eebe42 Fix a use-after-free in the coro.alloca treatment.
new dcfee38c6a6 In coro.retcon lowering, don't explode if the optimizer mes [...]
new 196b9fb9510 Update for optimizer changes.
new 478d69d99ba Support swifterror in coroutine lowering.
new 065194781ff Remove unreachable blocks before splitting a coroutine.
new 87eb10a13bd Don't run a full verifier pass in coro-splitting's private [...]
new 6ab95534e3a Coroutines: adjust for SVN r358739
The 11 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/Coroutines.rst | 303 +++++-
include/llvm/IR/Intrinsics.td | 15 +
lib/Transforms/Coroutines/CoroCleanup.cpp | 5 +-
lib/Transforms/Coroutines/CoroEarly.cpp | 24 +-
lib/Transforms/Coroutines/CoroFrame.cpp | 493 ++++++++-
lib/Transforms/Coroutines/CoroInstr.h | 205 +++-
lib/Transforms/Coroutines/CoroInternal.h | 159 ++-
lib/Transforms/Coroutines/CoroSplit.cpp | 1097 ++++++++++++++++----
lib/Transforms/Coroutines/Coroutines.cpp | 340 +++++-
test/Transforms/Coroutines/coro-debug.ll | 6 +-
test/Transforms/Coroutines/coro-retcon-alloca.ll | 247 +++++
.../Coroutines/coro-retcon-once-value.ll | 114 ++
.../Coroutines/coro-retcon-once-value2.ll | 71 ++
.../Coroutines/coro-retcon-resume-values.ll | 85 ++
.../Coroutines/coro-retcon-resume-values2.ll | 100 ++
test/Transforms/Coroutines/coro-retcon-value.ll | 103 ++
test/Transforms/Coroutines/coro-retcon.ll | 113 ++
test/Transforms/Coroutines/coro-swifterror.ll | 143 +++
18 files changed, 3316 insertions(+), 307 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-retcon-alloca.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon-once-value.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon-once-value2.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon-resume-values.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon-resume-values2.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon-value.ll
create mode 100644 test/Transforms/Coroutines/coro-retcon.ll
create mode 100644 test/Transforms/Coroutines/coro-swifterror.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 clang.
from b165125115 Add __has_builtin support for builtin function-like type traits.
new f4af306f21 Remove unreachable blocks before splitting a coroutine.
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/CodeGenCoroutines/coro-retcon-unreachable.ll | 46 +++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 test/CodeGenCoroutines/coro-retcon-unreachable.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.