summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Ptr
AgeCommit message (Expand)Author
2025-09-24[mlir][ptr] Add `ptr.ptr_diff` operation (#157354)Fabian Mora
2025-09-14[mlir][ptr] Add ConstantOp with NullAttr and AddressAttr support (#157347)Fabian Mora
2025-09-03[mlir][ptr] Extend `ptr_add` operation to support shaped operands (#156374)Fabian Mora
2025-09-03[mlir][ptr] Add `gather`, `masked_load`, `masked_store`, and `scatter` ops (#...Fabian Mora
2025-09-02[mlir][LLVM|ptr] Add the `#llvm.address_space` attribute, and allow `ptr` tra...Fabian Mora
2025-09-01[mlir][ptr] Add load and store ops. (#156093)Fabian Mora
2025-07-25[mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefinin...Longsheng Mou
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-06-20[mlir][core|ptr] Add `PtrLikeTypeInterface` and casting ops to the `ptr` dial...Fabian Mora
2025-04-27[mlir][ptr] Switch `LogicalResult` to `bool` in `MemorySpaceAttrInterrface` (...Fabian Mora
2025-04-22[mlir][ptr] Add the `ptradd` and `type_offset` ops, and `generic_space` attr ...Fabian Mora
2025-03-19[mlir][Ptr] Add the `MemorySpaceAttrInterface` interface and dependencies. (#...Fabian Mora
2025-03-11[mlir][DataLayout] Add a default memory space entry to the data layout. (#127...Fabian Mora
2024-12-21[Dialect] Migrate away from PointerUnion::{is,get} (NFC) (#120818)Kazu Hirata
2024-06-27[mlir][Ptr] Init the Ptr dialect with the `!ptr.ptr` type. (#86860)Fabian Mora