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-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 488eed50c9a6 [NFC] Encapsulate work with BlockColors in LoopSafetyInfo adds d62f47a8ddbd [mips][micromips] Fix how values in .gcc_except_table are [...] adds 28b525a39db1 [NFC] Make LoopSafetyInfo abstract to allow alternative im [...] adds cfff7a0f9536 Add target requirement to profile remap test. adds df4cfc14da35 [clangd] Optionally use dex for the preamble parts of the [...] new b3489e4ec874 [clangd] Fix threading bugs in (not-yet-used) BackgroundIn [...] new ce349f693d0f [NFC] Remove obsolete method headerMayThrow new e30a9e9eda69 [ARM][AArch64] Pass through endian flags to assembler and linker. new 1cf38cd5a15f Fix buildbots - update clang-interpreter to use Legacy ORC [...] new 812f31412ee0 [VPlan] Script to extract VPlan digraphs from log new d3ebe3f6d16a [X86] Fix Skylake ReadAfterLd for PADDrm etc. new 479f4090a352 [NFC] Introduce ICFLoopSafetyInfo new 4d707cfafd9c [LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP i6 [...] new 0d63c4e2ba7b [driver][mips] Adjust target triple's environment accordin [...]
The 9 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-tools-extra/clangd/ClangdServer.cpp | 6 +- clang-tools-extra/clangd/ClangdServer.h | 3 + clang-tools-extra/clangd/index/Background.cpp | 9 +- clang-tools-extra/clangd/index/Background.h | 2 +- clang-tools-extra/clangd/index/FileIndex.cpp | 36 ++++--- clang-tools-extra/clangd/index/FileIndex.h | 14 ++- clang-tools-extra/clangd/index/dex/Dex.h | 4 +- clang-tools-extra/clangd/tool/ClangdMain.cpp | 9 +- .../unittests/clangd/BackgroundIndexTests.cpp | 3 - clang-tools-extra/unittests/clangd/DexTests.cpp | 8 +- .../unittests/clangd/FileIndexTests.cpp | 17 ++-- clang-tools-extra/unittests/clangd/TestTU.cpp | 3 +- clang/examples/clang-interpreter/main.cpp | 6 +- clang/lib/Driver/Driver.cpp | 25 +++-- clang/lib/Driver/ToolChains/Arch/ARM.cpp | 2 +- clang/lib/Driver/ToolChains/Arch/ARM.h | 2 +- clang/lib/Driver/ToolChains/Gnu.cpp | 38 +++++++- clang/lib/Driver/ToolChains/NetBSD.cpp | 2 +- clang/test/CodeGenCXX/profile-remap.cpp | 2 + clang/test/Driver/linux-as.c | 87 +++++++++++------ clang/test/Driver/linux-ld.c | 73 +++++++++++++++ clang/test/Driver/mips-abi.c | 6 +- llvm/include/llvm/Analysis/MustExecute.h | 79 +++++++++++++--- llvm/include/llvm/MC/MCAsmBackend.h | 5 + llvm/lib/Analysis/MustExecute.cpp | 60 ++++++++---- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 37 ++++---- llvm/lib/MC/MCExpr.cpp | 5 + .../Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 8 ++ llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 2 + llvm/lib/Target/X86/X86SchedSkylakeClient.td | 6 +- llvm/lib/Target/X86/X86SchedSkylakeServer.td | 6 +- llvm/lib/Transforms/Scalar/LICM.cpp | 2 +- llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +- llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp | 2 +- .../Mips/micromips-gcc-except-table.ll} | 11 +-- llvm/test/tools/llvm-mca/X86/read-after-ld-2.s | 104 +++++++++++---------- llvm/utils/extract_vplan.py | 46 +++++++++ 38 files changed, 524 insertions(+), 210 deletions(-) copy llvm/test/{DebugInfo/Mips/eh_frame.ll => CodeGen/Mips/micromips-gcc-except-ta [...] create mode 100755 llvm/utils/extract_vplan.py