platform/upstream/llvm.git
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...
2019-03-29 Chris LattnerVarious improvements to pattern matching and other...
2019-03-29 Jacques PienaarAdd Operation Properties field to operations.
2019-03-29 Uday BondhugulaCreate private exclusive / single use affine computatio...
2019-03-29 Chris LattnerImplement a super sketched out pattern match/rewrite...
2019-03-29 Jacques PienaarCreate function builder wrapper to enable common interf...
2019-03-29 Uday BondhugulaMissed change - remove 1-d tag memref restriction while...
2019-03-29 Chris LattnerAdd MLFunction::walk/walkPostOrder methods for doing...
2019-03-29 Jacques PienaarSplit BuiltinOps out of StandardOps.
2019-03-29 Uday BondhugulaAdd assert in Operation->printAssembly to check imprope...
2019-03-29 Jacques PienaarSimplify simplify functions as follow up on previous CL.
2019-03-29 Jacques PienaarOnly simplify floor div, ceil div or mod if the rhs...
2019-03-29 Nicolas Vasilache[MLIR] IntegerSet value type
2019-03-29 Feng LiuAdd support to constant splat vector/tensor attribute.
2019-03-29 Chris LattnerChange the representation of an operation name to be...
2019-03-29 Feng LiuSupport `getShape`, `hasStaticShape` and `getDimSize...
2019-03-29 Nicolas Vasilache[MLIR] AffineMap value type
2019-03-29 Uday BondhugulaAdd target independent standard DMA ops: dma.start...
2019-03-29 Jacques PienaarFix some leak and crash found via fuzzing.
2019-03-29 Nicolas Vasilache[MLIR] Sketch AffineExpr value type
2019-03-29 MLIR TeamAddress comments from previous CL/216216446
2019-03-29 Nicolas Vasilache[MLIR] AffineExpr final cleanups
2019-03-29 MLIR TeamAffine map composition.
2019-03-29 Nicolas Vasilache[MLIR] Cleanup AffineExpr
2019-03-29 Nicolas Vasilache[MLIR] Value types for AffineXXXExpr
2019-03-29 Chris LattnerRename affineint type to index type. The name 'index...
2019-03-29 Uday BondhugulaConstant folding for loop bounds.
2019-03-29 Uday BondhugulaFix opt build breakage - lib/Transforms/Utils.cpp
2019-03-29 Chris LattnerImplement support for constant folding operations even...
2019-03-29 Uday BondhugulaIntroduce memref replacement/rewrite support: to replac...
2019-03-29 Nicolas Vasilache[RFC][MLIR] Use AffineExprRef in place of AffineExpr...
2019-03-29 Nicolas Vasilache[MLIR] Templated AffineExprBaseRef
2019-03-29 Nicolas Vasilache[MLIR] Remove uses of AffineExpr* outside of IR
2019-03-29 Nicolas Vasilache[MLIR] AffineExpr lightweight value type for operators
2019-03-29 Nicolas Vasilache[MLIR] Use chainable ligthweight wrapper for AffineExpr
2019-03-29 Uday BondhugulaFix MLIR's floordiv, ceildiv, and mod for constant...
2019-03-29 Feng LiuAdd support to Add, Sub, Mul for both Integer and Float...
2019-03-29 Uday BondhugulaIntroduce loop body skewing / loop pipelining / loop...
2019-03-29 Uday BondhugulaChange loop step to be a positive integral constant
2019-03-29 Uday BondhugulaChange behavior of loopUnrollFull with unroll factor 1
2019-03-29 Chris LattnerAdd support for expected-warning and expected-note...
2019-03-29 Feng LiuAdd support to TF f32_ref type in MLIR
2019-03-29 Chris LattnerFix b/116749799, an issue where the ZeroResult trait...
2019-03-29 Nicolas Vasilache[MLIR] Add DimOp build support
2019-03-29 Chris LattnerRename OpBase -> Op.
2019-03-29 Uday BondhugulaUse statement walker for constant folding.
2019-03-29 Chris LattnerIntroduce a new BinaryOp to commonize simple binary...
2019-03-29 Nicolas Vasilache[MLIR] Fix AsmPrinter for short-hand bound notation
2019-03-29 Nicolas Vasilache[MLIR] Add support for MulFOp
2019-03-29 Jacques PienaarAdd MLIR (addf) -> MLIR HLO thin slice.
2019-03-29 MLIR TeamAdds constant folding hook for AffineApplyOp.
2019-03-29 Nicolas Vasilache[MLIR] Fix AsmPrinter.cpp for single ssa-id AffineMap
2019-03-29 Jacques PienaarAdd op registry for registering MLIR ops.
2019-03-29 Chris LattnerMove the GraphTraits implementations for CFGs out to...
2019-03-29 Chris LattnerIntroduce [post]dominator tree and related infrastructu...
2019-03-29 Feng LiuSupports TF Complex64/Complex128 types in the tf/mlir...
2019-03-29 MLIR TeamAdd verification for AllocOp.
next