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-master-arm-stable-defconfig
in repository toolchain/ci/llvm-project.
from 2c59c4ffb9c [perf-training] Make training data location configurable
adds d4e10e6adb1 AArch64: Fix frame record chain
adds 5ea34c15bb9 gn build: (manually and belatedly) merge ed153ef044fd
adds 061a94e4e28 Revert "AArch64: Fix frame record chain"
adds 357e64e9526 [cxx_status] Fix paper number for "Concept auto" paper.
adds 95ce8f94986 [LegalizeTypes] In PromoteFloatOp_SETCC, don't both queryin [...]
adds 1dc0c8af5e7 [LegalizeTypes] Teach BitcastToInt_ATOMIC_SWAP to only crea [...]
adds 0133dc3983c [IR] Include more target specific intrinsic headers
adds 273e6742524 [analyzer] Add support for namespaces to GenericTaintChecker
adds 2afe8641184 [DAG] Add SimplifyDemandedBits support for BSWAP
adds 6080387f136 [InstSimplify] fold splat of inserted constant to vector constant
adds bbc9f6c2ef0 [clang-tidy] Add cert-oop58-cpp check The check warns when [...]
adds fd7dca98373 gn build: Merge bbc9f6c2ef0
new aa4558497ff [clang] Improve LLVM-style RTTI support in ExternalASTSourc [...]
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:
.../clang-tidy/cert/CERTTidyModule.cpp | 3 +
clang-tools-extra/clang-tidy/cert/CMakeLists.txt | 1 +
.../clang-tidy/cert/MutatingCopyCheck.cpp | 83 ++++++++++
.../clang-tidy/cert/MutatingCopyCheck.h | 35 ++++
clang-tools-extra/docs/ReleaseNotes.rst | 6 +
.../docs/clang-tidy/checks/cert-oop58-cpp.rst | 11 ++
clang-tools-extra/docs/clang-tidy/checks/list.rst | 1 +
.../test/clang-tidy/checkers/cert-oop58-cpp.cpp | 149 +++++++++++++++++
clang/include/clang/AST/ExternalASTSource.h | 11 +-
clang/include/clang/Sema/ExternalSemaSource.h | 16 +-
.../clang/Sema/MultiplexExternalSemaSource.h | 12 +-
clang/lib/AST/ExternalASTSource.cpp | 2 +
clang/lib/Sema/MultiplexExternalSemaSource.cpp | 2 +
clang/lib/Sema/Sema.cpp | 1 +
.../Checkers/GenericTaintChecker.cpp | 181 ++++++++++++++-------
.../test/Analysis/Inputs/taint-generic-config.yaml | 41 +++++
clang/test/Analysis/taint-generic.cpp | 126 ++++++++++++++
clang/www/cxx_status.html | 2 +-
llvm/lib/Analysis/InstructionSimplify.cpp | 24 +++
.../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 16 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 ++
llvm/test/CodeGen/AArch64/arm64-rev.ll | 15 +-
llvm/test/CodeGen/AMDGPU/bswap.ll | 1 -
llvm/test/CodeGen/X86/atomic32.ll | 175 ++++++++++++++++++++
llvm/test/CodeGen/X86/combine-bswap.ll | 4 +-
.../InstCombine/insert-extract-shuffle.ll | 3 +-
llvm/test/Transforms/InstSimplify/shufflevector.ll | 12 +-
.../clang-tools-extra/clang-tidy/cert/BUILD.gn | 1 +
llvm/utils/gn/secondary/clang/test/BUILD.gn | 1 +
polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 +
30 files changed, 848 insertions(+), 98 deletions(-)
create mode 100644 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
create mode 100644 clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
create mode 100644 clang-tools-extra/docs/clang-tidy/checks/cert-oop58-cpp.rst
create mode 100644 clang-tools-extra/test/clang-tidy/checkers/cert-oop58-cpp.cpp
create mode 100644 clang/test/Analysis/taint-generic.cpp
--
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-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards bac410c0 0: update: llvm-linux: boot
new 45058430 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 (bac410c0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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 | 229 +-
02-build_llvm/console.log | 12376 +++++++++++++-------------
03-build_linux/console.log | 4682 +++++-----
04-boot_linux/console.log | 476 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 17802 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 17821 insertions(+), 17774 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cd24029d 0: update: llvm-linux: 18259
new f29a5d90 0: update: llvm-6080387f136af5a51bbc310abb08c7158d7cd9d2: 18259
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 (cd24029d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 130 +-
02-build_llvm/console.log | 12566 +++++++++++++++++-----------------
03-build_linux/console.log | 1209 ++--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13917 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
7 files changed, 13792 insertions(+), 14055 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/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from 761452f127 x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]
adds 4719e1851c <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clan [...]
adds 50f20fe506 misc/test-errno-linux: Handle EINVAL from quotactl
No new revisions were added by this update.
Summary of changes:
NEWS | 1 +
string/string.h | 3 ++-
sysdeps/unix/sysv/linux/test-errno-linux.c | 5 +++--
3 files changed, 6 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_bmk/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 5c246690 2: update: binutils-gcc-glibc-: 0
new 5bb92db6 2: update: binutils-gcc-glibc: 0
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 (5c246690)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-aarch64- [...]
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-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11016 +-
04-build_abe-stage1/console.log | 13714 +--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 23839 ++--
07-build_abe-stage2/console.log | 40128 +++----
09-benchmark--Os_LTO/benchmark-start.log | 1 +
.../benchmark.log | 23 +-
.../console.log | 249 +-
09-benchmark-Os_LTO/benchmark-start.log | 1 -
10-check_regression/console.log | 4488 +-
10-check_regression/results-0.csv | 3342 +-
10-check_regression/results-1.csv | 3179 +-
10-check_regression/results-compare.csv | 19 +-
10-check_regression/results-full.csv | 3361 +-
10-check_regression/results.csv | 247 +-
10-check_regression/results.log | 3980 +-
11-update_baseline/console.log | 8746 +-
11-update_baseline/results-1.csv | 3179 +-
11-update_baseline/results-compare.csv | 30 +-
11-update_baseline/results-full.csv | 3177 +-
11-update_baseline/results.csv | 247 +-
11-update_baseline/results.log | 2602 +-
console.log | 103092 +++++++++---------
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
28 files changed, 114322 insertions(+), 115270 deletions(-)
create mode 100644 09-benchmark--Os_LTO/benchmark-start.log
rename {09-benchmark-Os_LTO => 09-benchmark--Os_LTO}/benchmark.log (73%)
rename {09-benchmark-Os_LTO => 09-benchmark--Os_LTO}/console.log (50%)
delete mode 100644 09-benchmark-Os_LTO/benchmark-start.log
--
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 e829a047 0: update: llvm-linux: boot
new da9d8162 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 (e829a047)
\
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 | 11968 +++++++++++++++++-----------------
03-build_linux/console.log | 616 +-
04-boot_linux/console.log | 442 +-
05-check_regression/console.log | 18 +-
console.log | 13264 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13269 insertions(+), 13269 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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c7ba183c 0: update: llvm-linux: 16
new 06cac29b 0: update: llvm-linux: 16
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 (c7ba183c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/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 | 193 +-
02-build_llvm/console.log | 11870 +++++++++++++++++-----------------
03-build_linux/console.log | 846 ++-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 12921 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
7 files changed, 12931 insertions(+), 12917 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.