This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards edfe6a2e 0: good: binutils-gcc-glibc: -5
new db65522d 0: good: binutils-gcc-glibc: -5
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 (edfe6a2e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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:
01-reset_artifacts/console.log | 8 +-
02-prepare_abe/console.log | 17 +-
03-build_abe-binutils/console.log | 3094 +++---
04-build_abe-stage1/console.log | 3777 ++++---
05-build_abe-linux/console.log | 14 +-
06-build_abe-glibc/console.log | 1876 ++--
07-build_abe-stage2/console.log | 11645 ++++++++++----------
08-benchmark/benchmark.log | 14 +-
08-benchmark/console.log | 28 +-
console.log | 20547 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
11 files changed, 20509 insertions(+), 20527 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8930e141 0: good: binutils-gcc-linux: all
new 01693f59 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 (8930e141)
\
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 | 14 +-
2-prepare_abe/console.log | 15 +-
3-build_abe-binutils/console.log | 3228 +++----
4-build_abe-stage1/console.log | 3760 ++++----
5-build_linux/console.log | 10306 +++++++++++-----------
6-boot_linux/console.log | 2 +-
console.log | 17377 +++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 17376 insertions(+), 17338 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 082fb78298 [Analyzer] Update the LLVM license in PointerSortingChecker.cpp
new c4105ffd06 Fix a failing test.
new 280ebce9b1 [Analyzer] Clean up test/Analysis/ptr-sort.cpp
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:
test/Analysis/ptr-sort.cpp | 9 +++++----
test/Parser/pragma-attribute-context.cpp | 4 ++--
2 files changed, 7 insertions(+), 6 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 8e5e5494f8 Factor out mi_ui_out instantiation logic
new b4be1b0648 Fix MI output for multi-location breakpoints
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 | 19 +++
gdb/NEWS | 14 +++
gdb/breakpoint.c | 26 ++--
gdb/doc/ChangeLog | 9 ++
gdb/doc/gdb.texinfo | 100 ++++++++++++++--
gdb/mi/mi-cmds.c | 2 +
gdb/mi/mi-main.c | 27 +++++
gdb/mi/mi-main.h | 13 ++
gdb/mi/mi-out.c | 4 +-
gdb/testsuite/ChangeLog | 8 ++
.../gdb.mi/mi-breakpoint-location-ena-dis.exp | 56 ---------
...-dis.cc => mi-breakpoint-multiple-locations.cc} | 0
.../gdb.mi/mi-breakpoint-multiple-locations.exp | 131 +++++++++++++++++++++
13 files changed, 331 insertions(+), 78 deletions(-)
delete mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-location-ena-dis.exp
rename gdb/testsuite/gdb.mi/{mi-breakpoint-location-ena-dis.cc => mi-breakpoint-mu [...]
create mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-multiple-locations.exp
--
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-release-aarch64-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from a73e76ab38f ReleaseNotes: SystemZ, by Ulrich Weigand.
adds 0712a5fe390 ReleaseNotes: fix sorting, spotted by Eugene Zelenko
adds 2ffb1b0413e ReleaseNotes: Changes to the JIT APIs; by Lang Hames
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/docs/ReleaseNotes.rst | 12 ++++++------
llvm/docs/ReleaseNotes.rst | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 6 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-release-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 393b04e4 0: good: llvm-linux: boot
new 50ecd444 0: good: 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 (393b04e4)
\
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9359 ++++++++++++++++++++--------------------
3-build_linux/console.log | 22 +-
console.log | 9395 ++++++++++++++++++++---------------------
jenkins/manifest.sh | 8 +-
5 files changed, 9392 insertions(+), 9406 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 74fba6521c1 [MsgPack] Removed MsgPackTypes
new dca8e63deaa [X86] Regenerate tail call tests
new 4aa20a4a6d2 [X86] Remove icmp undef in more reduced tests
new f3a3d439652 Mips: Add ImmArg to intrinsics
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:
include/llvm/IR/IntrinsicsMips.td | 294 +++++++++++-----------
test/CodeGen/Mips/msa/immediates.ll | 135 ----------
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/sext-i1.ll | 13 +-
test/CodeGen/X86/tail-dup-merge-loop-headers.ll | 175 +++++++++++--
test/CodeGen/X86/tail-dup-repeat.ll | 47 +++-
test/Verifier/Mips/intrinsic-immarg.ll | 82 ++++++
test/{CodeGen/MIR => Verifier}/Mips/lit.local.cfg | 0
8 files changed, 430 insertions(+), 326 deletions(-)
create mode 100644 test/Verifier/Mips/intrinsic-immarg.ll
copy test/{CodeGen/MIR => Verifier}/Mips/lit.local.cfg (100%)
--
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 32f5643c4e [Parse] Parse '#pragma clang attribute' as an external-declaration
new 082fb78298 [Analyzer] Update the LLVM license in PointerSortingChecker.cpp
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/StaticAnalyzer/Checkers/PointerSortingChecker.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.