[gcov] Fix simultaneous .gcda creation/lock
[platform/upstream/llvm.git] / mlir /
2020-05-13 aartbik[mlir] [VectorOps] Implement vector.constant_mask lower...
2020-05-13 Nicolas Vasilache[mlir] Revisit std.subview handling of static information.
2020-05-12 Sean SilvaRevert of Revert of [mlir][shape] Tidy up shape.shape_of
2020-05-12 Alex Zinenko[mlir] Move Conversion/StandardToStandard to Dialect...
2020-05-12 Stephen Neuendorffer[MLIR] Fix dependencies for Analysis libraries
2020-05-12 Stephen Neuendorffer[MLIR] Rename SideEffects.td -> SideEffectInterfaces.td
2020-05-12 Sam McCallRevert "[mlir] Revisit std.subview handling of static...
2020-05-12 Eric ChristopherTemporarily Revert "[mlir][shape] Tidy up shape.shape_o...
2020-05-12 aartbik[mlir] [VectorOps] Replace zero-scalar + splat into...
2020-05-11 Rahul Joshi[MLIR] Fix several misc issues in in Toy tutorial
2020-05-11 Hanhan Wang[mlir][StandardToSPIRV] Add support for lowering index_...
2020-05-11 Nicolas Vasilache[mlir] Revisit std.subview handling of static information.
2020-05-11 Reid Tatge[mlir][Vector] NFC - Rename vector.strided_slice into...
2020-05-11 Nicolas Vasilache[mlir][Linalg] Introduce a helper function for staged...
2020-05-11 Sean Silva[mlir][shape] Tidy up shape.shape_of
2020-05-11 Sean Silva[mlir][Value] Add v.getDefiningOp<OpTy>()
2020-05-11 Nicolas Vasilache[mlir] Simplify and better document std.view semantics
2020-05-11 Nicolas Vasilache[mlir][Linalg] NFC - Refactor and simplify Promotion
2020-05-11 rtayl[mlir][rocdl] Add xdlops intrinsics to rocdl dialect
2020-05-11 Alex Zinenko[mlir] More support for detached regions in affine...
2020-05-11 Alex Zinenko[mlir] NFC: Rename LoopOps dialect to SCF (Structured...
2020-05-11 Hanhan Wang[mlir][StandardToLLVM] Add support for lowering FPToSIO...
2020-05-11 Hanhan Wang[mlir][StandardToSPIRV] Add support for lowering FPToSI...
2020-05-11 Hanhan Wang[mlir] Add FPToSIOp to Standard dialect.
2020-05-10 Alex Zinenko[mlir] Affine dim and symbol checkers: support detached...
2020-05-10 Alex Zinenko[mlir] Initialize the Region::container field to nullpt...
2020-05-09 Eugene Zhulenev[MLIR] Register JIT event listeners with RTDyldObjectLi...
2020-05-08 Geoffrey Martin... Add Operation::moveAfter
2020-05-08 Denis Khalikov[mlir][spirv] Handle debuginfo for variables.
2020-05-08 Frederik Gossen[MLIR] Add complex addition and substraction to the...
2020-05-08 Marcel Koester[mlir] Updated SideEffect interface definitions to...
2020-05-07 Jacques Pienaar[mlir] Add NamedAttrList
2020-05-07 Lei Zhang[mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain
2020-05-07 Lei Zhang[mlir][vulkan-runner] Remove duplicated/uncessary link...
2020-05-07 Alex Zinenko[mlir] Drop forward-declaration of loop::TerminatorOp.
2020-05-07 Lei Zhang[mlir][spirv] Serialize all operands together if possible
2020-05-07 Lei Zhang[mlir][spirv] Remove template functions for getting...
2020-05-07 Alexander Belyaev[MLIR] Make ParallelLoopFusion pass scan through all...
2020-05-07 Alex Zinenko[mlir] Add a test exercising partial constant folding...
2020-05-07 Alex Zinenko[mlir] Add a test for OperationFolder
2020-05-07 Alex Zinenko[mlir] Support partial folding of affine.min/max
2020-05-07 Wen-Heng (Jack)... [mlir][rocdl] Fix typo. NFC.
2020-05-07 Alex Zinenko[mlir] VectorToLLVM: propagate up from replaceTransferOp
2020-05-07 Wen-Heng (Jack)... [mlir][vector] set alignment when lowering transfer_rea...
2020-05-07 Uday Bondhugula[MLIR] Fix affine fusion bug/efficiency issue / enable...
2020-05-06 Uday Bondhugula[MLIR][NFC] Rename op trait PolyhedralScope -> AffineScope
2020-05-06 Alex Zinenko[mlir] OperationFolder: fix crash in creation of single...
2020-05-06 Sean SilvaFix ShapeBase.td
2020-05-06 Renato GolinCheck type for forward reference definition
2020-05-06 Nicolas Vasilache[mlir] Add a MemRefCastOp canonicalization pattern.
2020-05-06 Uday Bondhugula[MLIR][NFC] Fix/update debug messages for analysis...
2020-05-05 Reid Kleckner[Support] Move LLD's parallel algorithm wrappers to...
2020-05-05 Sean Silva[mlir][shape] Extract ShapeBase.td
2020-05-05 River Riddle[mlir][DenseStringElementsAttr] Fix AttributeElementIte...
2020-05-05 River Riddle[mlir][DenseElementsAttr] Add support for opaque APFloa...
2020-05-05 River Riddle[mlir][DenseElementsAttr] Add support for ComplexType...
2020-05-05 Stephen Neuendorffer[MLIR] mlir-opt needs PUBLIC dependence
2020-05-05 Lei Zhang[mlir] Specify CMAKE_CXX_STANDARD to standalone dialect
2020-05-05 Alex Zinenko[mlir] Harden verifiers for DMA ops
2020-05-05 Andy Davis[MLIR][LoopOps] Adds the loop unroll transformation...
2020-05-05 Lei Zhang[mlir] Add missing dependency to MLIRMlirOptMain
2020-05-05 Stephen Neuendorffer[MLIR] Add a tests for out of tree dialect example.
2020-05-05 Stephen Neuendorffer[MLIR] GPUToCUDA conversion: MC is only needed if NVPTX...
2020-05-05 Ehsan Toosi[MLIR][LINALG] Convert Linalg on Tensors to Buffers
2020-05-05 Jean-Michel Gorius[mlir][standalone] NFC: Update CMakeLists.txt to reflec...
2020-05-05 Alexander Belyaev[MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.
2020-05-05 Alex Zinenko[mlir] NFC: update ::build signature in the tutorial...
2020-05-05 Alexander Belyaev[MLIR] Add conversion from AtomicRMWOp -> GenericAtomic...
2020-05-05 Stephen Neuendorffer[MLIR] Update documentation of cmake best practices
2020-05-05 Stephen Neuendorffer[MLIR] Reapply: Adjust libMLIR building to more closely...
2020-05-05 Stephen Neuendorffer[MLIR] Normalize usage of intrinsics_gen
2020-05-05 River Riddle[mlir] Add support for merging identical blocks during...
2020-05-05 Geoffrey Martin... [mlir] Remove tabs from predecessor comments
2020-05-05 Nicolas Vasilache[mlir][EDSC] Fix off-by-one BlockBuilder insertion...
2020-05-05 River Riddle[mlir][IR] Add a Region::getOps method that returns...
2020-05-05 River Riddle[mlir][mlir-opt] Disable multithreading when parsing...
2020-05-04 Hanhan Wang[mlir][StandardToSPIRV] Emulate bitwidths not supported...
2020-05-04 Haruki Imai[mlir] Support big endian in DenseElementsAttr
2020-05-04 Stephen NeuendorfferRevert "[MLIR] Adjust libMLIR building to more closely...
2020-05-04 Valentin Churavy[MLIR] Adjust libMLIR building to more closely follow...
2020-05-04 Nicolas Vasilache[mlir][Linalg] Mostly NFC - Refactor Linalg patterns...
2020-05-04 Frederik Gossen[MLIR] Add complex numbers to standard dialect
2020-05-04 Marcel Koester[mlir] Removed tight coupling of BufferPlacement pass...
2020-05-04 Wen-Heng (Jack)... [mlir][rocdl] add rocdl.barier op.
2020-05-04 Wen-Heng (Jack)... [mlir][vector] add tests for type_cast taking non-zero...
2020-05-02 River Riddle[mlir] Add a new context flag for disabling/enabling...
2020-05-02 Stephen Neuendorffer[MLIR] Ensure that out-of-tree users have an mlir-gener...
2020-05-02 Stephen Neuendorffer[MLIR] add dependencies for all tablegen targets on...
2020-05-02 Stephen Neuendorffer[MLIR] Move Verifier and Dominance Analysis from /Analy...
2020-05-02 River Riddle[mlir][NFC] Cleanup StandardTypes and reorder the type...
2020-05-01 River Riddle[mlir][DenseStringElementsAttr] Add support for the...
2020-05-01 River Riddle[mlir][GPUOpsLowering] Add missing include for FormatVa...
2020-05-01 Stephen Neuendorffer[MLIR][docs] Update tutorial language around Op and...
2020-05-01 Wen-Heng (Jack)... [mlir][rocdl] fix shared lib build. NFC.
2020-05-01 Benjamin KramerRemove unused variable. NFC.
2020-05-01 Denis Khalikov[mlir][spirv] Handle debug information during (de)seria...
2020-05-01 MaheshRavishankar[mlir] Add sine operation to Standard dialect.
2020-05-01 River Riddle[mlir][OpBuilder] Remove the vtable from OpBuilder...
2020-05-01 Hanhan Wang[mlir][StandardToSPIRV] Add support for lowering intege...
2020-05-01 Hanhan Wang[mlir][StandardToSPIRV] Emulate bitwidths not supported...
next