summaryrefslogtreecommitdiff
path: root/llvm/test/TableGen
AgeCommit message (Expand)Author
2025-11-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke
2025-11-19[AArch64][GlobalISel] Added support for hadd family of intrinsics (#163985)Joshua Rodriguez
2025-11-19TableGen: Support target specialized pseudoinstructions (#159880)Matt Arsenault
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-17[LLVM-Tablegen] Pretty Printing Arguments in LLVM Intrinsics (#162629)Dharuni R Acharya
2025-11-16[SelectionDAG] Verify SDTCisVT and SDTCVecEltisVT constraints (#150125)Sergei Barannikov
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev
2025-11-06[IR] llvm.reloc.none intrinsic for no-op symbol references (#147427)Daniel Thornburgh
2025-11-06[NFC][TableGen] Adopt CodeGenHelpers in InstrInfoEmitter (#166442)Rahul Joshi
2025-11-05[NFC][TableGen] Adopt CodeGenHelpers in SDNodeInfoEmitter (#165622)Rahul Joshi
2025-11-05RuntimeLibcalls: Split lowering decisions into LibcallLoweringInfo (#164987)Matt Arsenault
2025-11-05[NFC][TableGen] Adopt NamespaceEmitter in DirectiveEmitter (#165600)Rahul Joshi
2025-11-04[NFC][TableGen] Emit empty lines after/before namespace scope (#166217)Rahul Joshi
2025-10-31[X86] Remove AMX-TRANSPOSE (#165556)Mikołaj Piróg
2025-10-23[LLVM][Intrinsics] Print note if manual name matches default name (#164716)Rahul Joshi
2025-10-21TableGen: Use IfDefEmitter (#164209)Matt Arsenault
2025-10-14[NFC][TableGen] Add `IncludeGuardEmitter` to emit header include guards (#163...Rahul Joshi
2025-10-13[TableGen] Diagnose negative !listsplat count (#163152)Jay Foad
2025-10-10RuntimeLibcalls: Add bitset for available libcalls (#150869)Matt Arsenault
2025-10-07TableGen: Go back to using range loop over runtime libcall sets (#162221)Matt Arsenault
2025-10-07[TableGen] Reduce stack usage of setTargetRuntimeLibcallSets (#162194)Nadharm
2025-10-03[TableGen][SchedModel] Introduce a new SchedPredicate that checks against Sub...Min-Yih Hsu
2025-10-03[TableGen][MC] Pass a MCSubtargetInfo instance into resolveVariantSchedClassI...Min-Yih Hsu
2025-10-04CodeGen: Do not store RegisterClass copy costs as a signed value (#161786)Matt Arsenault
2025-10-02[AArch64][GlobalISel] Add `G_FMODF` instruction (#160061)Ryan Cowan
2025-09-30[TableGen, CHERI] Make CPtrWildcard test tolerant to unrelated changes (#161406)Marco Elver
2025-09-26[Intrinsic] Unify IIT_STRUCT{2-9} into ITT_STRUCT to support upto 257 return ...Michael Liao
2025-09-25[TableGen, CodeGen, CHERI] Add support for the cPTR wildcard value type. (#15...Owen Anderson
2025-09-25[X86][GlobalISel] Added support for llvm.set.rounding (#156591)JaydeepChauhan14
2025-09-20[TableGen][DecoderEmitter] Rework table construction/emission (#155889)Sergei Barannikov
2025-09-19[LLVM] Exclude specialized lit test suites from check-all (#159781)Rahul Joshi
2025-09-19[LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller s...Rahul Joshi
2025-09-19CodeGen: Add RegisterClass by HwMode (#158269)Matt Arsenault
2025-09-19TableGen: Replace assertion with error for unexpected pattern inputs (#159687)Matt Arsenault
2025-09-18[IntrinsicEmitter] Make AttributesMap PackedID type-adaptive (#158383)Elvin Wang
2025-09-18[IntrinsicEmitter] Make AttributesMap bound inclusive (#158714)Elvin Wang
2025-09-18[GlobalISelMatchTable] Don't hoist C++ predicates over operand recorders (#15...Fabian Ritter
2025-09-17[TableGen][DecoderEmitter] Inline `insertBits()` (NFC) (#159353)Sergei Barannikov
2025-09-17[TableGen] Add mapping from processor ID to resource index for packetizer (#1...Luo, Yuanke
2025-09-17[TableGen][DecoderEmitter] Merge OPC_Decode with OPC_TryDecode (#159178)Sergei Barannikov
2025-09-16[NFC][TableGen] Move decoder tests to DecoderEmitter directory (#159040)Rahul Joshi
2025-09-16[TableGen][CodeEmitter] Refactor addCodeToMergeInOperand (NFC) (#158674)Sergei Barannikov
2025-09-15[NFC] Rename FixedLenDecoderEmitter to just DecoderEmitter (#158766)Rahul Joshi
2025-09-15[NFC][DecoderEmitter] Predicate generation code cleanup (#158140)Rahul Joshi
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi
2025-09-12[IntrinsicEmitter] Make AttributesMap bits adaptive (#157965)Elvin Wang
2025-09-12[TableGen][DecoderEmitter] Decode operands with "all zeros" encoding (#158163)Sergei Barannikov
2025-09-11[tablegen][test] Make additional-encoding.td more reliable (#158123)Vincent Lee
2025-09-11[X86] Standardize (V)AESKEYGENASSIST instruction naming (#158046)Simon Pilgrim