This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk
in repository toolchain/ci/interesting-commits.
from 58f60ba Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-ll [...]
new bbfcb1b Add commits from https://ci.linaro.org/job/tcwg_bmk-bisect-ll [...]
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:
llvm | 2 ++
1 file changed, 2 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 llvm.
from 1668b339e47 Apply a few more reviewer suggestions from D65164
new 3d3d4d64234 [InstCombine] Swap order of checks to improve compile time (NFC)
new 1396e0fa82a [ARM] Remove dead code from ARMConstantIslands.
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/ARM/ARMConstantIslandPass.cpp | 5 -----
lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +++---
2 files changed, 3 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 9db59cfdbd2 [AArch64][GlobalISel] Select immediate modes for ADD when s [...]
new 30a4a88cc4a Define some basic terminology around loops in our documentation
new 1668b339e47 Apply a few more reviewer suggestions from D65164
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:
docs/LoopTerminology.rst | 115 +++++++++++++++++++++++++++++++++++++++
include/llvm/Analysis/LoopInfo.h | 3 +
2 files changed, 118 insertions(+)
create mode 100644 docs/LoopTerminology.rst
--
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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 3ebbe389 0: update: binutils-gcc-linux: boot
new 087bddbb 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 (3ebbe389)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11334 ++++++------
04-build_abe-stage1/console.log | 15545 +++++++++--------
05-build_linux/console.log | 5975 ++++---
06-boot_linux/console.log | 436 +-
console.log | 33742 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 33761 insertions(+), 33741 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 64ed497494a [AArch64][GlobalISel] Don't try to use GISel if subtarget d [...]
new 27bb8977c37 Fix unittest build issue in r366956
new 9db59cfdbd2 [AArch64][GlobalISel] Select immediate modes for ADD when s [...]
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/Support/FileCollector.h | 1 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 37 +++++++++++++++-
test/CodeGen/AArch64/GlobalISel/select.mir | 51 ++++++++++++++++++++++-
test/CodeGen/AArch64/GlobalISel/swifterror.ll | 9 ++--
4 files changed, 88 insertions(+), 10 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 8e9a370102f [AArch64][GlobalISel] Fold G_MUL into XRO load addressing m [...]
new 1dea4cd1d3b [Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & [...]
new 38ebc7caa2e [Support] move FileCollector from LLDB to llvm/Support
new 64ed497494a [AArch64][GlobalISel] Don't try to use GISel if subtarget d [...]
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:
include/llvm/CodeGen/TargetLowering.h | 43 +
include/llvm/Support/FileCollector.h | 74 ++
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 79 ++
lib/Support/CMakeLists.txt | 1 +
lib/Support/FileCollector.cpp | 177 ++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +
lib/Target/AArch64/AArch64ISelLowering.h | 5 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 +
lib/Target/Hexagon/HexagonISelLowering.cpp | 4 +
lib/Target/Hexagon/HexagonISelLowering.h | 2 +
lib/Target/X86/X86ISelLowering.cpp | 27 +
lib/Target/X86/X86ISelLowering.h | 7 +
test/CodeGen/AArch64/GlobalISel/no-neon-no-fp.ll | 13 +
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 83 +-
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 80 +-
test/CodeGen/AMDGPU/commute-shifts.ll | 12 +-
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 811 +++++++----------
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 966 +++++++++------------
test/CodeGen/PowerPC/shift-cmp.ll | 16 +-
.../hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 436 +++++-----
.../hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 246 +++---
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/FileCollectorTest.cpp | 211 +++++
23 files changed, 1813 insertions(+), 1500 deletions(-)
create mode 100644 include/llvm/Support/FileCollector.h
create mode 100644 lib/Support/FileCollector.cpp
create mode 100644 test/CodeGen/AArch64/GlobalISel/no-neon-no-fp.ll
create mode 100644 unittests/Support/FileCollectorTest.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.
unknown user pushed a change to branch master
in repository lldb.
from 3bf96a9e9 [Symbol] Fix some botched logic in Variable::GetLanguage
new 6ce1dc8bf [Support] move FileCollector from LLDB to llvm/Support
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/lldb/Utility/FileCollector.h | 62 ++-------
source/Utility/CMakeLists.txt | 1 -
source/Utility/FileCollector.cpp | 182 ---------------------------
unittests/Utility/CMakeLists.txt | 1 -
unittests/Utility/FileCollectorTest.cpp | 214 --------------------------------
5 files changed, 13 insertions(+), 447 deletions(-)
delete mode 100644 source/Utility/FileCollector.cpp
delete mode 100644 unittests/Utility/FileCollectorTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.