platform/upstream/llvm.git
2019-03-29 Jacques PienaarChange pretty printing of constant so that the attribut...
2019-03-29 Uday BondhugulaUpdates to transformation/analysis passes/utilities...
2019-03-29 Uday BondhugulaMark AllocOp as being free of side effects
2019-03-29 Jacques PienaarUpdate LangRef to reflect int/flaot attribute specifica...
2019-03-29 River Riddle[MLIR] Rename OperationInst to Instruction.
2019-03-29 Smit HinsuImplement IfOp verification
2019-03-29 River RiddleMerge OperationInst functionality into Instruction.
2019-03-29 Jacques PienaarAdd Type to int/float attributes.
2019-03-29 River Riddle[MLIR] Merge terminator and uses into BasicBlock operat...
2019-03-29 River RiddleReplace TerminatorInst with builtin terminator operations.
2019-03-29 River RiddleFix variables only used in assertions.
2019-03-29 River RiddleAdd functionality for parsing/managing operation termin...
2019-03-29 Tatiana ShpeismanFix hasStaticShape() method on vectors and tensors...
2019-03-29 Alex ZinenkoConvertToCFG: properly remap nested function attributes.
2019-03-29 Alex ZinenkoMove definitions of lopoUnroll* functions to LoopUtils...
2019-03-29 Chris LattnerFix some minor typos pointed out by rxwei
2019-03-29 Jacques PienaarMark mlir code snippets as being written in mlir
2019-03-29 Jacques PienaarMark mlir code snippets as being written in mlir
2019-03-29 Nicolas Vasilache[MLIR] Support for vectorizing operations.
2019-03-29 Lei ZhangPull duplicated build() in subclasses into root UnaryOp
2019-03-29 River RiddleStart the plumbing for removing TerminatorInst.
2019-03-29 Smit HinsuUpdate split marker for split-input-file option to...
2019-03-29 Alex ZinenkoOptionally emit errors from IntegerType factory functions.
2019-03-29 Alex ZinenkoHomogenize branch instruction arguments.
2019-03-29 Alex ZinenkoBasic conversion of MLFunctions to CFGFunctions.
2019-03-29 Jacques PienaarSwitch IntegerAttr to use APInt.
2019-03-29 MLIR TeamChange the index upper bound for the outer-loop as...
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:
next