summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h
AgeCommit message (Expand)Author
2025-11-23[TableGen] Remove unnecessary use of MVT::SimpleTy. NFCHEADmainCraig Topper
2025-11-22[TableGen] Use MVT instead of MVT::SimpleValueType. NFC (#169180)Craig Topper
2025-11-23[TableGen] Constify CodeGenInstruction where possible (NFC) (#169193)Sergei Barannikov
2025-11-08[TableGen] Use "using" instead of "typedef" (NFC) (#167168)Kazu Hirata
2025-09-25[TableGen, CodeGen, CHERI] Add support for the cPTR wildcard value type. (#15...Owen Anderson
2025-06-15[TableGen] Use range-based for loops (NFC) (#144283)Kazu Hirata
2025-06-09[GISel][AArch64] Allow PatLeafs to be imported in GISel which were previously...jyli0116
2025-05-21[LLVM][TableGen] Use StringRef for various members `CGIOperandList::OperandIn...Rahul Joshi
2025-05-12[NFC][TableGen] Use StringRef::str() instead of casting (#139332)Rahul Joshi
2025-02-05[TableGen] Add declarations to silence gcc warning. NFC (#125892)Craig Topper
2025-01-22[TableGen] Add a backend generating SDNode descriptions (#123002)Sergei Barannikov
2024-12-13[TableGen] Add TreePatternNode::children and use it in for loops (NFC) (#119877)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 CodeGenDAGPatterns to use const RecordKeeper (#108762)Rahul Joshi
2024-09-11[TableGen] Change CodeGenInstruction record members to const (#107921)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-07-31[TableGen][MVT] Lower the maximum 16-bit MVT from 16384 to 511. (#101401)Craig Topper
2024-07-31[TableGen] Add an explicit cast to allow one TypeSetByHwMode constructor to b...Craig Topper
2024-07-31[TableGen] Pass ValueTypeByHwMode by const reference in a couple places. NFCCraig Topper
2024-08-01[MVT][TableGen] Extend Machine Value Type to `uint16_t` (#99657)Brandon Wu
2024-05-20[TableGen] HasOneUse builtin predicate on PatFrags (#91578)jofrn
2024-04-25[TableGen] ShouldIgnore Pattern bit to disable DAG pattern imports during GIS...jofrn
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve