summaryrefslogtreecommitdiff
path: root/mlir/test/mlir-lsp-server
AgeCommit message (Expand)Author
2025-06-01[mlir][lsp] Enable registering dialects based on URI. (#141331)Jacques Pienaar
2023-08-25[mlir][lsp] Add LSP support for attribute and type aliasesMogball
2023-07-18[mlir-lsp] Add client information to the InitializationParamsRiver Riddle
2023-05-02Adopt Properties to store operations inherent Attributes in the Arith dialectMehdi Amini
2023-05-02Adopt Properties to store operations inherent Attributes in the Func dialectMehdi Amini
2023-03-20Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM printerMehdi Amini
2023-03-13Revert "Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM prin...Mehdi Amini
2023-03-13Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM printerMehdi Amini
2023-02-19Recommit "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-08Revert "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-07[Support] change StringMap hash function from djbHash to xxHashErik Desjardins
2022-07-20[mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checksRiver Riddle
2022-07-08[mlir:LSP] Add support for code completing attributes and typesRiver Riddle
2022-07-08[mlir:LSP] Add support for keyword code completionsRiver Riddle
2022-07-07[mlir:LSP] Add support for MLIR code completionsRiver Riddle
2022-04-28[mlir:LSP] Improve conversion between SourceMgr and LSP locationsRiver Riddle
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-18[mlir] Drop the leading space when printing regionsMogball
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-07-10[mlir] Gated calls to getAsm{Result,BlockArgument}Names on whether printing o...Itai Zukerman
2021-06-10[mlir-lsp-server] Add support for textDocument/documentSymbolsRiver Riddle
2021-06-07[mlir-lsp-server] Fix bug in symbol use/def trackingRiver Riddle
2021-06-07[mlir-lsp-server] Add support for hover on symbol referencesRiver Riddle
2021-06-07[mlir-lsp-server] Add support for hover on region operationsRiver Riddle
2021-06-03[mlir-lsp-server] Add support for tracking the use/def chains of symbolsRiver Riddle
2021-06-02[mlir-lsp] Report range of potential identifier starting at location of diagn...Jacques Pienaar
2021-05-27[mlir-lsp-server] Add support for processing split filesRiver Riddle
2021-05-18[mlir-lsp-server] Add support for recording text document versionsRiver Riddle
2021-05-12[mlir-lsp-server] Add support for sending diagnostics to the clientRiver Riddle
2021-05-07[mlir] Add hover support to mlir-lsp-serverRiver Riddle
2021-04-21[mlir][mlir-lsp] Add a new C++ LSP server for MLIR named mlir-lsp-serverRiver Riddle