summaryrefslogtreecommitdiff
path: root/mlir/lib/Tools/PDLL/Parser/Lexer.cpp
AgeCommit message (Expand)Author
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-09-01[MLIR][PDL] Add PDLL support for negated native constraintsMogball
2022-08-08[mlir] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-14[mlir] (NFC) run clang-format on all filesJeff Niu
2022-04-28[mlir:PDLL] Fix error handling of eof within a string literalRiver 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-03-19[mlir][PDLL] Add code completion to the PDLL language serverRiver Riddle
2022-02-10[PDLL] Add support for user defined constraint and rewrite functionsRiver Riddle
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2021-12-16[mlir][PDLL] Add an initial frontend for PDLLRiver Riddle