summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DFAEmitter.cpp
AgeCommit message (Expand)Author
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-09-04[NFC][TableGen] Use `BitsInit::convertInitializerToInt` in a few places (#156...Rahul Joshi
2025-05-12[NFC][TableGen] Use StringRef::str() instead of casting (#139332)Rahul Joshi
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata
2025-01-16[TableGen] Use std::pair instead of std::make_pair. NFC. (#123174)Jay Foad
2024-12-13[TableGen] Allow empty terminator in SequenceToOffsetTable (#119751)Sergei Barannikov
2024-10-18[LLVM][TableGen] Change all `Init` pointers to const (#112705)Rahul Joshi
2024-09-18[LLVM][TableGen] Change DFAEmitter to use const Record pointers (#109042)Rahul Joshi
2024-09-08[TableGen] Migrate CTags/DFA/Directive Emitters to const RecordKeeper (#107693)Rahul Joshi
2024-06-02[TableGen] Use llvm::unique (NFC) (#94163)Kazu Hirata
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve
2024-02-14[TableGen] Stop using make_pair and make_tuple. NFC. (#81730)Jay Foad
2024-02-09[NFC] clang-format utils/TableGen (#80973)Pierre van Houtryve
2023-03-21llvm-tblgen: Rewrite emitters to use `TableGen::Emitter`NAKAMURA Takumi
2022-08-27[tblgen] Use std::variant to simplify code. NFCI.Benjamin Kramer
2022-04-06Fix warnings about variables that are set but only used in debug modeMartin Storsjö
2022-03-11Cleanup include: TableGenserge-sans-paille
2021-05-30[NFCI] Move DEBUG_TYPE definition below #includesMindong Chen
2021-02-18[TableGen] Use ListSeparator (NFC)Kazu Hirata
2020-12-03[TableGen] Eliminate the 'code' typePaul C. Anagnostopoulos
2020-09-10[TableGen] Do not construct string from nullptrYuriy Chernyshov
2020-02-25Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug builds (PR44945)Hans Wennborg
2020-02-18Drop a constexpr in favor of const, MSVC complains.Benjamin Kramer
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
2020-01-17Revert "Avoid creating an immutable map in the Automaton class."Dmitri Gribenko
2020-01-16Avoid creating an immutable map in the Automaton class.Marcello Maggioni
2019-10-07[TableGen] Pacify gcc-5.4 moreJames Molloy
2019-10-04[TableGen] Introduce a generic automaton (DFA) backendJames Molloy