aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Tools
AgeCommit message (Expand)AuthorFilesLines
2025-12-31[mlir][Pass] Fix textual pipeline specification when generating a crashless r...neildhar1-1/+1
2025-12-30[mlir][IR][NFC] Add `Block::computeBlockNumber` convenience helper (#173475)Matthias Springer1-7/+2
2025-12-11[MLIR] Apply clang-tidy fixes for readability-identifier-naming in MLIRServer...Mehdi Amini1-9/+9
2025-12-04[PDLL] Collapse TypeDetail.h into Types.h (#170341)Keith Smiley3-143/+1
2025-11-15[mlir] Use llvm::copy (NFC) (#168213)Kazu Hirata1-1/+1
2025-11-14[TableGen] Split *GenRegisterInfo.inc. (#167700)Ivan Kosarev1-1/+8
2025-11-10[mlir][NFC] Split registerAndParseCLIOptions() in mlir-opt (#166538)Andrei Golubev1-12/+21
2025-10-16[mlir] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163703)Kazu Hirata1-1/+1
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda3-0/+6
2025-10-14[MLIR] Implement remark emitting policies in MLIR (#161202)Guray Ozen1-4/+33
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski2-3/+3
2025-09-25Revert "[MLIR] Implement remark emitting policies in MLIR" (#160681)Mehdi Amini1-28/+4
2025-09-25[MLIR] Implement remark emitting policies in MLIR (#160526)Guray Ozen1-4/+28
2025-09-18[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Context.cpp (NFC)Mehdi Amini1-1/+2
2025-09-16[MLIR] Turn `RemarkFormat` into an enum class (NFC) (#158733)Mehdi Amini1-10/+11
2025-09-12[MLIR] Add remark flags to mlir-opt (#156825)Guray Ozen2-9/+100
2025-09-11[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#157885)Bertik2328-1918/+625
2025-09-09Revert "[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#15...Nikita Popov28-622/+1917
2025-09-09[mlir] Move SupportLSP to LINK_COMPONENTSNikita Popov3-3/+7
2025-09-09[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#155572)Bertik2328-1917/+618
2025-09-01[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in MlirReduceMain...Mehdi Amini1-3/+3
2025-09-01[mlir] Default `mlir-query` input to stdin (#156324)Denzel-Brian Budii1-1/+10
2025-08-31[MLIR] Add --allow-unregistered-dialect to mlir-reduce (#156245)Mehdi Amini1-0/+7
2025-08-25[mlir] Fix bug in PDLL Parser (#155243)Youngsuk Kim1-1/+2
2025-08-01[MLIR] Introduce a OpWithState class to act as a stream modifier for Operatio...Mehdi Amini1-2/+1
2025-07-29[mlir] Report line number from file rather than split (#150982)Jacques Pienaar2-17/+45
2025-07-24[mlir-lsp] Fix window.workDoneProgress capability (#149905)Lily Brown1-5/+5
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata7-17/+0
2025-07-22[mlir][NFC] update `mlir/lib` create APIs (26/n) (#149933)Maksim Levental1-38/+39
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata13-35/+0
2025-06-26[mlir] Migrate away from std::nullopt (NFC) (#145842)Kazu Hirata1-5/+4
2025-06-25[mlir] Migrate away from std::nullopt (NFC) (#145523)Kazu Hirata1-2/+3
2025-06-21[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#145140)Kazu Hirata2-5/+10
2025-06-09[mlir] Add window.workDoneProgress LSP capability (#143449)Lily Brown1-0/+5
2025-06-01[mlir][lsp] Enable registering dialects based on URI. (#141331)Jacques Pienaar3-16/+25
2025-05-19[LLVM][TableGen] Rename `ListInit::getValues()` to `getElements()` (#140289)Rahul Joshi1-1/+1
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi1-28/+14
2025-04-24[TableGen] Only store direct superclasses in Record (#123072)Jay Foad1-1/+1
2025-04-14[mlir] Use llvm::append_range (NFC) (#135722)Kazu Hirata2-3/+2
2025-04-10[mlir] implement `-verify-diagnostics=only-expected` (#135131)Maksim Levental2-15/+43
2025-04-08[MLIR][mlir-opt] move action debugger hook flag (#134842)Christopher McGirr1-5/+0
2025-03-31[MLIR][NFC] Fix incomplete boundary comments. (#133516)Han-Chung Wang6-0/+35
2025-03-29[mlir] Use SetVector::insert_range (NFC) (#133595)Kazu Hirata1-2/+1
2025-03-17[mlir] Use `getSingleElement`/`hasSingleElement` in various places (#131460)Matthias Springer1-3/+1
2025-03-14[mlir-lsp] Abstract input and output of the `JSONTransport` (#129320)Nikolay Panchenko1-6/+8
2025-01-11[mlir] Migrate away from PointerUnion::{is,get} (NFC) (#122591)Kazu Hirata2-6/+6
2024-11-28[mlir-opt] Fix -Wcovered-switch-default in MlirOptMain.cpp (NFC)Jie Fu1-2/+1
2024-11-27[MLIR][mlir-opt] add support for disabling diagnostics (#117669)sfzhu931-2/+63
2024-11-15[MLIR][mlir-opt] Add option to turn off verifier on parsing (#116287)Thomas Peters1-2/+7
2024-10-16[MLIR][TableGen] Use const pointers for various `Init` objects (#112562)Rahul Joshi1-8/+8