summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
AgeCommit message (Collapse)Author
2025-06-27TableGen: Generate enum for runtime libcall implementations (#144973)Matt Arsenault
Work towards separating the ABI existence of libcalls vs. the lowering selection. Set libcall selection through enums, rather than through raw string names.
2025-06-27TableGen: Add runtime libcall backend (#144972)Matt Arsenault
Replace RuntimeLibcalls.def with a tablegenerated version. This is in preparation for splitting RuntimeLibcalls into two components. For now match the existing functionality.