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 65b83774 0: good: binutils-gcc-linux: all
new 475acda2 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 (65b83774)
\
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:
01-reset_artifacts/console.log | 98 +-
02-prepare_abe/console.log | 130 +-
03-build_abe-binutils/console.log | 6271 +++--
04-build_abe-stage1/console.log | 13680 +++++------
05-build_linux/console.log | 24637 ++++++++++----------
06-boot_linux/console.log | 2 +-
console.log | 44878 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
9 files changed, 44864 insertions(+), 44852 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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from cd5b607419 sim: fix aarch64 sim build
adds c92df149c2 Testsuite: set sysroot when using gdbserver
adds f489207efd Fix stepping past unwritable kernel helper on nios2-linux-gnu.
adds 65d2b333a8 Fix GDB being suspended SIGTTOU when running gdb.multi/multi [...]
adds 80047cfc27 Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb
adds 077cad8ec1 Fix gdb.multi/multi-term-settings.exp blocking under high lo [...]
adds e432ccf1cb Fix format specification in display_selector() (again)
adds d3fe0d7bb8 sim: fix all sim builds
adds 5f33607b28 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 16 +++++++++++++
gdb/infrun.c | 4 ++++
gdb/nios2-linux-tdep.c | 12 ++++++++++
gdb/nios2-tdep.c | 27 +++++++++++++++++----
gdb/nios2-tdep.h | 3 +++
gdb/testsuite/ChangeLog | 18 ++++++++++++++
gdb/testsuite/boards/local-board.exp | 3 +++
gdb/testsuite/gdb.multi/hello.c | 2 +-
gdb/testsuite/gdb.multi/multi-term-settings.c | 2 +-
gdb/testsuite/gdb.threads/watchpoint-fork.exp | 34 +++++++++++++++++----------
gdb/windows-nat.c | 6 +++--
sim/common/ChangeLog | 5 ++++
sim/common/sim-base.h | 1 +
sim/common/sim-basics.h | 2 ++
15 files changed, 115 insertions(+), 22 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 1e0c9f92 0: good: binutils-gcc-linux: all
new 47091b92 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 (1e0c9f92)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 126 +-
02-prepare_abe/console.log | 172 +-
03-build_abe-binutils/console.log | 10039 ++++++------
04-build_abe-stage1/console.log | 18516 +++++++++++------------
05-build_linux/console.log | 328 +-
06-boot_linux/console.log | 2 +-
console.log | 29318 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 29240 insertions(+), 29275 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 61dd1946942 [DAGCombiner] simplify shuffle of shuffle
new 6bd5429ddf5 [NFC][llvm-exegesis] Refactor ResolvedSchedClass & friends
new b44e4a67c71 gn build: Merge r357259
new 755ffc48b16 gn build: Merge r357248
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:
tools/llvm-exegesis/lib/Analysis.cpp | 224 +------------------
tools/llvm-exegesis/lib/Analysis.h | 21 +-
tools/llvm-exegesis/lib/CMakeLists.txt | 3 +-
tools/llvm-exegesis/lib/SchedClassResolution.cpp | 243 +++++++++++++++++++++
tools/llvm-exegesis/lib/SchedClassResolution.h | 58 +++++
unittests/tools/llvm-exegesis/X86/CMakeLists.txt | 4 +-
...alysisTest.cpp => SchedClassResolutionTest.cpp} | 17 +-
utils/gn/secondary/llvm/lib/MCA/BUILD.gn | 1 +
.../llvm/tools/llvm-exegesis/lib/BUILD.gn | 1 +
.../unittests/tools/llvm-exegesis/X86/BUILD.gn | 2 +-
10 files changed, 326 insertions(+), 248 deletions(-)
create mode 100644 tools/llvm-exegesis/lib/SchedClassResolution.cpp
create mode 100644 tools/llvm-exegesis/lib/SchedClassResolution.h
rename unittests/tools/llvm-exegesis/X86/{AnalysisTest.cpp => SchedClassResolution [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.