[all-commits] [llvm/llvm-project] 37449a: RuntimeLibcalls: Add entries for stack probe funct...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Nov 25 15:22:37 PST 2025


  Branch: refs/heads/users/arsenm/runtime-libcalls/add-entries-chkstk
  Home:   https://github.com/llvm/llvm-project
  Commit: 37449a6175ae85ed0d39b8b4fd4c827dae15f5aa
      https://github.com/llvm/llvm-project/commit/37449a6175ae85ed0d39b8b4fd4c827dae15f5aa
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64PrologueEpilogue.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  RuntimeLibcalls: Add entries for stack probe functions

Stop hardcoding different variants of __chkstk and query the
name through RuntimeLibcalls.


  Commit: a124811bd8f0621bcf2027d690c9c6ff45ec4299
      https://github.com/llvm/llvm-project/commit/a124811bd8f0621bcf2027d690c9c6ff45ec4299
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td

  Log Message:
  -----------
  Remove __chkstk_ms


Compare: https://github.com/llvm/llvm-project/compare/cd2660d0559a...a124811bd8f0

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list