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-release-arm-stable-allyesconfig in repository toolchain/ci/llvm-project.
from a23c9071322 Merging r367802: ------------------------------------------ [...] adds 47a55832c34 Merging r368498: ------------------------------------------ [...] adds 4b59015880a Merging r368230: ------------------------------------------ [...] new b13c264ccaf Merging r366541: ------------------------------------------ [...] new 2c69b1377cb Merging r368581: ------------------------------------------ [...]
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: clang-tools-extra/clangd/ClangdServer.cpp | 8 +- clang-tools-extra/clangd/ClangdUnit.cpp | 5 +- clang-tools-extra/clangd/Diagnostics.cpp | 6 +- clang-tools-extra/clangd/FormattedString.cpp | 11 +- clang-tools-extra/clangd/Headers.cpp | 2 +- clang-tools-extra/clangd/IncludeFixer.cpp | 2 +- clang-tools-extra/clangd/Quality.cpp | 7 +- clang-tools-extra/clangd/SourceCode.cpp | 4 + clang-tools-extra/clangd/SourceCode.h | 8 + clang-tools-extra/clangd/TUScheduler.cpp | 9 +- clang-tools-extra/clangd/XRefs.cpp | 2 +- clang-tools-extra/clangd/index/SymbolCollector.cpp | 3 +- clang-tools-extra/clangd/refactor/Rename.cpp | 3 +- clang-tools-extra/clangd/tool/ClangdMain.cpp | 6 +- .../clangd/unittests/FormattedStringTests.cpp | 38 ++++- .../clangd/unittests/SourceCodeTests.cpp | 30 ++++ .../clangd/unittests/SymbolCollectorTests.cpp | 3 +- llvm/include/llvm/CodeGen/SelectionDAG.h | 28 +++- .../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 10 ++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 + llvm/lib/Target/X86/X86ISelLowering.cpp | 5 + llvm/test/CodeGen/X86/label-heapallocsite.ll | 173 ++++++++++++--------- 22 files changed, 250 insertions(+), 114 deletions(-)