platform/upstream/llvm.git
2019-03-29 Chris Lattner- Simplify PatternMatch to *require* static benefits...
2019-03-29 Chris LattnerAdd the "MLIR: Incremental Application to TensorFlow...
2019-03-29 Smit HinsuHandle VectorOrTensorType parse failure instead of...
2019-03-29 Feng LiuFalls back to dialect constant folding hook
2019-03-29 River Riddle- Add support for fused locations.
2019-03-29 MLIR TeamAdds support for returning the direction of the depende...
2019-03-29 Uday BondhugulaAutomatic DMA generation for simple cases.
2019-03-29 Alex ZinenkoClean up TensorType construction.
2019-03-29 Alex ZinenkoClean up VectorType construction.
2019-03-29 River RiddleImplement value type abstraction for locations.
2019-03-29 Uday BondhugulaComplete migration to exclusive upper bound
2019-03-29 Jacques PienaarAdd lookupPassInfo to enable querying the pass info...
2019-03-29 MLIR TeamBug fixes in FlatAffineConstraints. Tests cases that...
2019-03-29 Alex ZinenkoAllow vector types to have index elements.
2019-03-29 Alex ZinenkoEnable arithmetics for index types.
2019-03-29 Alex ZinenkoMaterialize IndexType in the API.
2019-03-29 Alex ZinenkoIntroduce integer comparison operation.
2019-03-29 Jacques PienaarInitialize Pass with PassID.
2019-03-29 River RiddleAdd cast_convert_val for derived classes of IROperandOwner.
2019-03-29 Jacques PienaarAdd replaceSingeleResultOpWithNewOp to rewriter.
2019-03-29 Nicolas Vasilache[MLIR] Make upper bound implementation exclusive
2019-03-29 Jacques PienaarAdd static pass registration
2019-03-29 Alex ZinenkoAdd OpTraits for operand types: IntegerLike and SameType.
2019-03-29 Uday BondhugulaIntroduce loop tiling code generation (hyper-rectangula...
2019-03-29 Jacques PienaarStart TFLite legalizer pass
2019-03-29 Uday BondhugulaClean up memref dep check utilities; update FlatAffineC...
2019-03-29 Jacques PienaarRename OpRegistration to DialectRegistration. NFC.
2019-03-29 MLIR TeamAdds MemRefDependenceCheck analysis pass, plus multiple...
2019-03-29 Alex ZinenkoUniformize MemRefType well-formedness checks.
2019-03-29 Uday BondhugulaComplete memref bound checker for arbitrary affine...
2019-03-29 MLIR TeamAdds a dependence check to test whether two accesses...
2019-03-29 Nicolas Vasilache[MLIR] Extend vectorization to 2+-D patterns
2019-03-29 MLIR TeamFix formatting of mlir snippet.
2019-03-29 Jacques PienaarEnable constructing a FuncBuilder using a Operation*.
2019-03-29 Uday BondhugulaIntroduce memref bound checking.
2019-03-29 River RiddleImplement value type abstraction for types.
2019-03-29 Jacques PienaarChange Attr to have a storage and return type.
2019-03-29 Uday BondhugulaFlatAffineConstraints API update - additional methods
2019-03-29 Lei ZhangRename mlir::match to mlir::matchPattern and add m_Op()
2019-03-29 Nicolas Vasilache[MLIR] Implement 1-D vectorization for fastest varying...
2019-03-29 Alex ZinenkoDrop unbounded identity map from MemRef affine map...
2019-03-29 Uday BondhugulaAdd getMemRefType() accessors to LoadOp/StoreOp.
2019-03-29 Lei ZhangUse matcher sugars for cannonicalization pattern matching
2019-03-29 Uday BondhugulaFourierMotzkinEliminate trivial bug fix
2019-03-29 Alex Zinenko[trivial] fix MLIRContext::registerDiagnosticHandler...
2019-03-29 Chris LattnerAdd support for walking the use list of an SSAValue...
2019-03-29 Jacques PienaarSplit off op_base from ops.
2019-03-29 Chris LattnerIntroduce a common base class (IROperandOwner) between...
2019-03-29 Uday BondhugulaInternal cleanup - update doc/comments for DMA ops.
2019-03-29 Lei ZhangCanonicalize muli(x, 1) into x
2019-03-29 Alex ZinenkoDrop trivial identity affine mappings in MemRef constru...
2019-03-29 Alex ZinenkoPerform the MemRef layout map dimensionality check...
2019-03-29 Lei ZhangFix comment typos and formatting
2019-03-29 River RiddleMove AffineMap.h/IntegerSet.h from Attributes.h to...
2019-03-29 Uday BondhugulaIntroduce integer set attribute
2019-03-29 Chris LattnerFix two issues:
2019-03-29 Uday BondhugulaChange sigil for integer set: @@ -> #
2019-03-29 Chris LattnerSimplify FunctionPass to eliminate the CFGFunctionPass...
2019-03-29 Chris LattnerRefactor all of the canonicalization patterns out of...
2019-03-29 MLIR TeamRun GCD test before elimination. Adds test case with...
2019-03-29 River RiddleImplement value type abstraction for attributes.
2019-03-29 Chris LattnerMove transform utilities out to their own TransformUtil...
2019-03-29 Chris LattnerRefactor the bulk of the worklist driver out of the...
2019-03-29 Chris LattnerAdd a doc explaining our approach to canonicalization...
2019-03-29 Uday BondhugulaIntroduce Fourier-Motzkin variable elimination + other...
2019-03-29 MLIR TeamAdds Gaussian Elimination to FlatAffineConstraints.
2019-03-29 Lei ZhangChange typedef to using to be consistent across the...
2019-03-29 Alex ZinenkoRename shape_cast to tensor_cast.
2019-03-29 Alex ZinenkoAdd MLIR Rationale converted to g3doc.
2019-03-29 Alex ZinenkoAdd MLIR specification.
2019-03-29 Chris LattnerTeach canonicalize pass to unique and hoist constants...
2019-03-29 Feng LiuAdd support to opaque elements attributes
2019-03-29 Chris LattnerImplement shape folding in the canonicalization pass:
2019-03-29 Alex ZinenkoMove the ReturnOp type checks to ReturnOp::verify.
2019-03-29 Alex ZinenkoVerify that the first block of a cfgfunc does not have...
2019-03-29 Uday BondhugulaPassResult return cleanup.
2019-03-29 Chris LattnerAdd a pattern (x+0) -> x, generalize Canonicalize to...
2019-03-29 Chris LattnerRandom cleanups:
2019-03-29 Chris Lattnerintroduce a memref_cast operation, refactoring common...
2019-03-29 Chris LattnerIntroduce a new Operation::erase helper to generalize...
2019-03-29 Chris LattnerReplace the "OperationSet" abstraction with a new Diale...
2019-03-29 Chris LattnerIntroduce a new PatternRewriter class to help keep...
2019-03-29 Feng LiuUse APFloat for FloatAttribute
2019-03-29 Uday BondhugulaLoop bound constant folding: follow-up / address commen...
2019-03-29 Feng LiuRename Operation::getAs to Operation::dyn_cast
2019-03-29 MLIR TeamTouch an unused variable.
2019-03-29 Uday BondhugulaFix AffineExpr printing bug: paren ellision b/117887365.
2019-03-29 Feng LiuAdd support to constant sparse tensor / vector attribute
2019-03-29 Feng LiuAdd support to constant dense vector/tensor attribute.
2019-03-29 Uday BondhugulaGeneralize / improve DMA transfer overlap; nested and...
2019-03-29 Nicolas Vasilache[MLIR] Basic infrastructure for vectorization test
2019-03-29 Jacques PienaarUse FuncBuilder instead of MLFuncBuilder in pattern...
2019-03-29 Chris LattnerAdd constant folding and binary operator reassociation...
2019-03-29 Jacques Pienaar[opgen] Change Attr to be more intuitive to insert
2019-03-29 Jacques PienaarMake the op specification more declarative wrt properties.
2019-03-29 Feng LiuMove Pattern and related classes to a different file
2019-03-29 MLIR TeamAdds method to AffineApplyOp which forward substitutes...
2019-03-29 Jacques PienaarAdd op gen tool to generate C++ classes for Operations.
2019-03-29 Jacques PienaarFail if operation name contains null char.
2019-03-29 Jacques PienaarAvoid leak when parsing fails and BasicBlock has no...
next