summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/CodeGenHwModes.cpp
AgeCommit message (Expand)Author
2025-09-10[TableGen][CodeGen] Remove feature string from HwMode (#157600)Sergei Barannikov
2025-05-12[NFC][TableGen] Use StringRef::str() instead of casting (#139332)Rahul Joshi
2025-01-27[TableGen] Add assert to validate `Objects` list for `HwModeSelect` (#123794)Rahul Joshi
2025-01-16[TableGen] Use std::pair instead of std::make_pair. NFC. (#123174)Jay Foad
2024-10-01[TableGen] Change `getValueAsListOfDefs` to return const pointer vector (#110...Rahul Joshi
2024-09-23[LLVM][TableGen] Use const record pointers in TableGen/Common files (#109467)Rahul Joshi
2024-09-09[TableGen] Migrate CodeGenHWModes to use const RecordKeeper (#107851)Rahul Joshi
2024-05-04[TableGen] Use bitwise operations to access HwMode ID. (#88377)superZWT123
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve