summaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangBuiltinsEmitter.cpp
AgeCommit message (Expand)Author
2025-11-19[HLSL][TableGen] Add `__hlsl_resource_t` to known built-in function types (#1...Helena Kotas
2025-02-04[StrTable] Add prefixes for x86 builtins.Chandler Carruth
2025-02-04[StrTable] Teach main builtin TableGen to use direct enums, strings, and infoChandler Carruth
2025-01-27[StrTable] Mechanically convert NVPTX builtins to use TableGen (#122873)Chandler Carruth
2025-01-14Remove the `CustomEntry` escape hatch from builtin TableGen (#120861)Chandler Carruth
2025-01-04Mechanically port bulk of x86 builtins to TableGen (#120831)Chandler Carruth
2024-11-17[NFC][Clang][TableGen] Fix file header comments (#116491)Rahul Joshi
2024-10-30[Clang] Start moving X86Builtins.def to X86Builtins.td (#106005)Nikolas Klauser
2024-09-16[NFC][clang][TableGen] Remove redundant llvm:: namespace qualifier (#108627)Rahul Joshi
2024-09-11[clang][TableGen] Change Builtins emitter to use const RecordKeeper (#108195)Rahul Joshi
2024-03-05[clang][Builtins] Parse clang extended vectors types. (#83584)Francesco Petrogalli
2024-02-09[Clang][TableGen] Add Features to TargetBuiltinWang Pengcheng
2024-01-24[clang] Refactor Builtins.def to be a tablegen file (#68324)Nikolas Klauser