summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp
AgeCommit message (Expand)Author
2025-11-22[TableGen] Use MVT instead of MVT::SimpleValueType. NFC (#169180)Craig Topper
2025-11-01[TableGen] Use "= default" (NFC) (#165968)Kazu Hirata
2025-09-25[TableGen, CodeGen, CHERI] Add support for the cPTR wildcard value type. (#15...Owen Anderson
2025-09-18[GlobalISelMatchTable] Don't hoist C++ predicates over operand recorders (#15...Fabian Ritter
2025-09-05[NFC][TableGen] Fix GlobalISel TableGen backend namespace usage (#156986)Rahul Joshi
2025-09-04[NFC][TableGen] Adopt `CodeGenInstruction::getName()` (#156968)Rahul Joshi
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
2025-08-13[TableGen] Fix GIMT_Encode8 with a large argument (#153429)Piotr Fusik
2025-08-13[TableGen] Emit integers in GlobalISelMatchTable as unsigned (#153391)Piotr Fusik
2025-07-07[NFC][TableGen] Rename `CodeGenTarget` instruction accessors (#146767)Rahul Joshi
2025-06-09[GISel][AArch64] Allow PatLeafs to be imported in GISel which were previously...jyli0116
2025-05-12[NFC][TableGen] Add {} for `else` when `if` body has {} (#139420)Rahul Joshi
2025-03-04[TableGen] Avoid repeated hash lookups (NFC) (#129655)Kazu Hirata
2025-02-06[GlobalISel] Prefix MatchTable Lines with their Index (#125845)Pierre van Houtryve
2025-01-31[TableGen] Reduce size of MatchTableRecord (NFC) (#125221)Nikita Popov
2025-01-16[TableGen] Use std::pair instead of std::make_pair. NFC. (#123174)Jay Foad
2025-01-15[TableGen] Avoid repeated hash lookups (NFC) (#123161)Kazu Hirata
2025-01-05[GlobalISel] Support physical register inputs in nested patterns (#121239)Evgenii Kudriashov
2024-12-21[TableGen][GISel] Learn to import patterns with optional defs (#120470)Sergei Barannikov
2024-11-04Use `std::move` to avoid copy (#113055)abhishek-kaushik22
2024-09-30[LLVM][TableGen] Change GlobalISelEmitter to use const RecordKeeper (#110109)Rahul Joshi
2024-09-20[LLVM][TableGen] Change GISelCombinerEmitter to use const RecordKeeper (#109187)Rahul Joshi
2024-09-11[TableGen] Change CodeGenInstruction record members to const (#107921)Rahul Joshi
2024-08-16[TableGen] Refactor Intrinsic handling in TableGen (#103980)Rahul Joshi
2024-08-07Fix gcc Wparentheses warning. NFC.Simon Pilgrim
2024-08-01[GlobalISel][TableGen] MIR Pattern Variadics (#100563)Pierre van Houtryve
2024-05-16[GlobalISel] Refactor Combiner MatchData & Apply C++ Code Handling (#92239)Pierre van Houtryve
2024-05-03[GlobalISel] Optimize ULEB128 usage (#90565)Pierre van Houtryve
2024-04-24[TableGen][GlobalISel] Specialize more MatchTable Opcodes (#89736)Pierre van Houtryve
2024-03-28[GISEL][NFC] Refactor OperandPredicateMatcher::isHigherPriorityThan (#86837)Marc Auberer
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve