[all-commits] [llvm/llvm-project] 41da2a: ARM: Unconditionally set eabi libcall calling conv...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 7 18:25:33 PDT 2025


  Branch: refs/heads/users/arsenm/arm/set-eabi-libcall-calling-convs-in-runtime-libcalls
  Home:   https://github.com/llvm/llvm-project
  Commit: 41da2ae815a513269b87b4888a8801bbcaf78f2e
      https://github.com/llvm/llvm-project/commit/41da2ae815a513269b87b4888a8801bbcaf78f2e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp

  Log Message:
  -----------
  ARM: Unconditionally set eabi libcall calling convs in RuntimeLibcalls

This fully consolidates all the calling convention configuration into
RuntimeLibcallInfo. I'm assuming that __aeabi functions have a universal
calling convention, and on other ABIs just don't use them. This will
enable splitting of RuntimeLibcallInfo into the ABI and lowering component.


  Commit: 13683aa616c4e1b3860b09f00142d57b71ec10f2
      https://github.com/llvm/llvm-project/commit/13683aa616c4e1b3860b09f00142d57b71ec10f2
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  Add missed __aeabi_idivmod and __aeabi_uidivmod cases


  Commit: f5915e261b610dc1d8790fde960d84d1bbf5d12f
      https://github.com/llvm/llvm-project/commit/f5915e261b610dc1d8790fde960d84d1bbf5d12f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M llvm/lib/IR/RuntimeLibcalls.cpp

  Log Message:
  -----------
  Remove CC from other div table


Compare: https://github.com/llvm/llvm-project/compare/b49694f4cae3...f5915e261b61

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