aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Tools
AgeCommit message (Expand)AuthorFilesLines
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE19942-4/+2
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE19942-2/+4
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE19942-4/+2
2024-09-07[MLIR][TableGen] Migrate MLIR backends to use const RecordKeeper (#107505)Rahul Joshi2-8/+9
2024-09-06[lsp] Fix format string in Reply (#107480)Lily Brown1-1/+1
2024-08-09[mlir][ODS] Consistent `cppType` / `cppClassName` usage (#102657)Matthias Springer1-3/+2
2024-08-06[mlir] Add --list-passes option to mlir-opt (#100420)Natan-GabrielTiutiuIntel1-0/+16
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra15-24/+21
2024-06-24[mlir] Use llvm::unique (NFC) (#96415)Kazu Hirata1-2/+1
2024-06-21[mlir] Add missing ManagedStatic.h includes (NFC)Nikita Popov1-0/+1
2024-05-20Use StringRef::find_first_of(char), etc (NFC) (#92841)Kazu Hirata1-1/+1
2024-05-20[mlir][irdl] Fix missing verifier in irdl.parametric (#92700)Théo Degioanni1-0/+2
2024-05-17[LSP] Use std::string for storing the Reply method (#92464)Walter Erquinigo1-1/+1
2024-05-08[mlir-lsp] Add DiagnosticTag from LSP spec (#91396)Lily Brown1-1/+18
2024-04-30[mlir][NFC] update code to use `mlir::dyn_cast/cast/isa` (#90633)Peiming Liu4-44/+47
2024-04-29[mlir-lsp] Support outgoing requests (#90078)Brian Gesiak1-15/+23
2024-04-29[mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak1-3/+3
2024-04-25Revert 4 last "[mlir-lsp]" commits: pre-merge bot is brokenMehdi Amini1-3/+3
2024-04-25Revert "[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)"Brian Gesiak3-3/+3
2024-04-25[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)Brian Gesiak3-3/+3
2024-04-24[mlir-lsp] Initialize Reply::method member (#89857)Brian Gesiak1-3/+3
2024-03-17[mlir] Work around MSVC bugBenjamin Kramer2-4/+4
2024-03-14[MLIR] Fix `mlir-opt --show-dialects` to not require any input (as documented)Mehdi Amini1-5/+13
2024-03-14[mlir] Make the split markers of splitAndProcessBuffer configurable. (#84765)Ingo Müller5-23/+42
2024-03-08[PDLL]: Fix crash when negation doesn't apply to native constraint (#84331)Matthias Gehre1-0/+2
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-2/+2
2024-03-02Reapply "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-6/+0
2024-03-01Revert "[mlir][PDL] Add support for native constraints with results (#82760)"Matthias Gehre1-0/+6
2024-03-01[mlir][PDL] Add support for native constraints with results (#82760)Matthias Gehre1-6/+0
2024-02-25Enables textual IR roundtripping through `--verifyRoundtrip` (#82946)Matteo Franciolini1-11/+13
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in PassPlugin.cpp (NFC)Mehdi Amini1-3/+3
2024-02-16Apply clang-tidy fixes for llvm-include-order in Parser.cpp (NFC)Mehdi Amini1-1/+1
2024-02-16Apply clang-tidy fixes for readability-identifier-naming in MlirOptMain.cpp (...Mehdi Amini1-4/+4
2024-01-08[mlir] Use StringRef::ltrim (NFC)Kazu Hirata1-1/+1
2024-01-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi1-0/+18
2023-12-13[mlir] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata7-10/+11
2023-11-15Replace usage of StringRef::find_last_of with a string literal of size one by...serge-sans-paille1-1/+1
2023-11-13[mlir][bytecode] Add bytecode writer config API to skip serialization of reso...Matteo Franciolini1-0/+7
2023-10-29[MLIR][mlir-opt] Add `registerationAndParseCLIOptions` for `MlirOptMain`. (#7...weiwei chen1-27/+50
2023-10-13[mlir][mlir-query] Introduce mlir-query tool with autocomplete supportDevajith3-0/+129
2023-09-01[MLIR][PDL] Add PDLL support for negated native constraintsMogball6-22/+56
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart2-1/+2
2023-08-30fix unused variable warnings in conditionalsMikhail Goncharov1-1/+1
2023-08-25[mlir][lsp] Add LSP support for attribute and type aliasesMogball1-0/+65
2023-07-27[mlir-lsp] Guard writing output to JSONTransport with mutexRiver Riddle1-6/+10
2023-07-18[mlir-lsp] Add client information to the InitializationParamsRiver Riddle1-0/+17
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich3-0/+3
2023-06-20Convert MLIR IndentedOstream to header only.Stella Laurenzo1-0/+2
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp1-2/+2
2023-05-25Add a `-verify-roundtrip` option to `mlir-opt` intended to validate custom pr...Mehdi Amini1-29/+111