This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards f19ddb18 7: update: binutils-gcc-glibc: 1
discards 1efb0a8d 6: reset: : 1
discards 119e72c7 5: reset: binutils-gcc-glibc: 0
discards 9cbfe82a 4: reset: binutils-gcc-glibc: 0
discards 3e136af4 3: reset: binutils-gcc-glibc: 0
new 438d8102 3: update: binutils-gcc-glibc: 1
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 (f19ddb18)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-master-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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 96 +-
03-build_abe-binutils/console.log | 10673 +--
04-build_abe-stage1/console.log | 20522 ++---
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 37599 ++++----
07-build_abe-stage2/console.log | 45699 +++++-----
09-benchmark--O2_marm/benchmark-start.log | 2 +-
09-benchmark--O2_marm/benchmark.log | 36 +-
09-benchmark--O2_marm/console.log | 426 +-
10-check_regression/console.log | 3678 +-
10-check_regression/results-0.csv | 3233 +-
10-check_regression/results-1.csv | 3247 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 14 +-
10-check_regression/results-full.csv | 3474 +-
10-check_regression/results.csv | 242 +-
10-check_regression/results.log | 4250 +-
11-update_baseline/console.log | 6653 +-
11-update_baseline/extra-bisect-params | 2 +-
11-update_baseline/results-0.csv | 3270 +-
11-update_baseline/results-1.csv | 3247 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 16 +-
11-update_baseline/results-full.csv | 3448 +-
11-update_baseline/results.csv | 242 +-
11-update_baseline/results.log | 6452 +-
11-update_baseline/results.regressions | 1 +
console.log | 128672 ++++++++++++++-------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
31 files changed, 148084 insertions(+), 137668 deletions(-)
create mode 100644 11-update_baseline/results.regressions
--
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 af2b3186480 [readelf] Fix end_seq entry in -wL. Specifically stop the [...]
new 260cd341da2 x86: Add support for Intel AMX instructions
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:
gas/ChangeLog | 28 +
gas/NEWS | 2 +
gas/config/tc-i386.c | 97 +-
gas/doc/c-i386.texi | 7 +
gas/testsuite/gas/i386/i386.exp | 4 +
gas/testsuite/gas/i386/intel-regs.d | 4 +
gas/testsuite/gas/i386/intel-regs.s | 4 +
gas/testsuite/gas/i386/x86-64-amx-bad.d | 24 +
gas/testsuite/gas/i386/x86-64-amx-bad.s | 63 +
gas/testsuite/gas/i386/x86-64-amx-intel.d | 70 +
gas/testsuite/gas/i386/x86-64-amx-inval.l | 17 +
gas/testsuite/gas/i386/x86-64-amx-inval.s | 22 +
gas/testsuite/gas/i386/x86-64-amx.d | 70 +
gas/testsuite/gas/i386/x86-64-amx.s | 61 +
opcodes/ChangeLog | 78 +
opcodes/i386-dis.c | 351 +-
opcodes/i386-gen.c | 18 +
opcodes/i386-init.h | 506 +-
opcodes/i386-opc.h | 16 +-
opcodes/i386-opc.tbl | 23 +
opcodes/i386-reg.tbl | 9 +
opcodes/i386-tbl.h | 28388 ++++++++++++++--------------
22 files changed, 15523 insertions(+), 14339 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.d
create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.s
create mode 100644 gas/testsuite/gas/i386/x86-64-amx-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.l
create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.s
create mode 100644 gas/testsuite/gas/i386/x86-64-amx.d
create mode 100644 gas/testsuite/gas/i386/x86-64-amx.s
--
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_bmk_tk1/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/llvm-project.
from 77d76b71d7d [libc++] Fix recursive instantiation in std::array.
adds 70919a46fac [tests] Speculative fix for buildbot breakage from c5f7c039efe7
adds ef32c611aa2 [tests] Revert unhelpful change from d73eed42d1dc
No new revisions were added by this update.
Summary of changes:
llvm/test/CodeGen/X86/asm-modifier2.ll | 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_bmk_tk1/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/glibc.
from 1ba9ebfce3 nss_compat: internal_end*ent may clobber errno, hiding ERANG [...]
adds 520aaef712 Fix avx2 strncmp offset compare condition check [BZ #25933]
adds 94abcef26e NEWS: Mention BZ 25933 fix
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
sysdeps/x86_64/multiarch/strcmp-avx2.S | 15 +++++++++++++++
2 files changed, 16 insertions(+)
--
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_bmk_tk1/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 0b0dad42 1: update: glibc-1ba9ebfce371cea8ab1cd5f1577a18d2f1a8c863: 1
new 75b04820 1: update: binutils-gcc-glibc-llvm: 1
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 (0b0dad42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm [...]
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 | 139 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11132 ++-
04-build_abe-stage1/console.log | 17819 ++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 39332 ++++----
07-build_abe-stage2/console.log | 44311 ++++-----
08-build_llvm-true/console.log | 12514 +--
10-benchmark--Os_mthumb/benchmark-start.log | 2 +-
10-benchmark--Os_mthumb/benchmark.log | 17 +-
10-benchmark--Os_mthumb/console.log | 213 +-
11-check_regression/console.log | 2562 +-
11-check_regression/results-0.csv | 2229 +-
11-check_regression/results-1.csv | 2210 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 8 +-
11-check_regression/results-full.csv | 2402 +-
11-check_regression/results.csv | 168 +-
11-check_regression/results.log | 2606 +-
12-update_baseline/console.log | 2844 +-
12-update_baseline/results-1.csv | 2210 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 8 +-
12-update_baseline/results-full.csv | 2210 +-
12-update_baseline/results.csv | 166 +-
12-update_baseline/results.log | 1894 +-
console.log | 131366 +++++++++++++------------
jenkins/manifest.sh | 24 +-
results_id | 2 +-
29 files changed, 140585 insertions(+), 138587 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.