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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5804a221 0: good: binutils-gcc-linux: all
new e08e2da2 0: good: 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 (5804a221)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3219 +++++++++---------
4-build_abe-stage1/console.log | 3518 ++++++++++----------
5-build_linux/console.log | 27 +-
6-boot_linux/console.log | 2 +-
console.log | 6668 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 6735 insertions(+), 6731 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 86e0ca3b 2: good: llvm-linux: 5503
new cb125a92 2: good: llvm-linux: 5503
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 (86e0ca3b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 16 +-
2-build_llvm/console.log | 9565 ++++++++++++++++++++--------------------
3-build_linux/console.log | 40 +-
6-update_baseline/console.log | 19 +
console.log | 9726 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 9709 insertions(+), 9665 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 798e1c302a Revert "Use wclrtoeol in tui_show_source_line"
new 8d8c087f34 OBVIOUS: fix several occurrences of 'This options has' to 'T [...]
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:
gdb/ChangeLog | 5 +++++
gdb/auto-load.c | 6 +++---
gdb/linux-thread-db.c | 2 +-
3 files changed, 9 insertions(+), 4 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 4f54bc4dd84 * lib/target-supports.exp (check_ascii_locale_available): [...]
new 63e5ed62a46 PR testsuite/83453 * c-c++-common/Wattributes.c: Skip a w [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/c-c++-common/Wattributes.c | 2 +-
2 files changed, 4 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 f6ef17c4e98 [X86][SSE] Constant fold PEXTRB/PEXTRW/EXTRACT_VECTOR_ELT nodes.
new ac4082b77e0 [BPF] Add BTF Var and DataSec Support
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/BPF/BTF.def | 2 +
lib/Target/BPF/BTF.h | 28 +++-
lib/Target/BPF/BTFDebug.cpp | 164 +++++++++++++++++----
lib/Target/BPF/BTFDebug.h | 55 ++++++-
test/CodeGen/BPF/BTF/global-var-sec-readonly.ll | 73 +++++++++
test/CodeGen/BPF/BTF/global-var-sec.ll | 69 +++++++++
.../{static-var.ll => static-var-inited-sec.ll} | 45 ++++--
.../BTF/{static-var.ll => static-var-inited.ll} | 45 ++++--
.../{static-var.ll => static-var-readonly-sec.ll} | 111 +++++++++-----
.../BTF/{static-var.ll => static-var-readonly.ll} | 111 +++++++++-----
.../BPF/BTF/{static-var.ll => static-var-sec.ll} | 45 ++++--
test/CodeGen/BPF/BTF/static-var-zerolen-array.ll | 142 ++++++++++++++++++
test/CodeGen/BPF/BTF/static-var.ll | 37 ++++-
13 files changed, 766 insertions(+), 161 deletions(-)
create mode 100644 test/CodeGen/BPF/BTF/global-var-sec-readonly.ll
create mode 100644 test/CodeGen/BPF/BTF/global-var-sec.ll
copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-inited-sec.ll} (77%)
copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-inited.ll} (78%)
copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-readonly-sec.ll} (56%)
copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-readonly.ll} (57%)
copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-sec.ll} (77%)
create mode 100644 test/CodeGen/BPF/BTF/static-var-zerolen-array.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 gcc.
from ebb62b6179a 2019-03-16 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 4f54bc4dd84 * lib/target-supports.exp (check_ascii_locale_available): [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 3 ---
2 files changed, 5 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/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 51a3a091 0: good: binutils-gcc-linux: all
new eafa865e 0: good: 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 (51a3a091)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3738 +-
4-build_abe-stage1/console.log | 4360 +-
5-build_linux/console.log | 287190 ++++++++++++++++++-----------------
6-boot_linux/console.log | 2 +-
console.log | 295300 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 296277 insertions(+), 294345 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.