[all-commits] [llvm/llvm-project] 3fdf46: TableGen: Add runtime libcall backend (#144972)

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 27 01:37:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fdf46ad60f1747e8ea1cced2e67dd36f29fc43b
      https://github.com/llvm/llvm-project/commit/3fdf46ad60f1747e8ea1cced2e67dd36f29fc43b
  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 (#144972)

Replace RuntimeLibcalls.def with a tablegenerated version. This
is in preparation for splitting RuntimeLibcalls into two components.
For now match the existing functionality.



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