summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools
AgeCommit message (Expand)Author
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev
2025-11-10[mlir][NFC] Split registerAndParseCLIOptions() in mlir-opt (#166538)Andrei Golubev
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda
2025-10-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-09-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen
2025-09-18[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Context.cpp (NFC)Mehdi Amini
2025-09-16[MLIR] Turn `RemarkFormat` into an enum class (NFC) (#158733)Mehdi Amini
2025-09-12[MLIR] Add remark flags to mlir-opt (#156825)Guray Ozen
2025-09-11[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#157885)Bertik23
2025-09-09Revert "[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#15...Nikita Popov
2025-09-09[mlir] Move SupportLSP to LINK_COMPONENTSNikita Popov
2025-09-09[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#155572)Bertik23
2025-09-01[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in MlirReduceMain...Mehdi Amini
2025-09-01[mlir] Default `mlir-query` input to stdin (#156324)Denzel-Brian Budii
2025-08-31[MLIR] Add --allow-unregistered-dialect to mlir-reduce (#156245)Mehdi Amini
2025-08-25[mlir] Fix bug in PDLL Parser (#155243)Youngsuk Kim
2025-08-01[MLIR] Introduce a OpWithState class to act as a stream modifier for Operatio...Mehdi Amini
2025-07-29[mlir] Report line number from file rather than split (#150982)Jacques Pienaar
2025-07-24[mlir-lsp] Fix window.workDoneProgress capability (#149905)Lily Brown
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2025-06-26[mlir] Migrate away from std::nullopt (NFC) (#145842)Kazu Hirata
2025-06-25[mlir] Migrate away from std::nullopt (NFC) (#145523)Kazu Hirata
2025-06-21[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#145140)Kazu Hirata
2025-06-09[mlir] Add window.workDoneProgress LSP capability (#143449)Lily Brown
2025-06-01[mlir][lsp] Enable registering dialects based on URI. (#141331)Jacques Pienaar
2025-05-19[LLVM][TableGen] Rename `ListInit::getValues()` to `getElements()` (#140289)Rahul Joshi
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-04-24[TableGen] Only store direct superclasses in Record (#123072)Jay Foad
2025-04-14[mlir] Use llvm::append_range (NFC) (#135722)Kazu Hirata
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang
2025-03-29[mlir] Use SetVector::insert_range (NFC) (#133595)Kazu Hirata
2025-03-17[mlir] Use `getSingleElement`/`hasSingleElement` in various places (#131460)Matthias Springer
2025-03-14[mlir-lsp] Abstract input and output of the `JSONTransport` (#129320)Nikolay Panchenko
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata
2024-11-28[mlir-opt] Fix -Wcovered-switch-default in MlirOptMain.cpp (NFC)Jie Fu
2024-11-27[MLIR][mlir-opt] add support for disabling diagnostics (#117669)sfzhu93
2024-11-15[MLIR][mlir-opt] Add option to turn off verifier on parsing (#116287)Thomas Peters
2024-10-16[MLIR][TableGen] Use const pointers for various `Init` objects (#112562)Rahul Joshi
2024-10-16Revert "[MLIR][TableGen] Use const pointers for various `Init` objects" (#112...Mehdi Amini
2024-10-14[MLIR][TableGen] Use const pointers for various `Init` objects (#112316)Rahul Joshi
2024-10-02[NFC][TableGen] Change `Record::getSuperClasses` to use const Record* (#110845)Rahul Joshi
2024-10-02[NFC][MLIR][TableGen] Eliminate `llvm::` for common types in LSP Server (#110...Rahul Joshi