This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 83b6db970c Clarify when fix-it hints on warnings are appropriate
new 2c469237d8 msabi: Fix exponential mangling time for certain pathologica [...]
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/AST/MicrosoftMangle.cpp | 93 ++++++++++++++--------
.../mangle-ms-back-references-pr13207.cpp | 41 ++++++++++
2 files changed, 100 insertions(+), 34 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/llvm-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 6b74077 0: init: binutils-gcc-glibc-llvm: 0
new e04909b 0: update: binutils-gcc-glibc-llvm: 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 (6b74077)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-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 | 258 +-
02-prepare_abe/console.log | 460 +-
03-build_abe-binutils/console.log | 11602 ++--
04-build_abe-stage1/console.log | 15510 ++---
05-build_abe-linux/console.log | 376 +-
06-build_abe-glibc/console.log | 40266 ++++++------
07-build_abe-stage2/console.log | 40710 ++++++------
08-build_llvm-true/console.log | 12083 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 11 +-
09-benchmark/console.log | 195 +-
10-check_regression/console.log | 50 +-
11-update_baseline/console.log | 68 +-
console.log | 121582 ++++++++++++++++++-----------------
jenkins/manifest.sh | 20 +-
results.csv | 1 +
results_id | 2 +-
17 files changed, 121649 insertions(+), 121547 deletions(-)
create mode 100644 results.csv
--
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/llvm-master-arm-spec2k6-O2_LTO
in repository toolchain/ci/llvm-project.
from 099eca832e7 [LoopPred] Handle a subset of NE comparison based latches
adds 2258ecc2aae [COFF, ARM64] Fix location of ARM64 CodeView test
adds 19afdf74bb9 [LoopPred] Eliminate a redundant/confusing cover function [NFC]
adds 4e875464df0 Inline variable into assert to fix unused variable warning.
adds b380846a125 [RuntimeDyld] fix too-small-bitmask error
adds 48fdb61766a [X86] Make the X86FoldTablesEmitter functional again. Fix t [...]
adds c288a19bb71 [X86] Add AVX512BF16 and AVX512VP2INTERSECT instructions to [...]
adds b3498346fd2 [llvm-objcopy] test commit
No new revisions were added by this update.
Summary of changes:
.../ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 +-
llvm/lib/Target/X86/X86InstrFoldTables.cpp | 39 ++-
llvm/lib/Transforms/Scalar/LoopPredication.cpp | 45 ++--
llvm/test/CodeGen/X86/stack-folding-avx512bf16.ll | 297 +++++++++++++++++++++
.../X86/stack-folding-avx512vp2intersect.ll | 88 ++++++
.../arm64-register-variables.ll} | 2 +-
llvm/test/DebugInfo/COFF/AArch64/lit.local.cfg | 3 +
llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 2 +-
llvm/utils/TableGen/X86FoldTablesEmitter.cpp | 61 +++--
9 files changed, 486 insertions(+), 53 deletions(-)
create mode 100644 llvm/test/CodeGen/X86/stack-folding-avx512bf16.ll
create mode 100644 llvm/test/CodeGen/X86/stack-folding-avx512vp2intersect.ll
rename llvm/test/DebugInfo/COFF/{register-variables-arm64.ll => AArch64/arm64-regi [...]
create mode 100644 llvm/test/DebugInfo/COFF/AArch64/lit.local.cfg
--
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/llvm-master-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 744f329 0: init: binutils-gcc-glibc-llvm: -10
new a16c228 0: 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 (744f329)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 235 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 5735 +++-
04-build_abe-stage1/console.log | 10127 ++++++
05-build_abe-linux/console.log | 181 +
06-build_abe-glibc/console.log | 19921 +++++++++++
07-build_abe-stage2/console.log | 23496 +++++++++++++
08-build_llvm-true/console.log | 6080 ++++
09-benchmark/benchmark-start.log | 1 +
09-benchmark/benchmark.log | 51 +
09-benchmark/console.log | 257 +
10-check_regression/console.log | 17 +-
11-update_baseline/console.log | 15 +-
console.log | 66504 +++++++++++++++++++++++++++++++++++-
jenkins/manifest.sh | 13 +-
results | 12 +
16 files changed, 132321 insertions(+), 764 deletions(-)
create mode 100644 04-build_abe-stage1/console.log
create mode 100644 05-build_abe-linux/console.log
create mode 100644 06-build_abe-glibc/console.log
create mode 100644 07-build_abe-stage2/console.log
create mode 100644 08-build_llvm-true/console.log
create mode 100644 09-benchmark/benchmark-start.log
create mode 100644 09-benchmark/benchmark.log
create mode 100644 09-benchmark/console.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_bmk/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/binutils-gdb.
from e2c52041c0 NEWS and documentation for | (pipe) command.
adds 0b62c71c08 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 64a7b4f 0: init: binutils-gcc-glibc-llvm: -1
new 9d73341 0: 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 (64a7b4f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 238 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11391 ++-
04-build_abe-stage1/console.log | 20163 +++---
05-build_abe-linux/console.log | 288 +-
06-build_abe-glibc/console.log | 39340 ++++++-----
07-build_abe-stage2/console.log | 46688 ++++++-------
08-build_llvm-true/console.log | 12025 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 23 +-
09-benchmark/console.log | 611 +-
10-check_regression/console.log | 20 +-
11-update_baseline/console.log | 42 +-
console.log | 131294 +++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
15 files changed, 131243 insertions(+), 131340 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d3d742d 0: update: llvm-linux: all
new 5b6c1c8 0: update: llvm-linux: all
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 (d3d742d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 162 +-
02-build_llvm/console.log | 11972 ++++++++++++++++++------------------
03-build_linux/console.log | 674 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 -
console.log | 12810 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12812 insertions(+), 12841 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.