summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/OptionParserEmitter.cpp
AgeCommit message (Expand)Author
2025-06-07[TableGen] Use `emplace` instead of `insert` and similar. NFC. (#143164)Jay Foad
2025-05-19[LLVM][TableGen] Rename `ListInit::getValues()` to `getElements()` (#140289)Rahul Joshi
2025-05-12[NFC][TableGen] Use StringRef::str() instead of casting (#139332)Rahul Joshi
2025-05-12[NFC][TableGen] Add {} for `else` when `if` body has {} (#139420)Rahul Joshi
2025-04-27[llvm] Use llvm::interleaved (NFC) (#137531)Kazu Hirata
2025-03-20[llvm] Use *Set::insert_range (NFC) (#132325)Kazu Hirata
2025-01-28[StrTable] Switch intrinsics to StringTable and work around MSVC (#123548)Chandler Carruth
2025-01-22[StrTable] Switch the option parser to `llvm::StringTable` (#123308)Chandler Carruth
2025-01-16[TableGen] Use std::pair instead of std::make_pair. NFC. (#123174)Jay Foad
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-11-21[TableGen] Use `std::move` to avoid copy (#113061)abhishek-kaushik22
2024-10-29[TableGen] [NFC] Refine TableGen code to comply with `clang-tidy` checks (#11...Jerry Sun
2024-10-28[TableGen] [NFC] Remove unused includes in TableGen BE (#113725)Jerry Sun
2024-10-18[LLVM][TableGen] Change all `Init` pointers to const (#112705)Rahul Joshi
2024-09-27[LLVM][TableGen] Change a few emitters to use const Record pointers (#110112)Rahul Joshi
2024-09-24[LLVM][TableGen] Rename Option emitter files (#109216)Rahul Joshi