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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 4e858e4ac00 Merging r372038: adds 0acab01d54d Merging r372675: adds 07c14222869 Merging r372883: adds 7a140f4a293 Merging r372886: adds 5ab44f3ec15 Revert "Fix lookup of symbols at the same address with no s [...] adds 28726b909b9 Merging r373049: adds 933cfc66fbe Merging r373397: new 2cec4d0850a Merging r371733:
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: clang/test/Driver/compilation_database.c | 4 +-- clang/unittests/CMakeLists.txt | 9 +++++ lldb/lit/SymbolFile/Inputs/sizeless-symbol.s | 8 ----- lldb/lit/SymbolFile/sizeless-symbol.test | 14 -------- lldb/source/Symbol/Symtab.cpp | 10 ++---- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 ++--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 4 +++ .../GlobalISel/arm64-irtranslator-switch.ll | 42 ++++++++++++++++++++++ llvm/test/CodeGen/X86/pr43529.ll | 39 ++++++++++++++++++++ llvm/test/CodeGen/X86/scalarize-fp.ll | 23 ++++++++++++ 11 files changed, 126 insertions(+), 37 deletions(-) delete mode 100644 lldb/lit/SymbolFile/Inputs/sizeless-symbol.s delete mode 100644 lldb/lit/SymbolFile/sizeless-symbol.test create mode 100644 llvm/test/CodeGen/X86/pr43529.ll