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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 09790249 8: update: llvm-linux: 17559
new badfdf3e 8: update: llvm-linux: 17559
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 (09790249)
\
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 | 130 +-
02-build_llvm/console.log | 12363 +++++++++++++-------------
03-build_linux/console.log | 6144 +++++++------
console.log | 18637 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 18646 insertions(+), 18636 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 linux.
from 65aa35c93cc0 Merge tag 'erofs-for-5.4-rc2-fixes' of git://git.kernel.or [...]
new 73956fc07dd7 membarrier: Fix RCU locking bug caused by faulty merge
new 714366f87336 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new b9023b91dd02 tick: broadcast-hrtimer: Fix a race in bc_set_next
new 5021b9182ee8 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...]
The 4 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:
kernel/sched/membarrier.c | 1 -
kernel/time/tick-broadcast-hrtimer.c | 62 +++++++++++++++++-------------------
2 files changed, 29 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.
unknown user pushed a change to branch master
in repository llvm.
from 863bc82a9a1 [InstCombine] Transform bcopy to memmove
new 84c9bb2b3e4 DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to ju [...]
new 3607fde43eb [NFC][InstCombine] Add tests for 'variable sext of variable [...]
new a213b6762a5 [InstCombine] Bypass high bit extract before variable sign- [...]
The 3 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/AsmPrinter/DebugLocStream.h | 10 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 20 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +
lib/Transforms/InstCombine/InstCombineShifts.cpp | 72 +++
...able-signext-of-variable-high-bit-extraction.ll | 575 +++++++++++++++++++++
5 files changed, 662 insertions(+), 17 deletions(-)
create mode 100644 test/Transforms/InstCombine/variable-signext-of-variable-high-b [...]
--
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 f1c1315d8 [sanitizer_common] Declare __sanitizer_on_print in Windows in [...]
new cd9ff1a77 Move SanitizerInitializeUnwinder outside anonymous namespace.
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:
.../sanitizer_unwind_linux_libcdep.cpp | 64 +++++++++++-----------
1 file changed, 32 insertions(+), 32 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f1fa34f7 0: update: llvm-linux: boot
new 40f96c65 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 (f1fa34f7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 182 +-
02-build_llvm/console.log | 12403 +++++++++++++++----------------
03-build_linux/console.log | 1810 +++--
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 14 +-
console.log | 14895 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14902 insertions(+), 14896 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 a4a6122eaeb [X86] Add test cases for suboptimal vselect+setcc splitting.
new 863bc82a9a1 [InstCombine] Transform bcopy to memmove
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:
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 +
lib/Transforms/Utils/SimplifyLibCalls.cpp | 8 ++++++++
test/Transforms/InstCombine/bcopy.ll | 25 ++++++++++++++++++++++++
3 files changed, 34 insertions(+)
create mode 100644 test/Transforms/InstCombine/bcopy.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.
unknown user pushed a change to branch master
in repository gcc.
from 01e44f717d0 * constexpr.c (cxx_eval_constant_expression) <case CLEANUP [...]
new 392263dd3af PR rtl-optimization/91976 * expr.c (emit_block_move_hints [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/expr.c | 18 ++++++++++--------
2 files changed, 17 insertions(+), 8 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 376a50ec1cf DebugInfo: Simplify RangeSpan to be a plain struct
new 70897f70e0c gn build: (manually) merge r373527
new c73599fde25 [LegalizeTypes] Check for already split condition before ca [...]
new a4a6122eaeb [X86] Add test cases for suboptimal vselect+setcc splitting.
The 3 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/SelectionDAG/LegalizeTypesGeneric.cpp | 8 +-
test/CodeGen/X86/avx512-vselect.ll | 171 +++++++++++++++++++++
test/CodeGen/X86/min-legal-vector-width.ll | 92 +++++++++++
.../gn/secondary/llvm/lib/Target/AArch64/BUILD.gn | 10 ++
utils/gn/secondary/llvm/utils/TableGen/BUILD.gn | 1 +
5 files changed, 278 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.