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-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from 0f957109761 [InstCombine] Shift amount reassociation: shl-trunc-shl pattern
adds 94b741e348b [TableGen] FieldInit: improve assertion message
adds 213817327f6 [X86] Move CPU features for Barcelona/K10 out of line
new bfbf6b6cab9 [Syntax] Do not add a node for 'eof' into the tree
new d9934d4939a [globalisel] Allow SrcOp to convert an APInt and render it [...]
new 3a4d5ed232d [modulemap] exclude a non-module friendly header
new c8ac029d0ae [GISel]: Add GISelKnownBits analysis
new 7f34a3652e9 [lldb][CMake] Generating Xcode projects
new 6bbfde5c48a [GISel]: Fix trivial build breakage
new c10180ed8ed [OPENMP][OFFLOADING]Fix the test, NFC.
new a63417fe6c8 Various build fixes for lldb on MinGW
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:
clang/lib/Tooling/Syntax/BuildTree.cpp | 12 +-
clang/unittests/Tooling/Syntax/TreeTest.cpp | 17 +-
lldb/cmake/caches/Apple-lldb-Xcode.cmake | 8 +-
lldb/cmake/modules/LLDBConfig.cmake | 10 +
lldb/docs/resources/build.rst | 2 +-
lldb/include/lldb/Host/windows/PosixApi.h | 13 +
lldb/source/Host/windows/FileSystem.cpp | 1 +
.../Initialization/SystemInitializerCommon.cpp | 1 +
lldb/tools/driver/Platform.h | 3 +
lldb/tools/lldb-vscode/VSCode.cpp | 2 +
lldb/tools/lldb-vscode/lldb-vscode.cpp | 2 +
.../llvm/CodeGen/GlobalISel/CombinerHelper.h | 5 +-
.../llvm/CodeGen/GlobalISel/GISelKnownBits.h | 99 +++++++
.../llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 +-
llvm/include/llvm/CodeGen/TargetLowering.h | 8 +
llvm/include/llvm/InitializePasses.h | 1 +
llvm/include/llvm/TableGen/Record.h | 9 +-
llvm/include/llvm/module.modulemap | 6 +
llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | 1 +
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | 8 +-
llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp | 330 +++++++++++++++++++++
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 6 +
.../Target/AArch64/AArch64InstructionSelector.cpp | 2 +-
llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
.../Target/AArch64/AArch64PreLegalizerCombiner.cpp | 17 +-
llvm/lib/Target/X86/X86.td | 21 +-
.../AArch64/GlobalISel/gisel-commandline-option.ll | 1 +
llvm/test/CodeGen/AArch64/O0-pipeline.ll | 1 +
llvm/unittests/CodeGen/GlobalISel/CMakeLists.txt | 1 +
llvm/unittests/CodeGen/GlobalISel/CSETest.cpp | 2 +
llvm/unittests/CodeGen/GlobalISel/GISelMITest.h | 5 +-
.../unittests/CodeGen/GlobalISel/KnownBitsTest.cpp | 56 ++++
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 14 +
.../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 2 +
.../test/mapping/declare_mapper_api.cpp | 9 +-
35 files changed, 665 insertions(+), 36 deletions(-)
create mode 100644 llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
create mode 100644 llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
create mode 100644 llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from f04ca868 1: reset: llvm-0f957109761913c563922f1afd4ceb29ef21bbd0: 393
new b32ff544 2: update: llvm-a63417fe6c8fca288db28c9dd77f8ca789627227: 393
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 | 172 +-
02-build_llvm/console.log | 12028 +++++++++++++++++------------------
03-build_linux/console.log | 540 +-
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 30 +-
console.log | 12790 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
8 files changed, 12829 insertions(+), 12761 deletions(-)
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from 632ab609 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: all
new f04ca868 1: reset: llvm-0f957109761913c563922f1afd4ceb29ef21bbd0: 393
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 | 177 +-
02-build_llvm/console.log | 11782 +++++++++----------
03-build_linux/console.log | 706 +-
04-boot_linux/console.log | 8 -
05-check_regression/console.log | 19 +-
06-update_baseline/console.log | 21 +
console.log | 12691 +++++++++++----------
jenkins/manifest.sh | 10 +-
06-update_baseline/console.log => reset-baseline | 0
results | 4 +-
10 files changed, 12757 insertions(+), 12661 deletions(-)
delete mode 100644 04-boot_linux/console.log
copy 06-update_baseline/console.log => reset-baseline (100%)
--
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 libcxx.
from f233fe0b2 [libc++] Use the monorepo in the macos-trunk CI script
new 2858f4dd6 [libc++] Use the monorepo for the back-deployment testing scripts
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:
utils/ci/macos-backdeployment.sh | 84 +++++++++++++---------------------------
utils/ci/macos-trunk.sh | 2 +-
2 files changed, 27 insertions(+), 59 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 lld.
from 83d7f1133 [ELF][PPC] Don't relax ifunc toc-indirect accesses to toc-relative
new 9bfad267a [WebAssembly] Fix null pointer in createInitTLSFunction
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/wasm/relocatable.ll | 360 ++++++++++++++++++++++++-----------------------
wasm/Writer.cpp | 2 +-
2 files changed, 186 insertions(+), 176 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 8ac2513e9b8 Add order-dependencies to object libraries
new 3778feeff36 [Attributor][modulemap] Revert r368064 but fix the build
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/IPO/Attributor.h | 16 ++++++++++++++--
include/llvm/module.modulemap | 5 -----
lib/Transforms/IPO/Attributor.cpp | 21 ++++++++-------------
3 files changed, 22 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel
in repository toolchain/ci/interesting-commits.
from 19de010 Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
new faa73bb Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
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 c822cfb9f88 Revert "Added Delta IR Reduction Tool"
new 8ac2513e9b8 Add order-dependencies to object libraries
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:
cmake/modules/AddLLVM.cmake | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.