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-O2
in repository toolchain/ci/base-artifacts.
from 6b30aa75c 1: reset: binutils-75faf5c41d7fc713b73cbb3523dcc6ca3855f98e: 0
new 51be9085d 2: reset: glibc-c54d86490300c29e00c20c8123388bd47f6fec76: 0
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 | 64 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 11411 ++--
04-build_abe-stage1---/console.log | 14650 ++---
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 39389 ++++++------
07-build_abe-stage2---/console.log | 38846 ++++++------
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 60 +-
09-benchmark/console.log | 144 +-
11-update_baseline/console.log | 8740 ++-
bad_revs | 1 -
console.log | 114514 +++++++++++++++++-----------------
failures | 1 -
jenkins/manifest.sh | 10 +-
results-full.csv | 3510 +-
results.csv | 249 +-
results_id | 2 +-
18 files changed, 115659 insertions(+), 116648 deletions(-)
delete mode 100644 bad_revs
delete mode 100644 failures
--
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 gcc.
from 9a236ca1a68 Rename Deprecated to WarnRemoved in *.opt files.
new e98f100cc5f Make get_call_rtx_from take a const rtx_insn *
new e4c0b7eac16 Implement std::common_reference for C++20
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:
gcc/ChangeLog | 10 ++
gcc/config/i386/i386-expand.c | 2 +-
gcc/config/i386/i386-expand.h | 2 +-
gcc/dwarf2out.c | 2 +-
gcc/rtl.h | 2 +-
gcc/rtlanal.c | 5 +-
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/include/std/type_traits | 184 ++++++++++++++++++++-
.../requirements/alias_decl.cc} | 23 +--
.../requirements/explicit_instantiation.cc | 23 ++-
.../common_reference/requirements/typedefs.cc | 92 +++++++++++
11 files changed, 327 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/20_util/{is_bounded_array/requirements/explicit_instan [...]
copy libstdc++-v3/testsuite/20_util/{is_unbounded_array => common_reference}/requi [...]
create mode 100644 libstdc++-v3/testsuite/20_util/common_reference/requirements/ty [...]
--
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 8a96e2c0c78 [RISCV] Add Option for Printing Architectural Register Names
new 7b1d1c328cc AMDGPU/GlobalISel: First pass at attempting to legalize loa [...]
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/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 325 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 38 +-
lib/Target/AMDGPU/SIISelLowering.h | 5 +
.../GlobalISel/inst-select-load-local-128.mir | 229 +
.../AMDGPU/GlobalISel/inst-select-load-local.mir | 383 +-
.../AMDGPU/GlobalISel/inst-select-load-private.mir | 328 -
.../AMDGPU/GlobalISel/legalize-load-constant.mir | 11906 +++++++++++++++++++
.../AMDGPU/GlobalISel/legalize-load-flat.mir | 10411 ++++++++++++++++
.../AMDGPU/GlobalISel/legalize-load-global.mir | 11361 ++++++++++++++++++
.../AMDGPU/GlobalISel/legalize-load-local.mir | 11269 ++++++++++++++++++
.../AMDGPU/GlobalISel/legalize-load-private.mir | 10223 ++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 443 -
test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 54 +-
13 files changed, 55834 insertions(+), 1141 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local-128.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
delete mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir
--
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 lldb.
from 7d597e96d [lldb] Readd missing functionalities/breakpoint tests
new f43513d47 Implement DW_OP_convert
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/lldb/Core/Section.h | 5 +-
include/lldb/Utility/Scalar.h | 28 +--
source/Core/Section.cpp | 4 -
source/Expression/DWARFExpression.cpp | 77 +++++++
source/Utility/Scalar.cpp | 45 ++++
unittests/Expression/DWARFExpressionTest.cpp | 294 ++++++++++++++++++++++++++-
unittests/Utility/ScalarTest.cpp | 2 +-
7 files changed, 423 insertions(+), 32 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 2d60161648 Update "save gdb-index" documentation
new 8063ab7e37 Use the correct alias for the M68K tdiv instruction.
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:
opcodes/ChangeLog | 5 +++++
opcodes/m68k-opc.c | 4 ++--
2 files changed, 7 insertions(+), 2 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 gcc.
from a5c00f1f53d * gfortran.dg/default_format_1.f90: Remove XFAIL AI [...]
new 9a236ca1a68 Rename Deprecated to WarnRemoved in *.opt files.
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 | 22 ++++++++++
gcc/c-family/ChangeLog | 4 ++
gcc/c-family/c.opt | 92 +++++++++++++++++++++---------------------
gcc/common.opt | 8 ++--
gcc/config/aarch64/aarch64.opt | 2 +-
gcc/config/arm/arm.opt | 2 +-
gcc/config/i386/i386.opt | 9 ++---
gcc/config/ia64/ia64.opt | 4 +-
gcc/config/rs6000/rs6000.opt | 6 +--
gcc/doc/options.texi | 6 +--
gcc/dwarf2out.c | 2 +-
gcc/lto-opts.c | 2 +-
gcc/lto-wrapper.c | 2 +-
gcc/optc-gen.awk | 10 +++--
gcc/opth-gen.awk | 2 +-
gcc/opts-common.c | 10 ++---
gcc/opts.c | 2 +-
17 files changed, 105 insertions(+), 80 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-allmodconfig
in repository toolchain/ci/llvm-project.
from 5cbaa56ac5f Merging r370592: ------------------------------------------ [...]
adds 127240acf10 Merging r371434: ------------------------------------------ [...]
No new revisions were added by this update.
Summary of changes:
llvm/lib/CodeGen/IfConversion.cpp | 6 ++++++
llvm/test/CodeGen/ARM/ifcvt-diamond-unanalyzable-common.mir | 5 ++---
2 files changed, 8 insertions(+), 3 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 356828f89 6: update: llvm-linux: 17560
new 376a42b29 6: update: llvm-linux: 17560
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 (356828f89)
\
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12036 ++++++++++++-------------
03-build_linux/console.log | 6214 ++++++-------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 20 +-
console.log | 18498 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
7 files changed, 18507 insertions(+), 18503 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.