[all-commits] [llvm/llvm-project] 943ad6: [PDLL] Add proper expansive documentation for PDLL
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Mar 17 00:05:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 943ad665e230e2c8168a84857f3c479e0ffea3f9
https://github.com/llvm/llvm-project/commit/943ad665e230e2c8168a84857f3c479e0ffea3f9
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
A mlir/docs/PDLL.md
Log Message:
-----------
[PDLL] Add proper expansive documentation for PDLL
This commit adds detailed documentation for PDLL, its language design, and
captures a bit of the rationale. This document captures everything in-tree at present,
and is intended to be an all encompassing manual for interacting with and understanding
PDLL.
Differential Revision: https://reviews.llvm.org/D119903
Commit: 7bc5273367360347801f892d4312d0088c4961d4
https://github.com/llvm/llvm-project/commit/7bc5273367360347801f892d4312d0088c4961d4
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M mlir/lib/Tools/CMakeLists.txt
A mlir/lib/Tools/lsp-server-support/CMakeLists.txt
A mlir/lib/Tools/lsp-server-support/Logging.cpp
A mlir/lib/Tools/lsp-server-support/Logging.h
A mlir/lib/Tools/lsp-server-support/Protocol.cpp
A mlir/lib/Tools/lsp-server-support/Protocol.h
A mlir/lib/Tools/lsp-server-support/Transport.cpp
A mlir/lib/Tools/lsp-server-support/Transport.h
M mlir/lib/Tools/mlir-lsp-server/CMakeLists.txt
M mlir/lib/Tools/mlir-lsp-server/LSPServer.cpp
M mlir/lib/Tools/mlir-lsp-server/MLIRServer.cpp
M mlir/lib/Tools/mlir-lsp-server/MlirLspServerMain.cpp
R mlir/lib/Tools/mlir-lsp-server/lsp/Logging.cpp
R mlir/lib/Tools/mlir-lsp-server/lsp/Logging.h
R mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.cpp
R mlir/lib/Tools/mlir-lsp-server/lsp/Protocol.h
R mlir/lib/Tools/mlir-lsp-server/lsp/Transport.cpp
R mlir/lib/Tools/mlir-lsp-server/lsp/Transport.h
Log Message:
-----------
[mlir][NFC] Move the LSP agnostic files to a new lsp-server directory
This allows for sharing the implementation of key components across multiple
MLIR language servers. These will be used in a followup to help implement
a PDLL language server.
Differential Revision: https://reviews.llvm.org/D121540
Compare: https://github.com/llvm/llvm-project/compare/eea7c935d296...7bc527336736
More information about the All-commits
mailing list