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-defconfig in repository toolchain/ci/llvm-project.
from 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 new b288f7d6bb8 [codeview] Fix for PR43479 new 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
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/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 ++ 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/MachineFunction.cpp | 19 +-- llvm/lib/CodeGen/MachineInstr.cpp | 142 ++++++++++----------- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +- .../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 8 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 4 + llvm/test/CodeGen/X86/label-heapallocsite.ll | 43 +++---- llvm/test/CodeGen/X86/pr43529.ll | 39 ++++++ llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++- llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++ 18 files changed, 397 insertions(+), 172 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr43529.ll