aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Tools
AgeCommit message (Expand)Author
2022-08-06[mlir][tblgen] Refact mlir-tblgen main into its own libraryMarkus Böck
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-08-01[mlir] Add a new builtin DenseResourceElementsAttrRiver Riddle
2022-07-25[mlir] Refactor the Parser library in preparation for an MLIR binary formatRiver Riddle
2022-07-20[mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checksRiver Riddle
2022-07-20[mlir:LSP] Remove several more annoying completion commit charactersRiver Riddle
2022-07-20[mlir:LSP][NFC] Make the LSPServer class privateRiver Riddle
2022-07-14[mlir] (NFC) run clang-format on all filesJeff Niu
2022-07-08[mlir:LSP] Drop potentialy annoying completion commit charactersRiver Riddle
2022-07-08[mlir:LSP] Add code completions for builtin signed/unsigned integersRiver 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-07-07[mlir][ods] Make Type- and AttrInterfaces also `Type`s and `Attr`sMarkus Böck
2022-06-29[mlir] Refactor pass crash reproducer generation to be an assembly resourceRiver Riddle
2022-06-28[mlir] Add `enableSplitting` and `insertMarkerInOutput` options to `splitAndP...River Riddle
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-06-06[mlir:PDLL] Add support for inlay hintsRiver Riddle
2022-06-06[mlir:LSP] Switch document sync mode to IncrementalRiver Riddle
2022-06-02[mlir:PDLL] Add better support for providing Constraint/Pattern/Rewrite docum...River Riddle
2022-05-30[mlir:PDLL] Rework the C++ generation of native Constraint/Rewrite arguments ...River Riddle
2022-05-30[mlir:PDLL] Fix signature help for operation operandsRiver Riddle
2022-05-30[mlir:PDLL-LSP] Add a custom LSP command for viewing the output of PDLLRiver Riddle
2022-05-30[mlir:PDLL] Add proper support for operation result type inferenceRiver Riddle
2022-05-27[mlir][Tablegen-LSP] Add support for a tracking definitions and referencesRiver Riddle
2022-05-27[mlir][Tablegen-LSP] Add support for include file link and hoverRiver Riddle
2022-05-27[mlir][Tablegen-LSP] Add support for a compilation databaseRiver Riddle
2022-05-25[mlir][PDLL] Allow numeric result indexing for unregistered opChia-hung Duan
2022-05-18[mlir:PDLL] Don't append / for directory code completionRiver Riddle
2022-05-18[mlir:PDLL] Improve the location ranges of several expressions during parsingRiver Riddle
2022-05-18[mlir:PDLL] Drop space as a completion commit characterRiver Riddle
2022-05-17[mlir][Tablegen-LSP] Don't link with llvm dylibDavid Spickett
2022-05-16[mlir][Tablegen-LSP] Add support for a basic TableGen language serverRiver Riddle
2022-05-11[TableGen] Refactor TableGenParseFile to no longer use a callbackRiver Riddle
2022-04-28[mlir:PDLL] Fix the import of native constraints from ODSRiver Riddle
2022-04-28[mlir:PDLL] Fix error handling of eof within a string literalRiver Riddle
2022-04-28[mlir:LSP] Improve conversion between SourceMgr and LSP locationsRiver Riddle
2022-04-26[mlir:PDLL] Fix build on windows related to different file pathsRiver Riddle
2022-04-26[mlir][PDLL-LSP] Add code completion for include file pathsRiver Riddle
2022-04-26[mlir][PDLL] Add document link and hover support to mlir-pdll-lsp-serverRiver Riddle
2022-04-26[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle
2022-04-26[mlir][PDLL] Don't use the result of `Constraint::getDefName()` when uniquingRiver Riddle
2022-04-14Apply clang-tidy fixes for modernize-use-default-member-init in PDLLServer.cp...Mehdi Amini
2022-04-13[mlir][pdll] Include string in PDLLServer.hJacques Pienaar
2022-04-13[mlir][pdll] Rename extra dir flagJacques Pienaar
2022-04-13[mlir][pdll] Add extra-dirs for LSP includes.Jacques Pienaar
2022-04-06[mlir:PDL] Expand how native constraint/rewrite functions can be definedRiver Riddle