This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 15479d535aa Fix DWARF DebugInfo unit test errors when cross-compiling
new 4c4d4fddeeb [NFC][Codegen] Add tests for hoisting and-by-const from "lo [...]
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:
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 340 ++++++
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 335 ++++++
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 1222 +++++++++++++++++++
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 1234 ++++++++++++++++++++
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 926 +++++++++++++++
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 874 ++++++++++++++
6 files changed, 4931 insertions(+)
create mode 100644 test/CodeGen/AArch64/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
create mode 100644 test/CodeGen/AArch64/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
create mode 100644 test/CodeGen/ARM/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
create mode 100644 test/CodeGen/ARM/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
create mode 100644 test/CodeGen/X86/hoist-and-by-const-from-lshr-in-eqcmp-zero.ll
create mode 100644 test/CodeGen/X86/hoist-and-by-const-from-shl-in-eqcmp-zero.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards b20c0e4 0: update: binutils-gcc-linux: boot
new fa35287 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 (b20c0e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 16 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 10753 ++++---
04-build_abe-stage1/console.log | 19663 ++++++------
05-build_linux/console.log | 29748 +++++++++---------
06-boot_linux/console.log | 390 +-
console.log | 61061 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 61004 insertions(+), 61049 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 9ac6eee6a4d [X86] Add test cases for 32 and 64 bit versions of PR42118. NFC
new 2813b2fe553 Revert r362451 "foo" and r362452 "[X86] Add test cases for [...]
new 15479d535aa Fix DWARF DebugInfo unit test errors when cross-compiling
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:
test/CodeGen/X86/bmi.ll | 81 ------------------------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 24 +++----
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 7 +-
unittests/DebugInfo/DWARF/DwarfUtils.cpp | 16 ++++-
unittests/DebugInfo/DWARF/DwarfUtils.h | 3 +-
5 files changed, 32 insertions(+), 99 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from f6722f8 6: reset: llvm-fade9cbed76343c1e63657c4d425d3c47b0d73bf: -10
new 464474c 7: update: llvm-18ca8a2233a4be45944ce8d772f2930362641534: 20
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 | 222 +-
02-build_llvm/console.log | 7689 ++++++++++++++++++++++++++++--------
03-build_linux/console.log | 285 ++
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 50 +
console.log | 8266 ++++++++++++++++++++++++++++++---------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 4 +
9 files changed, 12908 insertions(+), 3639 deletions(-)
create mode 100644 03-build_linux/console.log
delete mode 100644 reset-baseline
--
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 e6b7482c3a2 [ORC] Use uint8_t for bitfields in SymbolTableEntry.
new 0e303e1aba1 foo
new 9ac6eee6a4d [X86] Add test cases for 32 and 64 bit versions of PR42118. NFC
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:
test/CodeGen/X86/bmi.ll | 81 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
--
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 66be4e66a7f4 rcu: locking and unlocking need to always be at least barriers
new 89c92142f75e ARC: fix build warnings
new a8c715b4dd73 ARC: mm: SIGSEGV userspace trying to access kernel virtual memory
new ecc906a11c2a ARC: [plat-hsdk]: Add missing multicast filter bins number [...]
new 4c70850aeb2e ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC node
new 780b35b6aafc ARC: [plat-hsdk]: enable creg-gpio controller
new b04700645d78 ARC: [plat-hsdk]: Add support of Vivante GPU
new 46e04c25e72f ARC: [plat-hsdk] Get rid of inappropriate PHY settings
new 788a024921c4 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/pub/scm/li [...]
The 8 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:
arch/arc/boot/dts/hsdk.dts | 45 +++++++++++++++++++++++++++++++++++++----
arch/arc/configs/hsdk_defconfig | 3 ++-
arch/arc/include/asm/cmpxchg.h | 14 +++++++++----
arch/arc/mm/fault.c | 9 +++------
arch/arc/mm/tlb.c | 13 +++++++-----
5 files changed, 64 insertions(+), 20 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 0d51300de9d Propagate fmf for setcc in SDAG for select folds
new 63813a47183 [SCCP] Add UnaryOperator visitor to SCCP for unary FNeg
new e6b7482c3a2 [ORC] Use uint8_t for bitfields in SymbolTableEntry.
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/ExecutionEngine/Orc/Core.h | 20 +++++++++++--------
lib/Transforms/Scalar/SCCP.cpp | 26 ++++++++++++++++++++++++
test/Transforms/SCCP/apfloat-basictest.ll | 33 +++++++++++++++++++++++++++++++
test/Transforms/SCCP/undef-resolve.ll | 8 ++++++++
4 files changed, 79 insertions(+), 8 deletions(-)
create mode 100644 test/Transforms/SCCP/apfloat-basictest.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.