summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/PDLInterp
AgeCommit message (Expand)Author
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2022-12-10[mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu
2022-12-09Revert "[mlir] FunctionOpInterface: make get/setFunctionType interface methods"David Spickett
2022-12-09Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"David Spickett
2022-12-08[mlir] FunctionOpInterface: arg and result attrs dispatch to interfaceJeff Niu
2022-12-08[mlir] FunctionOpInterface: make get/setFunctionType interface methodsJeff Niu
2022-11-08[mlir:PDL] Add support for creating ranges in rewritesRiver Riddle
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-05-09[mlir] Refactoring dialect and test code to use parseCommaSeparatedListJakub Tucholski
2022-05-01[mlir:PDLInterp] Refactor the implementation of result type inferrenceRiver Riddle
2022-04-29[AsmParser] Introduce a new "Argument" abstraction + supporting logicChris Lattner
2022-04-28[AsmParser] Rework logic around "region argument parsing"Chris Lattner
2022-03-21[mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand`Markus Böck
2022-03-15[mlir:PDLInterp][NFC] Switch to using prefixed accessorsRiver Riddle
2022-03-15[mlir][PDL] Define a new PDLInterp::FuncOp operation and drop uses of FuncOpRiver Riddle
2022-02-07[mlir] Update uses of `parser`/`printer` ODS op field to `hasCustomAssemblyFo...River Riddle
2022-02-02[mlir][NFC] Update PDL operations to use `hasVerifier` instead of `verifier`River Riddle
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-18[mlir] Drop the leading space when printing regionsMogball
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-11-26Defines new PDLInterp operations needed for multi-root matching in PDL.Stanislav Funiak
2021-06-29[mlir] Generare .cpp.inc files for dialects.Stella Laurenzo
2021-03-16[mlir][PDL] Add support for variadic operands and results in the PDL InterpreterRiver Riddle
2021-02-25[mlir] Mark OpState::getAttrs() deprecated.Christian Sigg
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-08-26[mlir][PDL] Add a PDL Interpreter DialectRiver Riddle