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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d11565d 2: update: llvm-619e39bc729a434381537fd5051305b5998004b0: 17059
new bc5c43f 2: update: llvm-linux: 17091
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 (d11565d)
\
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 | 14 +-
02-build_llvm/console.log | 12025 +++++++++++++++----------------
03-build_linux/console.log | 2334 ++++---
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 14 +-
console.log | 14393 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
results | 2 +-
8 files changed, 14554 insertions(+), 14247 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 clang.
from 28c1cd9da3 GodeGen, NFC: Add test to track emitStoresForConstant behavior
new 2d072edf95 NFC: Convert large lambda into method
new 74002bf4c5 NFC: Pass DataLayout into isBytewiseValue
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:
lib/CodeGen/CGDecl.cpp | 171 ++++++++++++++++++++++--------------------
lib/CodeGen/CodeGenFunction.h | 3 +
2 files changed, 92 insertions(+), 82 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 llvm.
from 1156e97f613 [X86] Add patterns with and_flag_nocf for BLSI and TBM inst [...]
new f10384fa158 NFC: Pass DataLayout into isBytewiseValue
new 8e52f2768a6 Add IsBytewiseValue unit test
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:
include/llvm/Analysis/ValueTracking.h | 2 +-
lib/Analysis/ValueTracking.cpp | 11 +-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 8 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 7 +-
unittests/Analysis/ValueTrackingTest.cpp | 279 +++++++++++++++++++++++++--
5 files changed, 283 insertions(+), 24 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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 67378f7 2: update: linux-222a21d29521d144f3dd7a0bc4d4020e448f0126: 18550
new 27b7b53 2: update: linux-e9a83bd2322035ed9d7dcf35753d3f984d76c6a5: 18592
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 (67378f7)
\
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 | 165 +-
02-build_llvm/console.log | 11392 ++++++++++++++++----------------
03-build_linux/console.log | 1874 +++---
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 29 +-
console.log | 13468 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
8 files changed, 13493 insertions(+), 13453 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 llvm.
from c37037aa25e [X86] Add BLSR and BLSMSK to isUseDefConvertible.
new 4eab83a9094 [X86] Add a few more TBM and BLSI test cases that show the [...]
new 1156e97f613 [X86] Add patterns with and_flag_nocf for BLSI and TBM inst [...]
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:
lib/Target/X86/X86InstrInfo.td | 25 ++++++--
test/CodeGen/X86/bmi.ll | 123 ++++++++++++++++++++++++++++++++++-----
test/CodeGen/X86/tbm_patterns.ll | 96 +++++++++++++++++++++++++++++-
3 files changed, 222 insertions(+), 22 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 clang.
from 8f1a15f964 driver: Don't warn about assembler flags being unused when n [...]
new 28c1cd9da3 GodeGen, NFC: Add test to track emitStoresForConstant behavior
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:
test/CodeGen/init-memset.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 test/CodeGen/init-memset.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.
unknown user pushed a change to branch master
in repository compiler-rt.
from b13f9c3aa [TSan] Fix compiler error on Linux/AArch64
new 443d35259 [TSan] Fix linker error on Linux/AArch64
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/tsan/rtl/tsan_platform_linux.cc | 8 ++++----
1 file changed, 4 insertions(+), 4 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from cc5614a9acd Daily bump.
adds b33668e1bb8 Daily bump.
adds 86f93ecc77c 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.