summaryrefslogtreecommitdiff
path: root/llvm/docs/TableGen
AgeCommit message (Expand)Author
2025-11-18[Clang] Fix cleanup attribute by delaying type checks after the type is deduc...Guillot Tony
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev
2025-10-23[llvm] Proofread TableGen/index.rst (#164756)Kazu Hirata
2025-10-21[llvm] Proofread TableGen/BackGuide.rst (#164365)Kazu Hirata
2025-10-17[llvm] Proofread TableGen/BackEnds.rst (#163918)Kazu Hirata
2025-10-02[llvm] Proofread TableGen/ProgRef.rst (#161629)Kazu Hirata
2025-07-30[llvm] Proofread BackGuide.rst (#151281)Kazu Hirata
2025-07-29[TableGen] Improve handling for dag op names (#149248)Nemanja Ivanovic
2025-06-20[TableGen][Docs] Fix empty list syntax in TableGen doc. (#145041)Chenguang Wang
2025-05-22[llvm] Fix typos in documentation (#141078)Kazu Hirata
2025-04-24[TableGen] Only store direct superclasses in Record (#123072)Jay Foad
2025-03-28[TableGen] Add `!instances` operator to get defined records (#129680)Pengcheng Wang
2025-03-13[TableGen] Add `!match` operator to do regex matching (#130759)Pengcheng Wang
2025-02-05[TableGen][Docs] Fix productionlists for assert and dump (#123739)Jay Foad
2025-02-05[TableGen][Docs] Fix productionlists for SimpleValue (#123751)Jay Foad
2025-01-30[TableGen][Docs] Accept "code" as a Type (#124902)Jay Foad
2025-01-03[Docs][TableGen] Remove ReturnRange from the SearchIndex documentation. NFCCraig Topper
2024-12-17[llvm][TableGen] Add a !initialized predicate to allow testing for ? (#117964)Krzysztof Drewniak
2024-11-07[TableGen] Make `!and` and `!or` short-circuit (#113963)Min-Yih Hsu
2024-10-02[NFC][TableGen] Change `Record::getSuperClasses` to use const Record* (#110845)Rahul Joshi
2024-09-24[TableGen] Add a !listflatten operator to TableGen (#109346)Rahul Joshi
2024-07-11[TableGen] Add support for emitting new function definition to return a range...Garvit Gupta
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik
2024-06-17[TableGen][Docs] Fix `!range` markup (#95540)Piotr Fusik
2024-06-10[RFC][AMDGPU] Remove old llvm.amdgcn.buffer.* and tbuffer intrinsics (#93801)Jay Foad
2024-02-07[TableGen] Extend direct lookup to instruction values in generic tables. (#80...Jason Eckhardt
2024-02-02[TableGen] Support type aliases via new keyword deftypeWang Pengcheng
2024-01-24[TableGen] Include source location in JSON dump (#79028)ostannard
2023-12-17[llvm] Fix typos in documentationKazu Hirata
2023-12-13[llvm][TableGen][Docs] Add tools/resources linksDavid Spickett
2023-10-19[Tablegen] Add keyword `dump`. (#68793)Francesco Petrogalli
2023-10-11Fix LLVM sphinx botAaron Ballman
2023-10-11[TableGen] New bang operator `!repr`. (#68716)Francesco Petrogalli
2023-09-27[TableGen] Format !range docwangpc
2023-09-27[TableGen] Enhance !range bang operator (#66489)Wang Pengcheng
2023-09-08[TableGen] Add a field to filter out GenericTable entries (#65458)Wang Pengcheng
2023-07-20[TableGen] Support named argumentswangpc
2023-06-07[TableGen] Add !setdagarg and !setdagnameMichael Liao
2023-05-31[TableGen] Add !getdagarg and !getdagnameMichael Liao
2023-05-24[TableGen] Unify the priority of variableswangpc
2023-05-12[llvm] Fix typos in documentationKazu Hirata
2023-04-26TableGen: Let expressions available to list subscriptions and list slicesNAKAMURA Takumi
2023-04-26TableGen/ProgRef.rst: Fix copypasto in the description of `!range`NAKAMURA Takumi
2023-04-25TableGen: Introduce `!range` operator for half-opened intervalNAKAMURA Takumi
2023-03-27[TableGen] Format documentwangpc
2023-03-21TableGen: Introduce `llvm::TableGen::Emitter` to register backendsNAKAMURA Takumi
2023-03-07[TableGen] add !toupper and !tolower operators to change the casing of strings.Zain Jaffal
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-09[TableGen] Add a !listremove() bang operatorSimon Pilgrim
2022-10-26[TableGen] Add log bang operatorMichael Maitland