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-mainline-defconfig
in repository toolchain/ci/llvm-project.
from 99464b7eb1d [clangd][Hover] Change arrow in return type back to â
adds 01fd650ba3d [RISCV] Pass target-abi via module flag metadata
adds 7c5784746cf [RISCV] Check the target-abi module flag matches the option
adds 4d342b7d8e9 Revert "[RISCV] Support ABI checking with per function targ [...]
adds 72882ca30d8 [RISCV] Support ABI checking with per function target-features
adds c23212a438f [IR] Keep a double break between functions when printing a module
adds 87c7863c3ec Reland "[StackColoring] Remap PseudoSourceValue frame indic [...]
adds 6472fec9a69 [clangd][Hover] Handle uninstantiated templates
adds 54b022d3444 [lldb] Fix nondeterminism in TestCppBitfields
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/Hover.cpp | 27 ++++++++++++++--------
clang-tools-extra/clangd/unittests/HoverTests.cpp | 19 +++++++++++++++
clang/lib/CodeGen/CodeGenModule.cpp | 7 ++++++
clang/test/CodeGen/riscv-metadata.c | 14 +++++++++++
.../test/lang/cpp/bitfields/TestCppBitfields.py | 2 +-
.../lldbsuite/test/lang/cpp/bitfields/main.cpp | 2 +-
llvm/lib/CodeGen/StackColoring.cpp | 16 +++++++------
llvm/lib/IR/AsmWriter.cpp | 4 +++-
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 5 ++--
llvm/lib/Target/RISCV/RISCVTargetMachine.cpp | 14 +++++++++--
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 24 +++++++++++--------
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h | 2 ++
llvm/test/CodeGen/RISCV/module-target-abi.ll | 24 +++++++++++++++++++
llvm/test/CodeGen/RISCV/module-target-abi2.ll | 27 ++++++++++++++++++++++
llvm/test/Feature/undefined.ll | 13 +++++++++++
15 files changed, 167 insertions(+), 33 deletions(-)
create mode 100644 clang/test/CodeGen/riscv-metadata.c
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi.ll
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi2.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/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards ecae46aa 0: update: llvm-linux: boot
new 6984bd4f 0: update: 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 (ecae46aa)
\
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 | 166 +-
02-build_llvm/console.log | 12640 +++++++++++++++++-----------------
03-build_linux/console.log | 614 +-
04-boot_linux/console.log | 443 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13867 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13873 insertions(+), 13875 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-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from 99464b7eb1d [clangd][Hover] Change arrow in return type back to â
adds 01fd650ba3d [RISCV] Pass target-abi via module flag metadata
adds 7c5784746cf [RISCV] Check the target-abi module flag matches the option
adds 4d342b7d8e9 Revert "[RISCV] Support ABI checking with per function targ [...]
adds 72882ca30d8 [RISCV] Support ABI checking with per function target-features
adds c23212a438f [IR] Keep a double break between functions when printing a module
adds 87c7863c3ec Reland "[StackColoring] Remap PseudoSourceValue frame indic [...]
adds 6472fec9a69 [clangd][Hover] Handle uninstantiated templates
adds 54b022d3444 [lldb] Fix nondeterminism in TestCppBitfields
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/Hover.cpp | 27 ++++++++++++++--------
clang-tools-extra/clangd/unittests/HoverTests.cpp | 19 +++++++++++++++
clang/lib/CodeGen/CodeGenModule.cpp | 7 ++++++
clang/test/CodeGen/riscv-metadata.c | 14 +++++++++++
.../test/lang/cpp/bitfields/TestCppBitfields.py | 2 +-
.../lldbsuite/test/lang/cpp/bitfields/main.cpp | 2 +-
llvm/lib/CodeGen/StackColoring.cpp | 16 +++++++------
llvm/lib/IR/AsmWriter.cpp | 4 +++-
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 5 ++--
llvm/lib/Target/RISCV/RISCVTargetMachine.cpp | 14 +++++++++--
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 24 +++++++++++--------
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h | 2 ++
llvm/test/CodeGen/RISCV/module-target-abi.ll | 24 +++++++++++++++++++
llvm/test/CodeGen/RISCV/module-target-abi2.ll | 27 ++++++++++++++++++++++
llvm/test/Feature/undefined.ll | 13 +++++++++++
15 files changed, 167 insertions(+), 33 deletions(-)
create mode 100644 clang/test/CodeGen/riscv-metadata.c
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi.ll
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi2.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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c3da53af 0: update: llvm-linux: boot
new 3ec5dc96 0: update: 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 (c3da53af)
\
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 | 22 +-
02-build_llvm/console.log | 12690 +++++++++++++++++------------------
03-build_linux/console.log | 746 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13472 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 13480 insertions(+), 13472 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-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 2ceb5aba64e c++: Bogus error using namespace alias [PR91826]
adds 83f65674e78 Daily bump.
adds 7db777843cc c++: Fix ICE with lambda in member operator (PR93279)
adds dcb23017b1a c++: Fix array of char typedef in template (PR90966).
adds 9d4d55a52d4 c++: Function declared with typedef with eh-specification.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++++++++++
gcc/cp/decl.c | 1 +
gcc/cp/name-lookup.c | 6 ++++++
gcc/cp/pt.c | 13 ++++++++++++-
gcc/testsuite/g++.dg/cpp0x/initlist-array10.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type22.C | 6 ++++++
8 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array10.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type22.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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3d9cf4ca 0: update: binutils-gcc-linux: boot
new 6893ab62 0: update: binutils-gcc-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 (3d9cf4ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 216 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11542 ++++++++--------
04-build_abe-stage1/console.log | 13584 +++++++++---------
05-build_linux/console.log | 846 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 26655 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26653 insertions(+), 26644 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_bmk_tk1/gnu-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 53c74007 0: update: binutils-glibc: 1
new 44a6f421 0: update: gcc-bff948aa337807260344c83ac9079d6386410094: 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 (53c74007)
\
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 | 120 +-
03-build_abe-binutils/console.log | 11135 ++-
04-build_abe-stage1/console.log | 20075 ++---
05-build_abe-linux/console.log | 208 +-
06-build_abe-glibc/console.log | 38258 ++++-----
07-build_abe-stage2/console.log | 45038 +++++-----
09-benchmark--O2_marm/benchmark-start.log | 2 +-
09-benchmark--O2_marm/benchmark.log | 13 +-
09-benchmark--O2_marm/console.log | 145 +-
10-check_regression/console.log | 4420 +-
10-check_regression/results-0.csv | 3224 +-
10-check_regression/results-1.csv | 3227 +-
10-check_regression/results-brief.csv | 30 +
10-check_regression/results-compare.csv | 9 +-
10-check_regression/results-full.csv | 3471 +-
10-check_regression/results.csv | 243 +-
10-check_regression/results.log | 3601 +-
11-update_baseline/console.log | 4430 +-
11-update_baseline/results-0.csv | 3224 +-
11-update_baseline/results-1.csv | 3227 +-
11-update_baseline/results-brief.csv | 30 +
11-update_baseline/results-compare.csv | 9 +-
11-update_baseline/results-full.csv | 3471 +-
11-update_baseline/results.csv | 243 +-
11-update_baseline/results.log | 3609 +-
console.log | 123971 +++++++++++++--------------
jenkins/manifest.sh | 15 +-
results_id | 2 +-
29 files changed, 137392 insertions(+), 138186 deletions(-)
create mode 100644 10-check_regression/results-brief.csv
create mode 100644 11-update_baseline/results-brief.csv
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.