summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Shape
AgeCommit message (Expand)Author
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-12-17[mlir] llvm::Optional::value => operator*/operator->Fangrui Song
2022-10-02[mlir][shape] add outline-shape-computation passYuanqiang Liu
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-04-22[mlir] Add shape.funcJacques Pienaar
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-02-09[mlir][IR] Remove the concept of `OperationProperties`River Riddle
2021-01-06[mlir] Remove a number of methods from mlir::OpState that just forward to mli...Christian Sigg
2020-12-31[mlir][shape] Add shape.lib attributeJacques Pienaar
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-11-29[mlir] Add a shape function library opJacques Pienaar
2020-11-29Revert "[mlir] Add a shape function library op"Mehdi Amini
2020-11-28[mlir] Add a shape function library opJacques Pienaar