summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestDialect.cpp
AgeCommit message (Expand)Author
2025-11-08[mlir] Remove duplicate includes (NFC) (#167187)Kazu Hirata
2025-09-26Allowing RDV to call `getArgOperandsMutable()` (#160415)Francisco Geiman Thiesen
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TestDialect.cp...Mehdi Amini
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-04-24[mlir][test] Shard the Test Dialect (NFC) (#89628)Jeff Niu
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2024-04-16[mlir][test] Fix -Wsign-compare in TestDialect.cpp (NFC)Jie Fu
2024-04-16[mlir][Interfaces] `Variable` abstraction for `ValueBoundsOpInterface` (#87980)Matthias Springer
2024-04-15[mlir][Interfaces][NFC] Add TableGen test op for value bounds tests (#88717)Matthias Springer
2024-04-15[mlir][ODS] Make `prop-dict` behave closer to `attr-dict` (#88659)Markus Böck
2024-03-13[mlir][ods] Fix generation of optional custom parsers (#84821)Jeff Niu
2024-01-21[mlir][bufferization] Buffer deallocation: Make op preconditions stricter (#7...Matthias Springer
2024-01-04[mlir][RegionBranchOpInterface] explicitly check for existance of block termi...Maksim Levental
2023-12-20[mlir] Require folders to produce Values of same type (#75887)Matthias Springer
2023-10-31[mlir][bytecode] Implements back deployment capability for MLIR dialects (#70...Matteo Franciolini
2023-10-25[MLIR] Properly add operations to blocks during `createOrFold` (#70010)Morten Borup Petersen
2023-10-04[mlir][ODS] Change `get...Mutable` to return `OpOperand &` for single operand...Matthias Springer
2023-09-26Simplify diagnostic error management for MLIR properties API (NFC) (#67409)Mehdi Amini
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic
2023-09-12Update some uses of `getAttr()` to be explicit about Inherent vs Discardable ...Mehdi Amini
2023-09-11Lazy initialize diagnostic when handling MLIR properties (#65868)Mehdi Amini
2023-09-05[mlir] Add `empty` to `StringAttr`Mogball
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-08-30Reland "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29Revert "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29[mlir] Use a type for representing branch points in `RegionBranchOpInterface`Markus Böck
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava
2023-08-10[mlir] Fix verifier of `RegionBranchOpInterface`Markus Böck
2023-08-10[mlir] Revamp `RegionBranchOpInterface` successor mechanismMarkus Böck
2023-08-02[mlir] Add getArgOperandsMutable method to CallOpInterfaceMartin Erhart
2023-07-31[NFCI][mlir][Tests] Rename identifiers minor/major to avoid clashes with syst...Roger Ferrer Ibanez
2023-07-28Add support for versioning properties in MLIR bytecodeMatteo Franciolini
2023-07-27[mlir] somewhat decompose TestDialect.cppAlex Zinenko
2023-07-21[mlir] allow dense dataflow to customize call and region operationsAlex Zinenko
2023-07-20[ODS] Use Adaptor Trait for Shaped Type InferenceAmanda Tang
2023-07-18[ODS] Use Adaptor Traits for Type InferenceAmanda Tang
2023-07-17[mlir][ODS] Add support for passing properties to `ref` in `custom`Markus Böck
2023-07-13[mlir][ODS] Add support for passing properties to `custom`Markus Böck
2023-07-10[MLIR][Test] Avoid buffer overflow for `test.verifiers`rikhuijzer
2023-07-04[mlir][TestDialect] Fix invalid custom op printersRahul Kayaith
2023-05-26[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-05-25Revert "[MLIR] Add native Bytecode support for properties"Mehdi Amini
2023-05-25[MLIR] Add native Bytecode support for propertiesMehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-11[mlir][bytecode] Fix dialect version parsing.Jacques Pienaar
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-04-11[mlir] Make the inliner arg/res handlers more concise.Tobias Gysi