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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f0660325b binutils-5ab46147f534cb053f89a1efb467e0d920ecb005: all
new 1c0c02bdd linux-e9a713f77bb26886d7207a8bb6dd2c9c7b8e287c: 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 (f0660325b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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:
1-reset_artifacts/console.log | 128 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6471 ++++++------
4-build_abe-stage1/console.log | 11959 ++++++++++-----------
5-count_linux_objs/console.log | 1421 +--
5-count_linux_objs/kernel.release | 2 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 19999 +++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 18818 insertions(+), 21212 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 clang.
from f812df9433 [ObjC] Follow-up r350768 and allow the use of unavailable me [...]
new 4ee4a0f331 [CodeGenObjC] Use a constant value for non-fragile ivar offs [...]
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/CodeGen/CGObjCMac.cpp | 44 ++++++++++++++++------
.../CodeGenObjC/constant-non-fragile-ivar-offset.m | 38 +++++++++++++++++++
test/CodeGenObjC/optimize-ivar-offset-load.m | 6 +--
test/CodeGenObjC/reorder-synthesized-ivars.m | 34 ++++++++---------
4 files changed, 91 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGenObjC/constant-non-fragile-ivar-offset.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e8830c5ab linux-a37d50ca3b837c19a297f349365d11a20c1087d0: all
new ae8436436 binutils-e89c69419641d638a96cb7ca3c9fa4b3feac5ce0: 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 (e8830c5ab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 97 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6637 +++----
4-build_abe-stage1/console.log | 9873 +++++-----
5-count_linux_objs/console.log | 20919 ++++++++++----------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 38094 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 37917 insertions(+), 37753 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 3587ddcf7b1 Add a missing dependency to fix build.
new 51123841ae5 [WebAssembly] Fixed objdump not parsing function headers.
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:
include/llvm/MC/MCDisassembler/MCDisassembler.h | 18 +++++++++
include/llvm/Object/Wasm.h | 1 +
lib/MC/MCDisassembler/MCDisassembler.cpp | 9 +++++
lib/MC/MCParser/WasmAsmParser.cpp | 23 +++++++----
lib/Object/WasmObjectFile.cpp | 13 ++++++-
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 14 +++----
lib/Target/WebAssembly/Disassembler/LLVMBuild.txt | 2 +-
.../Disassembler/WebAssemblyDisassembler.cpp | 44 +++++++++++++++++++++-
test/MC/WebAssembly/objdump.s | 34 +++++++++++++++++
test/MC/WebAssembly/weak-alias.ll | 12 +++---
.../llvm-objdump/WebAssembly/symbol-table.test | 4 +-
tools/llvm-objdump/llvm-objdump.cpp | 6 +++
12 files changed, 153 insertions(+), 27 deletions(-)
create mode 100644 test/MC/WebAssembly/objdump.s
--
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 a49effd0c2 TLS: Respect visibility for thread_local variables on Darwin [...]
new f812df9433 [ObjC] Follow-up r350768 and allow the use of unavailable me [...]
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/Sema/SemaDeclAttr.cpp | 8 +++-----
test/SemaObjC/call-unavailable-init-in-self.m | 22 ++++++++++++++++++++--
test/SemaObjC/infer-availability-from-init.m | 4 ++--
3 files changed, 25 insertions(+), 9 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-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from afef1fb8f3 Automatic date update in version.in
adds 0275cea0c3 Automatic date update in version.in
adds 5ab46147f5 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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards efc93461e linux-e9a713f77bb26886d7207a8bb6dd2c9c7b8e287c: all
new 3e4fe4b0e binutils-5ab46147f534cb053f89a1efb467e0d920ecb005: 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 (efc93461e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 99 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6578 ++++++++--------
4-build_abe-stage1/console.log | 8524 ++++++++++----------
5-count_linux_objs/console.log | 241 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15490 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15581 insertions(+), 15401 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-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fc716077c gcc-37caf132620b7f02b52e393cefbf5ba9b3af975d: all
new b83e926cd binutils-e89c69419641d638a96cb7ca3c9fa4b3feac5ce0: 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 (fc716077c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 64 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3559 +-
4-build_abe-stage1/console.log | 3948 +-
5-count_linux_objs/console.log | 296909 +++++++++++++++++------------------
console.log | 304606 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 304560 insertions(+), 304548 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.