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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 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: 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/test/CodeGen/X86/label-heapallocsite.ll | 43 +++---- llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++- llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++ 12 files changed, 331 insertions(+), 169 deletions(-)