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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a38609f15 linux-a3a80255d58d0f0d304ba877ae0313a264973a70: 5080
new eccc0f3a0 llvm-d5015edb37173444caccb03680656722fafd3643: 5080
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 (a38609f15)
\
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:
1-reset_artifacts/console.log | 93 +-
2-build_llvm/console.log | 9236 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 194 +-
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 10 +-
console.log | 9443 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 9534 insertions(+), 9472 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-arm-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 5ab46147f5 Automatic date update in version.in
adds 495a882690 Automatic date update in version.in
new e2e8b2d623 Automatic date update in version.in
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:
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b1962694a linux-9c5931b65a7b58ddeaf1530f1c4b515ba8640f8d: all
new e8e9368aa binutils-e2e8b2d623ce001056a8c5ba3f6df520de9c680a: 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 (b1962694a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 91 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6219 ++++++-------
4-build_abe-stage1/console.log | 11905 ++++++++++++------------
5-count_linux_objs/console.log | 129 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18384 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18391 insertions(+), 18387 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 23188a224d8 Reapply "[CGP] Check for existing inttotpr before creating [...]
new 972a348402d AbstractCallSite -- A unified interface for (in)direct and [...]
new 3afa6984040 Enable IPConstantPropagation to work with abstract call sites
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:
docs/LangRef.rst | 66 ++++++++
include/llvm/IR/CallSite.h | 176 +++++++++++++++++++++
include/llvm/IR/LLVMContext.h | 1 +
include/llvm/IR/MDBuilder.h | 11 ++
lib/IR/AbstractCallSite.cpp | 135 ++++++++++++++++
lib/IR/CMakeLists.txt | 1 +
lib/IR/LLVMContext.cpp | 1 +
lib/IR/MDBuilder.cpp | 44 ++++++
lib/Transforms/IPO/IPConstantPropagation.cpp | 35 ++--
test/ThinLTO/X86/lazyload_metadata.ll | 4 +-
.../IPConstantProp/multiple_callbacks.ll | 87 ++++++++++
.../IPConstantProp/openmp_parallel_for.ll | 120 ++++++++++++++
test/Transforms/IPConstantProp/pthreads.ll | 49 ++++++
test/Transforms/IPConstantProp/thread_local_acs.ll | 42 +++++
14 files changed, 758 insertions(+), 14 deletions(-)
create mode 100644 lib/IR/AbstractCallSite.cpp
create mode 100644 test/Transforms/IPConstantProp/multiple_callbacks.ll
create mode 100644 test/Transforms/IPConstantProp/openmp_parallel_for.ll
create mode 100644 test/Transforms/IPConstantProp/pthreads.ll
create mode 100644 test/Transforms/IPConstantProp/thread_local_acs.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0bfa9281b gcc-58d47a89354ea615c871bbf0df19678702ab65b6: all
new 8078c2a0c linux-2339e91d0e6609e17943a0ab3c3c8c4044760c05: 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 (0bfa9281b)
\
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 | 124 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6287 ++++++++-------
4-build_abe-stage1/console.log | 9475 +++++++++++-----------
5-count_linux_objs/console.log | 155 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 16077 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 16121 insertions(+), 16051 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-arm-lts-defconfig
in repository toolchain/ci/gcc.
from 6cc0a021890 Daily bump.
adds 93952c94152 * gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_ [...]
adds ac961f9da2f [PR c++/86610] lambda captures in templates
adds 2b339ba431c * config/alpha/alpha.c (alpha_gimplify_va_arg): Handle sp [...]
adds 1999e6ffd1a Daily bump.
adds 7c0ee700501 [arm] PR target/88799 Add +mp and +sec extensions to ARMv7- [...]
new e38ea3eaeee Daily bump.
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/ChangeLog | 39 +++++++++++++++++++++++++++----
gcc/DATESTAMP | 2 +-
gcc/config/alpha/alpha.c | 34 ++++++++++++++++++++++++++-
gcc/config/arm/arm-cpus.in | 20 ++++++++++++----
gcc/config/arm/t-aprofile | 12 ++++++++++
gcc/config/arm/t-multilib | 1 +
gcc/cp/ChangeLog | 6 +++++
gcc/cp/semantics.c | 5 ++--
gcc/doc/invoke.texi | 16 +++++++++----
gcc/gimple-ssa-isolate-paths.c | 4 ++--
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/g++.dg/cpp0x/pr86610.C | 31 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/multilib.exp | 14 +++++++++++
gcc/tree-ssa-alias.c | 2 +-
14 files changed, 174 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86610.C
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 6587d2729 binutils-495a8826905cd4933c7943e995cbe4db8465863d: all
new 493a15533 gcc-e38ea3eaeee7e8f619d5d83ce6a052978798e826: 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 (6587d2729)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 119 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6227 +++++++------
4-build_abe-stage1/console.log | 12014 ++++++++++++------------
5-count_linux_objs/console.log | 143 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18517 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18629 insertions(+), 18443 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e9cca3fcf llvm-8ba58fa8e2416b9ce766e9dfe3d59cca3cda2b95: 16
new 579130b52 linux-9c5931b65a7b58ddeaf1530f1c4b515ba8640f8d: 16
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 (e9cca3fcf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 76 +-
2-build_llvm/console.log | 9043 ++++++++++++++++++------------------
3-count_linux_objs/console.log | 132 +-
3-count_linux_objs/kernel.release | 2 +-
console.log | 9221 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 9200 insertions(+), 9294 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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards dc0b852df gcc-2b339ba431c540ad758f38ffdc234c1441244a8c: all
new 7c9bfcfc5 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 (dc0b852df)
\
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 | 58 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4013 ++++++++-------
4-build_abe-stage1/console.log | 4412 ++++++++--------
5-count_linux_objs/console.log | 1547 +-----
5-count_linux_objs/kernel.release | 2 +-
console.log | 9994 ++++++++++++++++---------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 8883 insertions(+), 11167 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.