aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)Author
2020-12-04[mlir][Linalg] Properly use distribution options.Nicolas Vasilache
2020-12-04Remove typeConverter from ConvertToLLVMPattern and use the existing one in Co...Christian Sigg
2020-12-03[mlir][Linalg] Handle fusion on tensors for projected permutation.Hanhan Wang
2020-12-03[mlir][Attributes][NFC] Move all builtin Attribute classes to BuiltinAttribut...River Riddle
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-12-03[mlir][NFC] Remove Function.h and Module.h in favor of BuiltinOps.hRiver Riddle
2020-12-03[mlir][vector][avx512] move avx512 lowering pass into general vector loweringAart Bik
2020-12-03[mlir][IR] Add explicit default constructor to OwningModuleRef to appease MSVCRiver Riddle
2020-12-03Use MlirStringRef in StandardAttributes.hGeorge
2020-12-03[mlir][Parser] Don't hardcode the use of ModuleOp in the parserRiver Riddle
2020-12-03[mlir][Pass] Remove the restriction that PassManager can only run on ModuleOpRiver Riddle
2020-12-03[mlir][IR] Remove references to BuiltinOps from IR/River Riddle
2020-12-03[mlir][linalg] Add vectorization for element-wise linalg opsThomas Raoux
2020-12-03Revert "Include Region.h in OperationSupport.h instead of forward declaring i...Mehdi Amini
2020-12-03Include Region.h in OperationSupport.h instead of forward declaring it (NFC)Mehdi Amini
2020-12-03Use the generic form when printing from the python bindings and the verifier ...Mehdi Amini
2020-12-03[TableGen] Eliminate the 'code' typePaul C. Anagnostopoulos
2020-12-03[MLIR] Added support for dynamic shaped allocas to promote-buffers-to-stack p...Julian Gross
2020-12-02Add `Operation* OpState::operator->()` to provide more convenient access to m...Christian Sigg
2020-12-01[mlir][PDL] Forward captured single entity constraint functions instead of co...River Riddle
2020-12-01[mlir][PDL] Add support for PDL bytecode and expose PDL support to OwningRewr...River Riddle
2020-12-01[MLIR] Fix genTypeInterfaceMethods() to work correctly with InferTypeOpInterfaceRahul Joshi
2020-11-30Add `using ConvertToLLVMPattern::match/matchAndRewrite` to avoid 'hiding over...Christian Sigg
2020-11-30[mlir][LLVMIR] Add support for InlineAsmOpNicolas Vasilache
2020-11-29[mlir][CAPI] Convert the rest of the API int -> bool.Stella Laurenzo
2020-11-29[mlir][Python] Python API cleanups and additions found during code audit.Stella Laurenzo
2020-11-29Use bool in place of int for boolean things in the C APIGeorge
2020-11-29[mlir] Add a shape function library opJacques Pienaar
2020-11-29Use `const` for array pointers in `StandardTypes.h`George
2020-11-29Revert "[mlir] Add a shape function library op"Mehdi Amini
2020-11-28[mlir] Add a shape function library opJacques Pienaar
2020-11-28[mlir] Change ConvertOpToLLVMPattern::matchAndRewrite argument to concrete op...Christian Sigg
2020-11-27[mlir] Add gpu.allocate, gpu.deallocate ops with LLVM lowering to runtime fun...Christian Sigg
2020-11-26[mlir][linalg] Mark linalg.yield as ReturnLikeStephan Herhut
2020-11-26[mlir][bufferize] Add argument materialization for bufferizationStephan Herhut
2020-11-25[mlir][Python] Add additional capsule interop types.Stella Laurenzo
2020-11-25[mlir][sparse] add ability to select pointer/index storage typeAart Bik
2020-11-25[MLIR][Affine] Add custom builders for AffineVectorLoadOp/AffineVectorStoreOpFrank Laub
2020-11-24[mlir][sparse] add parallelization strategies to sparse compilerAart Bik
2020-11-24[mlir] Remove SameOperandsAndResultShape when redundant with ElementwiseMappableSean Silva
2020-11-24[mlir] Add conversion from SCF parallel loops to OpenMPAlex Zinenko
2020-11-24[mlir] NFC - Refactor and expose a helper printOffsetSizesAndStrides helper f...Nicolas Vasilache
2020-11-24[mlir] NFC - Refactor and expose a parsing helper for OffsetSizeAndStrideInte...Nicolas Vasilache
2020-11-24[mlir] Add Tosa dialect const folder for tosa.const.Stella Laurenzo
2020-11-24[mlir] NFC - Expose an OffsetSizeAndStrideOpInterfaceNicolas Vasilache
2020-11-24[mlir] move lib/Bindings/Python/Attributes.td to include/mlir/Bindings/PythonAlex Zinenko
2020-11-23Use MlirStringRef throughout the C APIGeorge
2020-11-23[mlir][Linalg] NFC: Expose some utility functions used for promotion.MaheshRavishankar
2020-11-23[mlir][Linalg] Fuse sequence of Linalg operation (on buffers)MaheshRavishankar
2020-11-23Add userData to the diagnostic handler C APIGeorge