This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 2e429f1 [OpenMP][OMPT] Distinguish different barrier kinds
new 9aa5fc8 [OPENMP] Deal with additional store inserted by Clang under - [...]
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:
runtime/test/lit.cfg | 1 +
runtime/test/lit.site.cfg.in | 1 -
runtime/test/ompt/callback.h | 9 +++++----
runtime/test/ompt/misc/control_tool.c | 1 -
runtime/test/ompt/synchronization/taskwait.c | 1 -
5 files changed, 6 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 79a5690cd3 0: good: binutils-gcc-linux: all
new b354e7d5f8 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 (79a5690cd3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 3996 +++++++++-------
4-build_abe-stage1/console.log | 5729 +++++++++++-----------
5-build_linux/console.log | 22 +-
6-boot_linux/console.log | 2 +-
console.log | 9851 ++++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 10374 insertions(+), 9260 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-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 67a3d65012a Backport from trunk 2019-02-20 Li Jia He <helijia@linux [...]
adds 3788f0962ca PR tree-optimization/89536 * tree-ssa-dom.c (edge_info::d [...]
adds ca32c22bcc3 Daily bump.
adds 201d5162f44 2019-03-01 Richard Biener <rguenther(a)suse.de>
adds 3edb4ed84ed AArch64: Make every option in options.def one line (GCC-8).
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 41 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-option-extensions.def | 24 +++++++-------
gcc/dwarf2out.c | 36 ++++++++++++++-------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.c-torture/execute/20190228-1.c | 16 +++++++++
gcc/tree-ssa-dom.c | 2 +-
7 files changed, 99 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/20190228-1.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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a34de277b2 0: good: binutils-gcc-linux: all
new ba0e5ba988 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 (a34de277b2)
\
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:
1-reset_artifacts/console.log | 14 +-
3-build_abe-binutils/console.log | 3424 ++++++++--------
4-build_abe-stage1/console.log | 4204 ++++++++++----------
5-build_linux/console.log | 399 +-
6-boot_linux/console.log | 2 +-
console.log | 8023 +++++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
7 files changed, 9017 insertions(+), 7059 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 f3284d86007 [DWARF] Make -g with empty assembler source work better.
new 80a70bb5a93 [X86] Add test case for D58805. NFC
new ae62c5926e0 [X86] Remove IntrArgMemOnly from target specific gather/sca [...]
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/IR/IntrinsicsX86.td | 254 +++++++++++----------
.../X86/gather-null-pointer.ll | 21 ++
2 files changed, 155 insertions(+), 120 deletions(-)
create mode 100644 test/Transforms/DeadStoreElimination/X86/gather-null-pointer.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-release-arm-lts-allnoconfig
in repository toolchain/ci/gcc.
from 67a3d65012a Backport from trunk 2019-02-20 Li Jia He <helijia@linux [...]
adds 3788f0962ca PR tree-optimization/89536 * tree-ssa-dom.c (edge_info::d [...]
adds ca32c22bcc3 Daily bump.
adds 201d5162f44 2019-03-01 Richard Biener <rguenther(a)suse.de>
adds 3edb4ed84ed AArch64: Make every option in options.def one line (GCC-8).
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 41 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-option-extensions.def | 24 +++++++-------
gcc/dwarf2out.c | 36 ++++++++++++++-------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.c-torture/execute/20190228-1.c | 16 +++++++++
gcc/tree-ssa-dom.c | 2 +-
7 files changed, 99 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/20190228-1.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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f1bfd507e4 0: good: binutils-gcc-linux: all
new cad1c65178 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 (f1bfd507e4)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3880 +++++++++--------
4-build_abe-stage1/console.log | 4864 +++++++++++----------
5-build_linux/console.log | 24 +-
6-boot_linux/console.log | 2 +-
console.log | 8784 ++++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
8 files changed, 9400 insertions(+), 8184 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 a3fccdcc5d4 [TableGen][SelectionDAG][X86] Add specific isel matchers fo [...]
new f3284d86007 [DWARF] Make -g with empty assembler source work better.
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/MCContext.h | 4 ++++
include/llvm/MC/MCDwarf.h | 2 ++
lib/MC/MCContext.cpp | 24 ++++++++++++++++++++++++
lib/MC/MCDwarf.cpp | 24 +++++++++++++++++-------
lib/MC/MCParser/AsmParser.cpp | 11 ++++++-----
test/MC/ELF/debug-prefix-map.s | 2 +-
tools/llvm-mc/llvm-mc.cpp | 14 ++------------
7 files changed, 56 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.