summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/CodeGenInstAlias.h
AgeCommit message (Expand)Author
2025-11-23[TableGen] Constify CodeGenInstruction where possible (NFC) (#169193)Sergei Barannikov
2025-08-30[TableGen] Require complex operands in InstAlias to be specified as DAGs (#13...Sergei Barannikov
2024-10-18[LLVM][TableGen] Change all `Init` pointers to const (#112705)Rahul Joshi
2024-09-23[LLVM][TableGen] Use const record pointers in TableGen/Common files (#109467)Rahul Joshi
2024-09-15[LLVM][TableGen] Change CodeGenInstAlias to use const Record pointers (#108753)Rahul Joshi
2024-09-09[TableGen] Change CGIOperandList::OperandInfo::Rec to const pointer (#107858)Rahul Joshi
2024-08-10[NFC] Fix TableGen include guards to match paths (#102746)Rahul Joshi
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve