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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4ccb4e0f 0: update: llvm-linux: boot
new 1f98a48f 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 (4ccb4e0f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 166 +-
02-build_llvm/console.log | 12628 +++++++++++++++++------------------
03-build_linux/console.log | 774 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13576 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13580 insertions(+), 13580 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-arm-next-defconfig
in repository toolchain/ci/gcc.
from ff0a7322af1 Daily bump.
adds 92e43afb5f2 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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_kernel/gnu-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards a705dbdd 0: update: binutils-gcc-linux: boot
new dcd09b8c 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 (a705dbdd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 10849 +++++++------
04-build_abe-stage1/console.log | 18547 +++++++++++----------
05-build_linux/console.log | 696 +-
06-boot_linux/console.log | 482 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31277 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31282 insertions(+), 31261 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-aarch64-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from 2ac702aaf09 Move ASTRecordWriter into its own header; NFC.
adds 6fe527765a3 gn build: (manually) merge 6404bd236 and d505e57cc2
adds f0604e73a4d Revert "[clangd] Fall back to selecting token-before-cursor [...]
adds 1de1add1591 gn build: Merge 91dd67ef724
adds 687e98d294c Fix build with older (still supported) gcc versions.
adds 796e009c31c [AArch64] add tests for fcvtl2; NFC
adds 5708f2daf73 [clang] Fix modules build after addition of TypeBitCodes.def
adds ccc453eb57b [AArch64][test] Fix machine-outliner-size-info.mir after D71168
adds 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
new 273e6742524 [analyzer] Add support for namespaces to GenericTaintChecker
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-tools-extra/clangd/ClangdServer.cpp | 71 +++-----
clang-tools-extra/clangd/Hover.cpp | 7 +-
clang-tools-extra/clangd/Selection.cpp | 76 +++------
clang-tools-extra/clangd/Selection.h | 49 ++----
clang-tools-extra/clangd/SemanticSelection.cpp | 3 +-
clang-tools-extra/clangd/XRefs.cpp | 17 +-
clang-tools-extra/clangd/refactor/Rename.cpp | 3 +-
clang-tools-extra/clangd/refactor/Tweak.cpp | 6 +-
clang-tools-extra/clangd/refactor/Tweak.h | 2 +-
.../clangd/unittests/FindTargetTests.cpp | 4 +-
.../clangd/unittests/FormattedStringTests.cpp | 12 +-
clang-tools-extra/clangd/unittests/HoverTests.cpp | 2 +-
.../clangd/unittests/SelectionTests.cpp | 71 +-------
.../clangd/unittests/TweakTesting.cpp | 57 +++----
clang-tools-extra/clangd/unittests/TweakTests.cpp | 2 +-
clang/include/clang/module.modulemap | 10 +-
.../Checkers/GenericTaintChecker.cpp | 181 ++++++++++++++-------
.../test/Analysis/Inputs/taint-generic-config.yaml | 41 +++++
clang/test/Analysis/taint-generic.cpp | 126 ++++++++++++++
clang/utils/perf-training/CMakeLists.txt | 4 +
clang/utils/perf-training/lit.cfg | 2 +-
clang/utils/perf-training/lit.site.cfg.in | 3 +-
clang/utils/perf-training/order-files.lit.cfg | 4 +-
.../perf-training/order-files.lit.site.cfg.in | 3 +-
clang/www/cxx_status.html | 2 +-
.../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 16 +-
llvm/test/CodeGen/AArch64/arm64-vcvt_f.ll | 49 ++++++
.../CodeGen/AArch64/machine-outliner-size-info.mir | 1 +
llvm/test/CodeGen/X86/atomic32.ll | 175 ++++++++++++++++++++
.../gn/secondary/clang/include/clang/AST/BUILD.gn | 20 +++
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn | 4 +
llvm/utils/gn/secondary/clang/test/BUILD.gn | 1 +
.../gn/secondary/clang/utils/TableGen/BUILD.gn | 2 +
polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 +
34 files changed, 687 insertions(+), 340 deletions(-)
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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 652f47ec 0: update: llvm-linux: boot
new 54c04aaa 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 (652f47ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 134 +-
02-build_llvm/console.log | 12530 +++++++++++++++++-----------------
03-build_linux/console.log | 912 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 28 +-
06-update_baseline/console.log | 29 +
console.log | 13637 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13670 insertions(+), 13612 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-O3_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-O3_LTO
in repository toolchain/ci/base-artifacts.
discards f8a485ad 2: update: binutils-gcc-glibc-: 0
new b5ff0fd4 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 (f8a485ad)
\
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 | 175 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 10970 +-
04-build_abe-stage1/console.log | 12353 +-
05-build_abe-linux/console.log | 304 +-
06-build_abe-glibc/console.log | 38526 +++---
07-build_abe-stage2/console.log | 39832 +++---
09-benchmark--O3_LTO/benchmark-start.log | 1 +
.../benchmark.log | 20 +-
.../console.log | 148 +-
09-benchmark-O3_LTO/benchmark-start.log | 1 -
10-check_regression/console.log | 4344 +-
10-check_regression/results-0.csv | 2713 +-
10-check_regression/results-1.csv | 2660 +-
10-check_regression/results-compare.csv | 5 +-
10-check_regression/results-full.csv | 2906 +-
10-check_regression/results.csv | 239 +-
10-check_regression/results.log | 3542 +-
11-update_baseline/console.log | 8222 +-
11-update_baseline/results-1.csv | 2660 +-
11-update_baseline/results-compare.csv | 3 +-
11-update_baseline/results-full.csv | 2660 +-
11-update_baseline/results.csv | 235 +-
11-update_baseline/results.log | 2278 +-
console.log | 115354 +++++++++---------
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
28 files changed, 125263 insertions(+), 125306 deletions(-)
create mode 100644 09-benchmark--O3_LTO/benchmark-start.log
rename {09-benchmark-O3_LTO => 09-benchmark--O3_LTO}/benchmark.log (79%)
rename {09-benchmark-O3_LTO => 09-benchmark--O3_LTO}/console.log (68%)
delete mode 100644 09-benchmark-O3_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/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from fb55980a914 PR ipa/92357 * ipa-fnsummary.c (ipa_fn_summary_write): Us [...]
adds c102f45460a gcc/ChangeLog:
adds f1aae332683 PR preprocessor/92919 * charset.c (wide_str_to_charconst) [...]
adds a0e55bdac3d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 4 ++++
gcc/DATESTAMP | 2 +-
gcc/doc/extend.texi | 20 ++++++++++----------
libcpp/ChangeLog | 6 ++++++
libcpp/charset.c | 11 +++++++++++
5 files changed, 32 insertions(+), 11 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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from fb46334198 Add unlink support to moxie simulator
adds db178f47dd gdb/doc: Remove duplicate description of lookup_global_symbol
adds 37e61c4631 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 14 --------------
3 files changed, 6 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.