This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d417693e472 [GlobalISel]: Fix a bug where we could dereference None new a4479829fb8 [Windows] Replace TrapUnreachable with an int3 insertion pass new 0bbba0846f1 AMDGPU/GlobalISel: Rename MIRBuilder to B. NFC new 7c75c684a67 Fix incorrect demangling of call operator of lambda with ex [...]
The 3 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: include/llvm/Demangle/ItaniumDemangle.h | 4 - lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 132 +++++++++++++++--------------- lib/Target/AMDGPU/AMDGPUCallLowering.h | 19 ++--- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 98 +++++++++++----------- lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 26 +++--- lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86.h | 6 ++ lib/Target/X86/X86AvoidTrailingCall.cpp | 108 ++++++++++++++++++++++++ lib/Target/X86/X86TargetMachine.cpp | 21 +++-- test/CodeGen/WinEH/wineh-noret-cleanup.ll | 7 +- test/CodeGen/X86/br-fold.ll | 6 +- test/CodeGen/X86/catchpad-lifetime.ll | 4 + test/CodeGen/X86/catchpad-regmask.ll | 4 +- test/CodeGen/X86/catchret-regmask.ll | 7 +- test/CodeGen/X86/empty-function.ll | 2 +- test/CodeGen/X86/funclet-layout.ll | 16 ++-- test/CodeGen/X86/noreturn-call-win64.ll | 53 ++++++++++++ test/CodeGen/X86/pr24374.ll | 2 +- test/CodeGen/X86/trap.ll | 9 ++ test/CodeGen/X86/unreachable-trap.ll | 11 ++- test/CodeGen/X86/win64-eh-empty-block.ll | 107 ++++++++++++++++++++++++ test/CodeGen/X86/win64_call_epi.ll | 5 +- test/CodeGen/X86/win64_eh.ll | 8 +- test/CodeGen/X86/wineh-coreclr.ll | 4 + test/DebugInfo/COFF/local-variable-gap.ll | 2 +- 25 files changed, 480 insertions(+), 182 deletions(-) create mode 100644 lib/Target/X86/X86AvoidTrailingCall.cpp create mode 100644 test/CodeGen/X86/noreturn-call-win64.ll create mode 100644 test/CodeGen/X86/win64-eh-empty-block.ll