[all-commits] [llvm/llvm-project] 1e5fe4: ARM: Unconditionally set eabi libcall calling conv...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 9 01:14:34 PDT 2025
Branch: refs/heads/users/arsenm/arm/set-eabi-libcall-calling-convs-in-runtime-libcalls
Home: https://github.com/llvm/llvm-project
Commit: 1e5fe4100c6b0b98060d61f96a1bf0fc68af63d1
https://github.com/llvm/llvm-project/commit/1e5fe4100c6b0b98060d61f96a1bf0fc68af63d1
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-09 (Wed, 09 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: 5d8e2b26a3bb7c69403838060a5fd855a36a03fe
https://github.com/llvm/llvm-project/commit/5d8e2b26a3bb7c69403838060a5fd855a36a03fe
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
M llvm/lib/IR/RuntimeLibcalls.cpp
Log Message:
-----------
Add missed __aeabi_idivmod and __aeabi_uidivmod cases
Commit: 3e51d0b8a26db28b3ee24ac5a2f9e27e569bcce1
https://github.com/llvm/llvm-project/commit/3e51d0b8a26db28b3ee24ac5a2f9e27e569bcce1
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-09 (Wed, 09 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/fe15c75e1c6a...3e51d0b8a26d
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