platform/upstream/llvm.git
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.
2019-03-29 Chris LattnerImplement support for constant folding operations and...
2019-03-29 Feng LiuSupport TF Variant type in the tf/mlir roundtrip pass.
2019-03-29 Feng LiuHandle the TF resource data type in the TF/XLA roundtri...
2019-03-29 Chris LattnerAdd missing verifier logic for addf, and fix b/11605483...
2019-03-29 Feng LiuAdd function attributes for ExtFunction, CFGFunction...
2019-03-29 Jacques PienaarSwitch from positional argument to explicit flags for...
2019-03-29 Uday BondhugulaExtend loop unroll/unroll-and-jam to affine bounds...
2019-03-29 Jacques PienaarMoving success/failure to Pass.
2019-03-29 Jacques PienaarTool for translating from/to MLIR.
2019-03-29 Tatiana ShpeismanStore 'then' clause statements directly in the 'if...
2019-03-29 Uday BondhugulaMisc changes to builder's and Transforms/ API to allow...
2019-03-29 Jacques PienaarAdd PassResult and have passes return PassResult to...
2019-03-29 Chris LattnerChange unranked tensor syntax from tensor<??f32> to...
2019-03-29 Chris LattnerIntroduce pretty syntax for shape_cast as discussed...
2019-03-29 Uday BondhugulaAdd misc builder convenience methods for AffineMap...
2019-03-29 Uday BondhugulaExtend getConstantTripCount to deal with a larger subse...
2019-03-29 Uday BondhugulaFix cast in AffineMap::getSingleConstantValue and rename to
2019-03-29 Jacques PienaarUpdate error message for invalid operand token while...
2019-03-29 Chris Lattnerrework the custom op verifier hooks to use the diagnost...
2019-03-29 Jacques PienaarCheck for absence of delimiters when delimiters is...
2019-03-29 Jacques PienaarReturn error status when number of operands don't match...
2019-03-29 Jacques PienaarChange SourgeMgr to const reference in Parser/Lexer.
2019-03-29 Uday BondhugulaAdd utility to promote single iteration loops. Add...
2019-03-29 MLIR TeamInternal change.
2019-03-29 Chris LattnerAdd location specifier to MLIR Functions, and:
2019-03-29 Chris LattnerImprove location reporting in the verifier for return...
2019-03-29 Chris LattnerTeach RaiseControlFlow to handle IfOp's with partially...
2019-03-29 Chris LattnerSeveral minor infra improvements:
2019-03-29 Chris LattnerImplement getFunction() helpers on the various value...
2019-03-29 MLIR TeamFix opt build where compiled out assert leaves unused...
2019-03-29 Jacques PienaarAdd GraphTraits and DOTGraphTraits for CFGFunction...
2019-03-29 Uday BondhugulaComplete AffineExprFlattener based simplification for...
2019-03-29 Jacques PienaarAdd parseSourceString method to make it easy for client...
2019-03-29 Chris LattnerContinue revising diagnostic handling to simplify and...
2019-03-29 Tatiana ShpeismanFix the underlying cause for the asan test failure...
2019-03-29 Tatiana ShpeismanFix asan failure introduced by cl/210618122 and stateme...
2019-03-29 MLIR TeamAdd builders for memory ops that did not have them...
2019-03-29 MLIR TeamAdd support for iterating through uses to SSAValueImpl.
2019-03-29 Uday BondhugulaAffine expression analysis and simplification.
2019-03-29 Uday BondhugulaIntroduce loop unroll jam transformation.
2019-03-29 Tatiana ShpeismanImplement operands for the 'if' statement.
2019-03-29 Chris LattnerIntroduce a new Location abstraction to represent locat...
2019-03-29 Nicolas VasilacheAvoid hardcoded 4096 constant
next