summaryrefslogtreecommitdiff
path: root/llvm/docs/TableGen/ProgRef.rst
AgeCommit message (Expand)Author
2025-10-02[llvm] Proofread TableGen/ProgRef.rst (#161629)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-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
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-09-24[TableGen] Add a !listflatten operator to TableGen (#109346)Rahul Joshi
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik
2024-06-17[TableGen][Docs] Fix `!range` markup (#95540)Piotr Fusik
2024-02-02[TableGen] Support type aliases via new keyword deftypeWang Pengcheng
2023-12-17[llvm] Fix typos in documentationKazu Hirata
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-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-07[TableGen] add !toupper and !tolower operators to change the casing of strings.Zain Jaffal
2022-12-09[TableGen] Add a !listremove() bang operatorSimon Pilgrim
2022-10-26[TableGen] Add log bang operatorMichael Maitland
2022-09-30[TableGen] Add div bang operatorMichael Maitland
2022-06-23[TableGen] Add new operator !existswangpc
2022-05-25[TableGen] Undeprecate 'field' when used with the CodeEmitterGen backend.Ivan Kosarev
2022-05-23[TableGen] Remove an untrue statement from the docsJay Foad
2022-01-13[Docs] Fix IR and TableGen grammar inconsistenciesSebastian Neubauer
2021-11-25[NFC][llvm] Inclusive language: replace master in llvm docsQuinn Pham
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-08-31Fix some typos in the llvm docsSylvestre Ledru
2021-04-28[TableGen] Add the !find bang operatorPaul C. Anagnostopoulos
2021-04-23[TableGen] [docs] Improve BNF for the 'multiclass' statement [NFC]Paul C. Anagnostopoulos
2021-04-23[TableGen] [docs] Improve description of NAME in Programmer's ReferencePaul C. Anagnostopoulos
2021-04-19[TableGen] Add support for the 'assert' statement in multiclassesPaul C. Anagnostopoulos
2021-04-08Revert "[TableGen] Add support for the 'assert' statement in multiclasses"Paul C. Anagnostopoulos
2021-04-08[TableGen] Add support for the 'assert' statement in multiclassesPaul C. Anagnostopoulos
2021-04-05[TableGen] [docs] Correct a couple of mistakes; use 'true' and 'false' in exa...Paul C. Anagnostopoulos
2021-03-29[TableGen] Add support for the 'assert' statement in class definitions.Paul C. Anagnostopoulos
2021-03-19[TableGen] Improve handling of template argumentsPaul C. Anagnostopoulos
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata