[all-commits] [llvm/llvm-project] c8d7c8: TableGen: Add runtime libcall backend
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 27 01:35:05 PDT 2025
Branch: refs/heads/users/arsenm/tablegen/add-runtime-libcall-backend
Home: https://github.com/llvm/llvm-project
Commit: c8d7c85c6a30addcb02397b1655f14f344e9029a
https://github.com/llvm/llvm-project/commit/c8d7c85c6a30addcb02397b1655f14f344e9029a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/include/llvm/IR/CMakeLists.txt
R llvm/include/llvm/IR/RuntimeLibcalls.def
M llvm/include/llvm/IR/RuntimeLibcalls.h
A llvm/include/llvm/IR/RuntimeLibcalls.td
A llvm/include/llvm/IR/RuntimeLibcallsImpl.td
M llvm/include/module.modulemap
M llvm/lib/IR/RuntimeLibcalls.cpp
R llvm/lib/IR/ZOSLibcallNames.def
M llvm/lib/Object/IRSymtab.cpp
A llvm/test/TableGen/RuntimeLibcallEmitter.td
M llvm/utils/TableGen/Basic/CMakeLists.txt
A llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
M llvm/utils/gn/secondary/llvm/utils/TableGen/Basic/BUILD.gn
Log Message:
-----------
TableGen: Add runtime libcall backend
Replace RuntimeLibcalls.def with a tablegenerated version. This
is in preparation for splitting RuntimeLibcalls into two components.
For now match the existing functionality. In the future the selection
of calls can also be generated.
Commit: 058bf7dd3c2d67c13568dea78fc5d1e8a06e175b
https://github.com/llvm/llvm-project/commit/058bf7dd3c2d67c13568dea78fc5d1e8a06e175b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.h
Log Message:
-----------
Manually clang-format
Commit: 21003013386e3c98a91b44c7ded0f4b7c75d078a
https://github.com/llvm/llvm-project/commit/21003013386e3c98a91b44c7ded0f4b7c75d078a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
Log Message:
-----------
Fix tanhf128
Compare: https://github.com/llvm/llvm-project/compare/098b3ea11540...21003013386e
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