summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
AgeCommit message (Expand)Author
2025-09-17[TableGen] Add mapping from processor ID to resource index for packetizer (#1...Luo, Yuanke
2025-05-12[NFC][TableGen] Use StringRef::str() instead of casting (#139332)Rahul Joshi
2024-10-29[TableGen] [NFC] Refine TableGen code to comply with `clang-tidy` checks (#11...Jerry Sun
2024-10-01[TableGen] Change `getValueAsListOfDefs` to return const pointer vector (#110...Rahul Joshi
2024-09-18[LLVM][TableGen] Change DFAPacketizerEmitter to use const RecordKeeper (#109044)Rahul Joshi
2024-09-18[LLVM][TableGen] Change CodeGenSchedule to use const Record pointers (#108782)Rahul Joshi
2024-09-15[LLVM][TableGen] Change CodeGenSchedule to use const RecordKeeper (#108617)Rahul Joshi
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve
2024-02-09[NFC] clang-format utils/TableGen (#80973)Pierre van Houtryve
2023-04-30[TableGen] Forward declare CodeGenRegister et al. (NFC)Sergei Barannikov
2023-03-21llvm-tblgen: Rewrite emitters to use `TableGen::Emitter`NAKAMURA Takumi
2023-03-21llvm-tblgen: Cleanup for each EmitterClass to be invoked by uniform signature.NAKAMURA Takumi
2023-02-19llvm-tblgen: Add "TableGenBackends.h" to each emitter.NAKAMURA Takumi
2022-03-11Cleanup include: TableGenserge-sans-paille
2021-05-30[NFCI] Move DEBUG_TYPE definition below #includesMindong Chen
2021-05-07[TableGen] Use range-based for loops (NFC)Coelacanthus
2020-11-06[TableGen] Indentation and whitespace fixes in generated code. NFC.Jay Foad
2020-02-18Move DFA tables into the read-only data segmant.Benjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-05[DFAPacketizer] Allow up to 64 functional unitsjmolloy
2019-10-18[DFAPacketizer] Fix large compile-time regression for VLIW targetsJames Molloy
2019-10-17[DFAPacketizer] Use DFAEmitter. NFC.James Molloy
2019-09-09[DFAPacketizer] Reapply: Track resources for packetized instructionsJames Molloy
2019-09-09Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...Simon Pilgrim
2019-09-06[DFAPacketizer] Track resources for packetized instructionsJames Molloy
2019-08-30[DFAPacketizer] Allow namespacing of automata per-itineraryJames Molloy
2019-08-25[TableGen] Correct comments for end of namespace. NFCBjorn Pettersson
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2016-11-30Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko
2015-11-22Avoid dependency between TableGen and CodeGenKrzysztof Parzyszek
2015-11-21Now fix errors in NDEBUG build.Krzysztof Parzyszek
2015-11-21Fix warnings in NDEBUG buildKrzysztof Parzyszek
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek
2015-11-21Revert r253790: it breaks all builds for some reason.Krzysztof Parzyszek
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek
2015-01-15Replace size method call of containers to empty method where appropriateAlexander Kornienko
2014-04-21Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie
2014-04-21Fix builds that use an stl missing std::set::emplaceDavid Blaikie
2014-04-21Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie
2014-04-17remove some dead codeNuno Lopes
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2012-12-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta
2012-09-07Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta
2012-06-28Fix Windows build after r159281: s/iterator/const_iteratorAlexey Samsonov
2012-06-28Silence unused variable warning.Richard Trieu