summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen
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-22[llvm] Remove unused local variables (NFC) (#169171)Kazu Hirata
2025-11-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
2025-11-19[NFC][TableGen] Use `IfGuardEmitter` in CallingConvEmitter (#168763)Rahul Joshi
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke
2025-11-19[TableGen] Use size_t for SubRegIndicesSize (NFC) (#168728)Kazu Hirata
2025-11-19[NFC][TableGen] Add IfGuardEmitter and adopt it in InstrInfoEmitter (#168616)Rahul Joshi
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-19[TableGen] Silence a warning (NFC)Jie Fu
2025-11-19TableGen: Support target specialized pseudoinstructions (#159880)Matt Arsenault
2025-11-18[NFC][TableGen] Adopt CodeGenHelpers in CodeGenMapTable (#168592)Rahul Joshi
2025-11-18[NFC][TableGen] Remove `close` member from various CodeGenHelpers (#167904)Rahul Joshi
2025-11-18[TableGen][NFCI] Change TableGenMain() to take function_ref. (#167888)Ivan Kosarev
2025-11-18[CMake] Declare all parts of *GenRegisterInfo.inc as outputs. (#168405)Ivan Kosarev
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-13[NFC][TableGen] Adopt CodeGenHelpers in SubtargetEmitter (#163820)Rahul Joshi
2025-11-12[CodeGen] Use MCRegUnit in two more TRI methods (NFC) (#167680)Sergei Barannikov
2025-11-11Remove unused <iterator> inclusionserge-sans-paille
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-10CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)Matt Arsenault
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-08[llvm] Use llvm::find_if and llvm::is_contained (NFC) (#167166)Kazu Hirata
2025-11-08[TableGen] Use "using" instead of "typedef" (NFC) (#167168)Kazu Hirata
2025-11-06[NFC][TableGen] Adopt CodeGenHelpers in InstrInfoEmitter (#166442)Rahul Joshi
2025-11-05TableGen: Split RuntimeLibcallsEmitter into separate utility header (#166583)Matt Arsenault
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-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-11-02[TableGen] Use std::move properly (NFC) (#166104)Kazu Hirata
2025-11-02[llvm] Remove redundant typename (NFC) (#166087)Kazu Hirata
2025-11-01[TableGen] Use "= default" (NFC) (#165968)Kazu Hirata
2025-10-31[MC] Remove SMRange(std::nullopt_t) (#165832)Kazu Hirata
2025-10-31[X86] Remove AMX-TRANSPOSE (#165556)Mikołaj Piróg
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-10-25[llvm] Use iterator_range<T>(Container &&) (NFC) (#165117)Kazu Hirata
2025-10-23[LLVM][Intrinsics] Print note if manual name matches default name (#164716)Rahul Joshi
2025-10-22[NFC][TableGen] `emitGetOperandIdxName`: Pass arg by const& (#164563)Abhishek Kaushik
2025-10-21[TableGen] List the indices of sub-operands (#163723)Simon Tatham
2025-10-21TableGen: Use IfDefEmitter (#164209)Matt Arsenault
2025-10-17[X86][APX] Distinguish REX2 PUSH/POP from PPX (#163526)Phoebe Wang
2025-10-15[TableGen][RISCV] Don't use auto where the type isn't obvious. NFC (#163611)Craig Topper
2025-10-15[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163507)Kazu Hirata