platform/upstream/llvm.git
2019-03-29 Alex ZinenkoCreate Passes.md.
2019-03-29 Jacques PienaarFix typo.
2019-03-29 Lei ZhangConvert tf.FusedBatchNorm into tfl primary math ops
2019-03-29 River RiddleAdd support for setting the location of an IROperandOwner.
2019-03-29 Chris LattnerTidy up the replaceOp hooks in PatternMatch, generalizi...
2019-03-29 Chris LattnerMinimal patch to allow patterns to rewrite multi-result...
2019-03-29 Alex ZinenkoRename Deaffinator to LowerAffineApply and patch it.
2019-03-29 Nicolas Vasilache[MLIR] Fix opt build
2019-03-29 Nicolas Vasilache[MLIR][MaterializeVectors] Add a MaterializeVector...
2019-03-29 Nicolas Vasilache[MLIR][Slicing] Apply cleanups
2019-03-29 Nicolas Vasilache[MLIR][Slicing] Add utils for computing slices.
2019-03-29 MLIR TeamClean up parse_headers in mlir
2019-03-29 Uday BondhugulaFix bugs in DMA generation and FlatAffineConstraints...
2019-03-29 Alex ZinenkoIntroduce Deaffinator pass.
2019-03-29 Alex ZinenkoLower scalar parts of CFG functions to LLVM IR
2019-03-29 Alex ZinenkoCreate the Support library.
2019-03-29 Alex ZinenkoSeparate translators into "from MLIR" and "to MLIR".
2019-03-29 Alex ZinenkoFactor out translation registry.
2019-03-29 Smit HinsuIntroduce TF WhileOp and lower it to MLIR CFG
2019-03-29 River RiddleAdd verifier check for integer constants to check that...
2019-03-29 River RiddleRemove unnecessary include from StandardOps.cpp.
2019-03-29 Uday BondhugulaRemove allocations for memref's that become dead as...
2019-03-29 Lei ZhangAdd iterators and size() helper method in ArrayAttr
2019-03-29 Alex ZinenkoAffineExprVisitor: fix names of default visitation...
2019-03-29 Feng LiuAdds ConstantFoldHook registry in MLIRContext
2019-03-29 River RiddleAdd functionality for erasing terminator successor...
2019-03-29 Uday Bondhugula Automated rollback of changelist 221863955.
2019-03-29 Nicolas Vasilache[MLIR][Vectorize] Refactor Vectorize use-def propagation.
2019-03-29 Lei ZhangConvert TF::Conv2D into TFL::Conv2D
2019-03-29 Alex ZinenkoConvertToCFG: handle loop 1D affine loop bounds.
2019-03-29 River RiddleAdd support for getting the operand number from an...
2019-03-29 Jacques PienaarAdd op stats pass to mlir-opt.
2019-03-29 River RiddleAdd support for Operation::moveBefore(Operation *).
2019-03-29 Nicolas Vasilache[MLIR][VectorAnalysis] Add a VectorAnalysis and standal...
2019-03-29 Jacques PienaarConvert MLIR DiagnosticKind to LLVM DiagKind when emitt...
2019-03-29 River RiddleUpdate 'return' statement syntax in LangRef to reflect...
2019-03-29 River RiddleFix the implementation of PatternRewriter::createChecke...
2019-03-29 Chris LattnerImport the "MLIR: The case for a simplified polyhedral...
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.
next