summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces
AgeCommit message (Expand)Author
2025-01-14[mlir][Interfaces][NFC] Update doc of ViewLikeOpInterface parser/printer hand...Diego Caballero
2024-12-27[mlir][IntRangeInference] Fix `arith.ceildivsi` range inference when it inclu...Ivan Butygin
2024-12-21[Interfaces] Migrate away from PointerUnion::{is,get} (NFC) (#120845)Kazu Hirata
2024-12-13[mlir] fix copypaste typos in asserts (#119878)klensy
2024-11-26[mlir] Use `llvm::filter_to_vector`. NFC. (#117655)Jakub Kuderski
2024-11-26[mlir][int-range] Update int range inference for `arith.xori` (#117272)Ivan Butygin
2024-11-20[mlir][int-range] Limit xor int range inference to i1 (#116968)Ivan Butygin
2024-11-15[mlir][IntRangeInference] Handle ceildivsi(INT_MIN, x > 1) as expected (#116284)Krzysztof Drewniak
2024-11-05[mlir] IntegerRangeAnalysis: handle vector types in getDestWidth() (#114898)Krzysztof Drewniak
2024-11-05[MLIR] Fix dangling llvm::function_ref references (#114950)Haojian Wu
2024-10-31[MLIR][DLTI] Pretty parsing and printing for DLTI attrs (#113365)Rolf Morel
2024-10-29[MLIR][Arith] Improve accuracy of `inferDivU` (#113789)goldsteinn
2024-10-16[mlir][IR] Improve error message when return type could not be inferred (#112...Matthias Springer
2024-10-03[MLIR] Unconditionally take min of max lhs/rhs value in inferRemU (#110169)goldsteinn
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE1994
2024-09-11[Interfaces] Avoid repeated hash lookups (NFC) (#108140)Kazu Hirata
2024-09-10Reland [MLIR] Make resolveCallable customizable in CallOpInterface (#107989)Henrich Lauko
2024-09-10Revert "[MLIR] Make `resolveCallable` customizable in `CallOpInterface`" (#10...Matthias Springer
2024-09-10[MLIR] Make `resolveCallable` customizable in `CallOpInterface` (#100361)Henrich Lauko
2024-08-04[mlir] Construct SmallVector with ArrayRef (NFC) (#101896)Kazu Hirata
2024-07-04Revert "[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel ...Alexander Belyaev
2024-07-03[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel fusion #...srcarroll
2024-07-03Revert "Refactor LoopFuseSiblingOp and support parallel fusion (#94391)" (#97...srcarroll
2024-07-02Refactor LoopFuseSiblingOp and support parallel fusion (#94391)srcarroll
2024-06-27DLTI: Simplifying getDevicePropertyValue API by returning Attribute type valu...Niranjan Hasabnis
2024-06-20Fix Android build failure in InferIntRangeCommon (#96154)Thomas Preud'homme
2024-06-19Reimplementing target description concept using DLTI attribute (#92138)Niranjan Hasabnis
2024-06-19[mlir][side effect] refactor(*): Include more precise side effects (#94213)donald chen
2024-06-05[mlir][affine][Analysis] Add conservative bounds for semi-affine mods (#93576)Benjamin Maxwell
2024-05-28[mlir][dataflow] Fix for integer range analysis propagation bug (#93199)Spenser Bauman
2024-05-22[mlir][intrange] Use `nsw`,`nuw` flags in inference (#92642)Felix Schneider
2024-05-13[mlir][intrange] Fix `arith.shl` inference in case of overflow (#91737)Felix Schneider
2024-05-08[mlir][transform] Consistent `linalg` `transform` op syntax for dynamic index...srcarroll
2024-04-25[mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt
2024-04-23Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt
2024-04-23[mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt
2024-04-19[MLIR][DataLayout] Add support for scalable vectors (#89349)Christian Ulmann
2024-04-16[mlir][Interfaces] `Variable` abstraction for `ValueBoundsOpInterface` (#87980)Matthias Springer
2024-04-11[mlir] Fix -Wsign-compare in ValueBoundsOpInterface.cpp (NFC)Jie Fu
2024-04-11[mlir][Interfaces] `ValueBoundsOpInterface`: Fix typo (#87976)Matthias Springer
2024-04-11[mlir][Interfaces] `ValueBoundsOpInterface`: Add API to compare values (#86915)Matthias Springer
2024-04-06[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#87860)Matthias Springer
2024-04-05Revert "[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (...Mehdi Amini
2024-04-05[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#85895)Matthias Springer
2024-04-04[mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Pass stop condition in th...Matthias Springer
2024-04-04[mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Delete dead code (#86098)Matthias Springer
2024-04-03[MLIR] Add endianness accessors to the data layout (#87347)Christian Ulmann
2024-03-27[mlir][Interfaces] `ValueBoundsConstraintSet`: Add `dump` helper function (#8...Matthias Springer
2024-03-21[mlir][Vector] Add utility for computing scalable value bounds (#83876)Benjamin Maxwell
2024-03-21[MLIR] Add index bitwidth to the DataLayout (#85927)Tobias Gysi