aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib
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-07[mlir] Remove redundaunt return statements (NFC)Kazu Hirata
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-06[mlir][tblgen] Refact mlir-tblgen main into its own libraryMarkus Böck
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-05[mlir][spirv] Add default Vulkan memory space to storage class mappinglinaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfigLei Zhang
2022-08-05[mlir][spirv] Add a pass to map memref memory spaceLei Zhang
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][AMDGPU] Explicitly truncate memory addresses in buffer opsKrzysztof Drewniak
2022-08-04[MLIR][Presburger] SlowMPInt::gcd: fix crash when sizes differArjun P
2022-08-04[MLIR][Presburger] fourier-motzkin: check if all LCMs are 1 using a bool inst...Arjun P
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] Make the implementations for getMixedOffsets/Sizes/Strides independent...Frederik Gossen
2022-08-04[mlir:LLVM] Do not lookup symbol twice in the addressof verifierEugene Zhulenev
2022-08-04[mlir] Only conditionally lower CF branching ops to LLVMTres Popp
2022-08-04[mlir] Add I1 support to DenseArrayAttrJeff Niu
2022-08-04[mlir] Extract offsets-sizes-strides computation from `makeTiledShape(s)`.Alexander Belyaev
2022-08-04[MLIR] Fix checks for native archNikita Popov
2022-08-04[mlir][Linalg] Inline an interface method to its only user.Adrian Kuegel
2022-08-03[MLIR] Reconciliation of chains of unrealized castsMichele Scuttari
2022-08-03[mlir][Math] Add constant folder for AtanOp.jacquesguan
2022-08-02Fix use-after-free in SymbolTable::replaceAllSymbolUsesMehdi Amini
2022-08-02[mlir][GPU] Allow bare pointer memrefs when calling GPU kernelsKrzysztof Drewniak
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] Change DenseArrayAttr to TensorTypeJeff Niu
2022-08-01[mlir][NVGPU] nvgpu.mmasync on F32 through TF32Manish Gupta
2022-08-01[mlir] Remove OpaqueElementsAttrRiver Riddle
2022-08-01[mlir] Add a new builtin DenseResourceElementsAttrRiver Riddle
2022-08-01[mlir] Add a generic DialectResourceBlobManager to simplify resource blob man...River Riddle
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-01Add support for lowering simd if clause to LLVM IRDominik Adamski
2022-08-01Remove empty AffineExpr stride canonicalization in makeCanonicalStridedLayout...Tres Popp
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-31[mlir][DCA] Fix visiting call ops when run at function scopesJeff Niu
2022-07-31Revert "Revert "[mlir] Reuse the code between `getMixed*s()` funcs in ViewLik...Alexander Belyaev