aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect
AgeCommit message (Expand)Author
2022-08-07[mlir] Flip to prefixed accessors (NFC)Jacques Pienaar
2022-08-07[mlir] Make use of C++17 language featureslinaro-local/ci/tcwg_kernel/llvm-master-arm-norov-allyesconfigMarkus Böck
2022-08-06Use value instead of getValue (NFC)Kazu Hirata
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O3Kazu Hirata
2022-08-05[mlir] Use SymbolTableCollection to lookup referenced symbol in AddressOfOpEugene Zhulenev
2022-08-05[mlir] Implement SymbolUserOpInterface in LLVM::CallOpEugene Zhulenev
2022-08-05[mlir][spirv] Define spv.IAddCarryJakub Kuderski
2022-08-05[mlir] Use SymbolUserOpInterface in LLVM::AddressOfOp verifierEugene Zhulenev
2022-08-05Revert "[mlir] Extract offsets-sizes-strides computation from `makeTiledShape...linaro-local/ci/tcwg_kernel/llvm-master-aarch64-norov-allnoconfigAlexander Belyaev
2022-08-05[mlir][Math] Add constant folder for Atan2Op.jacquesguan
2022-08-04[mlir][sparse] fix bug in complex zero detectionAart Bik
2022-08-04[MLIR] TilingInterface: Avoid map when tile divides iteration domainlorenzo chelini
2022-08-04[mlir][sparse] replace zero yield generic op with copy in allocationAart Bik
2022-08-04[mlir:LLVM] Do not lookup symbol twice in the addressof verifierEugene Zhulenev
2022-08-04[mlir] Extract offsets-sizes-strides computation from `makeTiledShape(s)`.Alexander Belyaev
2022-08-04[mlir][Linalg] Inline an interface method to its only user.Adrian Kuegel
2022-08-03[mlir][Math] Add constant folder for AtanOp.jacquesguan
2022-08-02[mlir][sparse] enable SDDMM-flavored fusionAart Bik
2022-08-02[mlir][sparse] remove singleton dimension level type (for now)Aart Bik
2022-08-02[MLIR] Rename the generic LLVM allocation and deallocation functionsMichele Scuttari
2022-08-02[mlir][Math] Add constant folder for TanhOp.jacquesguan
2022-08-02[mlir][Math] Add constant folder for TanOp.jacquesguan
2022-08-01[mlir][NVGPU] nvgpu.mmasync on F32 through TF32Manish Gupta
2022-08-01[mlir][Arith] Fix up integer range inference for truncationKrzysztof Drewniak
2022-08-01[mlir][flang] Make use of the new `GEPArg` builder of GEP Op to simplify codeMarkus Böck
2022-08-01[mlir][Math] Add constant folder for ExpM1Op.jacquesguan
2022-07-31[mlir] Remove types from attributesJeff Niu
2022-07-31[mlir][tosa] Switch missed accessors to prefixed form (NFC)Jacques Pienaar
2022-07-31Revert "[mlir] Reuse the code between `getMixed*s()` funcs in ViewLikeInterfa...Alexander Belyaev
2022-07-31[mlir] Reuse the code between `getMixed*s()` funcs in ViewLikeInterface.cpp.Alexander Belyaev
2022-07-29Use value instead of getValue (NFC)Kazu Hirata
2022-07-30[MLIR] Fix getCommonBlock utility in affine analysisUday Bondhugula
2022-07-29[mlir][LLVM] Rework the API of GEPOpMarkus Böck
2022-07-29[mlir][complex] Canonicalize complex.add zerolewuathe
2022-07-29[mlir][NFC] accept plain OpBuidler in folded construction helpersAlex Zinenko
2022-07-29[mlir][Complex] Add convenience builder for complex.number attribute.Adrian Kuegel
2022-07-29[mlir][complex] Canonicalize consecutive complex.conjlewuathe
2022-07-28[mlir][Complex] Change complex.number attribute type to ComplexType.Adrian Kuegel
2022-07-28[mlir][Linalg] Allow decompose to handle ops when value of `outs` operand is ...Mahesh Ravishankar
2022-07-28[mlir][TilingInterface] Add a method to generate scalar implementation of the...Mahesh Ravishankar
2022-07-28[mlir] Small stylistic changes to Complex_NumberAttrAlexander Belyaev
2022-07-28[mlir][transform] Support results on ForeachOpMatthias Springer
2022-07-28[mlir][tensor] Fold `tensor.cast` into `tensor.collapse_shape` opGaurav Shukla
2022-07-27[mlir] Delete most of the ops from the quant dialect.Stella Laurenzo
2022-07-27[mlir][spirv] Unify resources of different vector sizesLei Zhang
2022-07-27[mlir][spirv] Fix spv.CompositeConstruct assembly and validationLei Zhang
2022-07-27[mlir][sparse] Add arith-expand pass to the sparse-compiler pipeline.bixia1
2022-07-28[mlir][OpenMP] Add omp.atomic.update canonicalizationShraiysh Vaishay
2022-07-27[mlir][sparse] fix error when sparse kernel is nested in a scf structrual ope...Peiming Liu
2022-07-27[mlir][complex] Custom attribute comlex.number.lewuathe