aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/TableGen
AgeCommit message (Expand)AuthorFilesLines
2026-01-09[TableGen] Remove deprecated !getop and !setop (#175155)Jay Foad1-4/+0
2025-11-18[Clang] Fix cleanup attribute by delaying type checks after the type is deduc...Guillot Tony1-0/+7
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev1-0/+5
2025-10-23[llvm] Proofread TableGen/index.rst (#164756)Kazu Hirata1-22/+22
2025-10-21[llvm] Proofread TableGen/BackGuide.rst (#164365)Kazu Hirata1-12/+12
2025-10-17[llvm] Proofread TableGen/BackEnds.rst (#163918)Kazu Hirata1-25/+25
2025-10-02[llvm] Proofread TableGen/ProgRef.rst (#161629)Kazu Hirata1-11/+11
2025-07-30[llvm] Proofread BackGuide.rst (#151281)Kazu Hirata1-4/+4
2025-07-29[TableGen] Improve handling for dag op names (#149248)Nemanja Ivanovic1-14/+25
2025-06-20[TableGen][Docs] Fix empty list syntax in TableGen doc. (#145041)Chenguang Wang1-1/+1
2025-05-22[llvm] Fix typos in documentation (#141078)Kazu Hirata1-1/+1
2025-04-24[TableGen] Only store direct superclasses in Record (#123072)Jay Foad1-16/+15
2025-03-28[TableGen] Add `!instances` operator to get defined records (#129680)Pengcheng Wang1-7/+16
2025-03-13[TableGen] Add `!match` operator to do regex matching (#130759)Pengcheng Wang1-5/+9
2025-02-05[TableGen][Docs] Fix productionlists for assert and dump (#123739)Jay Foad1-5/+7
2025-02-05[TableGen][Docs] Fix productionlists for SimpleValue (#123751)Jay Foad1-1/+10
2025-01-30[TableGen][Docs] Accept "code" as a Type (#124902)Jay Foad1-4/+9
2025-01-03[Docs][TableGen] Remove ReturnRange from the SearchIndex documentation. NFCCraig Topper1-2/+0
2024-12-17[llvm][TableGen] Add a !initialized predicate to allow testing for ? (#117964)Krzysztof Drewniak1-7/+12
2024-11-07[TableGen] Make `!and` and `!or` short-circuit (#113963)Min-Yih Hsu1-2/+4
2024-10-02[NFC][TableGen] Change `Record::getSuperClasses` to use const Record* (#110845)Rahul Joshi1-1/+1
2024-09-24[TableGen] Add a !listflatten operator to TableGen (#109346)Rahul Joshi1-6/+12
2024-07-11[TableGen] Add support for emitting new function definition to return a range...Garvit Gupta1-0/+86
2024-06-21[TableGen][Docs] Clarify `TokCode` definition. (#96201)Piotr Fusik1-1/+1
2024-06-17[TableGen][Docs] Fix `!range` markup (#95540)Piotr Fusik1-1/+1
2024-06-10[RFC][AMDGPU] Remove old llvm.amdgcn.buffer.* and tbuffer intrinsics (#93801)Jay Foad1-1/+1
2024-02-07[TableGen] Extend direct lookup to instruction values in generic tables. (#80...Jason Eckhardt1-1/+3
2024-02-02[TableGen] Support type aliases via new keyword deftypeWang Pengcheng1-2/+16
2024-01-24[TableGen] Include source location in JSON dump (#79028)ostannard1-0/+6
2023-12-17[llvm] Fix typos in documentationKazu Hirata1-1/+1
2023-12-13[llvm][TableGen][Docs] Add tools/resources linksDavid Spickett1-0/+7
2023-10-19[Tablegen] Add keyword `dump`. (#68793)Francesco Petrogalli1-5/+28
2023-10-11Fix LLVM sphinx botAaron Ballman1-1/+1
2023-10-11[TableGen] New bang operator `!repr`. (#68716)Francesco Petrogalli1-4/+8
2023-09-27[TableGen] Format !range docwangpc1-1/+4
2023-09-27[TableGen] Enhance !range bang operator (#66489)Wang Pengcheng1-5/+12
2023-09-08[TableGen] Add a field to filter out GenericTable entries (#65458)Wang Pengcheng1-6/+72
2023-07-20[TableGen] Support named argumentswangpc1-2/+21
2023-06-07[TableGen] Add !setdagarg and !setdagnameMichael Liao1-5/+15
2023-05-31[TableGen] Add !getdagarg and !getdagnameMichael Liao1-8/+20
2023-05-24[TableGen] Unify the priority of variableswangpc1-6/+14
2023-05-12[llvm] Fix typos in documentationKazu Hirata1-1/+1
2023-04-26TableGen: Let expressions available to list subscriptions and list slicesNAKAMURA Takumi1-7/+22
2023-04-26TableGen/ProgRef.rst: Fix copypasto in the description of `!range`NAKAMURA Takumi1-1/+1
2023-04-25TableGen: Introduce `!range` operator for half-opened intervalNAKAMURA Takumi1-3/+12
2023-03-27[TableGen] Format documentwangpc1-18/+19
2023-03-21TableGen: Introduce `llvm::TableGen::Emitter` to register backendsNAKAMURA Takumi1-19/+8
2023-03-07[TableGen] add !toupper and !tolower operators to change the casing of strings.Zain Jaffal1-0/+6
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-3/+3
2022-12-09[TableGen] Add a !listremove() bang operatorSimon Pilgrim1-4/+8