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-aarch64-lts-allnoconfig 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: adds 2cec4d0850a Merging r371733: adds bc6d0f15c22 [Sema] Add MacroQualified case for FunctionTypeUnwrapper adds b288f7d6bb8 [codeview] Fix for PR43479 adds 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
No new revisions were added by this update.
Summary of changes: clang/lib/Sema/SemaType.cpp | 9 +- clang/test/Driver/compilation_database.c | 4 +- clang/test/Frontend/macro_defined_type.cpp | 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/include/llvm/CodeGen/MachineFunction.h | 15 +-- llvm/include/llvm/CodeGen/MachineInstr.h | 52 +++++++- llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +-- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 +++-- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +- llvm/lib/CodeGen/MachineFunction.cpp | 19 +-- llvm/lib/CodeGen/MachineInstr.cpp | 142 ++++++++++----------- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +- .../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 8 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 4 + .../GlobalISel/arm64-irtranslator-switch.ll | 42 ++++++ llvm/test/CodeGen/X86/label-heapallocsite.ll | 43 +++---- llvm/test/CodeGen/X86/pr43529.ll | 39 ++++++ llvm/test/CodeGen/X86/scalarize-fp.ll | 23 ++++ llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++- llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++ 25 files changed, 469 insertions(+), 207 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