aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/mlir-lsp-server
AgeCommit message (Expand)AuthorFilesLines
2023-08-25[mlir][lsp] Add LSP support for attribute and type aliasesMogball2-14/+198
2023-07-18[mlir-lsp] Add client information to the InitializationParamsRiver Riddle2-2/+2
2023-05-02Adopt Properties to store operations inherent Attributes in the Arith dialectMehdi Amini1-1/+1
2023-05-02Adopt Properties to store operations inherent Attributes in the Func dialectMehdi Amini1-2/+2
2023-03-20Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM printerMehdi Amini1-2/+2
2023-03-13Revert "Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM prin...Mehdi Amini1-2/+2
2023-03-13Add a `skipRegion()` feature to the OpPrintingFlags for MLIR ASM printerMehdi Amini1-2/+2
2023-02-19Recommit "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins1-6/+6
2023-02-08Revert "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins1-6/+6
2023-02-07[Support] change StringMap hash function from djbHash to xxHashErik Desjardins1-6/+6
2022-07-20[mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checksRiver Riddle2-0/+177
2022-07-08[mlir:LSP] Add support for code completing attributes and typesRiver Riddle1-19/+147
2022-07-08[mlir:LSP] Add support for keyword code completionsRiver Riddle1-0/+33
2022-07-07[mlir:LSP] Add support for MLIR code completionsRiver Riddle2-0/+112
2022-04-28[mlir:LSP] Improve conversion between SourceMgr and LSP locationsRiver Riddle1-1/+31
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle6-21/+21
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle2-5/+5
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-1/+1
2022-01-18[mlir] Drop the leading space when printing regionsMogball1-2/+2
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball4-7/+7
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle3-6/+6
2021-07-10[mlir] Gated calls to getAsm{Result,BlockArgument}Names on whether printing o...Itai Zukerman1-1/+1
2021-06-10[mlir-lsp-server] Add support for textDocument/documentSymbolsRiver Riddle2-0/+72
2021-06-07[mlir-lsp-server] Fix bug in symbol use/def trackingRiver Riddle1-3/+16
2021-06-07[mlir-lsp-server] Add support for hover on symbol referencesRiver Riddle1-1/+25
2021-06-07[mlir-lsp-server] Add support for hover on region operationsRiver Riddle1-8/+32
2021-06-03[mlir-lsp-server] Add support for tracking the use/def chains of symbolsRiver Riddle4-8/+52
2021-06-02[mlir-lsp] Report range of potential identifier starting at location of diagn...Jacques Pienaar1-1/+1
2021-05-27[mlir-lsp-server] Add support for processing split filesRiver Riddle1-0/+37
2021-05-18[mlir-lsp-server] Add support for recording text document versionsRiver Riddle1-1/+2
2021-05-12[mlir-lsp-server] Add support for sending diagnostics to the clientRiver Riddle1-0/+35
2021-05-07[mlir] Add hover support to mlir-lsp-serverRiver Riddle2-0/+110
2021-04-21[mlir][mlir-lsp] Add a new C++ LSP server for MLIR named mlir-lsp-serverRiver Riddle7-0/+139