aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
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] Fix arith.cmpi assembly syntax in the doc to match the implementation ...Kevin Gleason
2022-08-04[MLIR] Fix arith.cmpf assembly syntax in the doc to match the implementation ...Kevin Gleason
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-04Revert "[mlir][test] Fix IR/AttributeTest.cpp compilation on Solaris"Mehdi Amini
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][test] Fix IR/AttributeTest.cpp compilation on SolarisRainer Orth
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] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11Rainer Orth
2022-08-03[mlir] Disable `misc-const-correctness` clang-tidy check.Alexander Belyaev
2022-08-03[mlir][Math] Add constant folder for AtanOp.jacquesguan
2022-08-02[mlir] Add has_value and value to OptionalParseResultKazu Hirata
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] add TOC to top-level documentsAlex Zinenko
2022-08-02[mlir] Update comment now that DenseArrayAttr has Tensor type.Adrian Kuegel
2022-08-02[mlir] Use EXPECT_DEBUG_DEATH in unit testStephan Herhut
2022-08-02[mlir] Fix calling the native mlir-tblgen tool when cross compiling flangMartin Storsjö
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] Reduce precision check for expm1 folder: this is dependent on libm (NFC)Mehdi Amini
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][sparse] fix asan leak of two sparse vectorsAart Bik
2022-08-01[mlir][flang] Make use of the new `GEPArg` builder of GEP Op to simplify codeMarkus Böck