platform/upstream/llvm.git
2019-03-29 Jacques PienaarUse formatv for the error instead of string stream.
2019-03-29 Lei ZhangInclude op results in generate TensorFlow/TFLite op...
2019-03-29 Uday BondhugulaFix getFullMemRefAsRegion() and FlatAffineConstraints...
2019-03-29 Lei ZhangTableGen: Use DAG for op results
2019-03-29 MLIR TeamSupport fusing loop nests which require insertion into...
2019-03-29 Lei ZhangPrefix Operator getter methods with "get" to be consistent
2019-03-29 River RiddleRecommit: Define a AffineOps dialect as well as an...
2019-03-29 Nicolas VasilacheIntroduce python bindings for MLIR EDSCs
2019-03-29 Nicolas VasilacheMove google-mlir to google_mlir
2019-03-29 Nicolas Vasilache Automated rollback of changelist 231318632.
2019-03-29 Jacques PienaarEnable using constant attribute as matchers.
2019-03-29 River RiddleDefine a AffineOps dialect as well as an AffineIfOp...
2019-03-29 Nicolas VasilacheAdd a C API for EDSCs in other languages + python
2019-03-29 Lei ZhangAdd tblgen::Pattern to model Patterns defined in TableGen
2019-03-29 Jacques PienaarDefine mAttr in terms of AttrConstraint.
2019-03-29 Nicolas VasilacheReplace too obscure usage of functional::map by declare...
2019-03-29 Jacques PienaarAdd value member to constant attribute specification...
2019-03-29 Chris LattnerChange AffineApplyOp to produce a single result, simpli...
2019-03-29 River RiddleChange the ForInst induction variable to be a block...
2019-03-29 Nicolas VasilacheDrop AffineMap::Null and IntegerSet::Null
2019-03-29 Nicolas VasilacheCleanup resource management and rename recursive matchers
2019-03-29 River RiddleWrap cl::opt flags within passes in a category with...
2019-03-29 Chris LattnerFinish removing multi-result affine maps from the tests...
2019-03-29 Feng LiuAdd an option to improve the readibility of the printed...
2019-03-29 Uday BondhugulaDrop unused result from affine map in test case - NFC
2019-03-29 Chris LattnerMore updates of tests to move towards single result...
2019-03-29 Uday BondhugulaUpdate replaceAllMemRefUsesWith to generate single...
2019-03-29 Nicolas VasilacheAdd a simple arity-agnostic invocation of JIT-compiled...
2019-03-29 Uday BondhugulaUpdate createAffineComputationSlice to generate single...
2019-03-29 River RiddleAllow operations to hold a blocklist and add support...
2019-03-29 Alex ZinenkoGeneric dialect conversion pass exercised by LLVM IR...
2019-03-29 Mehdi AminiUse a unique_ptr instead of manual deletion for PIMPL...
2019-03-29 Lei ZhangPull TableGen op argument definitions into their own...
2019-03-29 Lei ZhangSupport op removal patterns in TableGen
2019-03-29 Uday BondhugulaFix return value logic / error reporting in -dma-generate
2019-03-29 Alex ZinenkoSimple CPU runner
2019-03-29 MLIR TeamChange the dependence check in the loop fusion pass...
2019-03-29 Uday BondhugulaUpdate dma-generate: update for multiple load/store...
2019-03-29 River RiddleAdd order bit to instructions to lazily track dominance...
2019-03-29 Uday Bondhugulaloop-fusion: debug info cleanup
2019-03-29 Chris LattnerIncremental progress to move the testsuite towards...
2019-03-29 Chris LattnerIntroduce a new operation hook point for implementing...
2019-03-29 River RiddleAdd cloning functionality to Block and Function, this...
2019-03-29 Uday BondhugulaMinor updates + cleanup to dma-generate
2019-03-29 River RiddleAdd a function pass to strip debug info from functions...
2019-03-29 River RiddleChange trailing locations printing to also print unknow...
2019-03-29 River RiddleMigrate VectorOrTensorType/MemRefType shape api to...
2019-03-29 Feng LiuAdd a method to construct a CallSiteLoc which represent...
2019-03-29 River RiddleAdd asmparser/printer support for locations to make...
2019-03-29 Lei ZhangUnify terms regarding assembly form to use generic...
2019-03-29 MLIR TeamFix single producer check in loop fusion pass.
2019-03-29 Uday BondhugulaUpdate fusion cost model + some additional infrastructu...
2019-03-29 Nicolas VasilacheAdd support for Return in EDSCs
2019-03-29 Uday Bondhugulaloop unroll update: unroll factor one for a single...
2019-03-29 Jacques PienaarFixing op description white space during doc emission.
2019-03-29 Uday BondhugulaRefactor -dma-generate walker - NFC
2019-03-29 Uday BondhugulaImprove / fix documentation for affine map composition...
2019-03-29 Uday BondhugulaAllocate private/local buffers for slices accurately...
2019-03-29 MLIR TeamHandle escaping memrefs in loop fusion pass:
2019-03-29 Jacques PienaarAdd default attr value & define tf.AvgPool op and use...
2019-03-29 Uday BondhugulaFix FlatAffineConstraints::removeIdRange
2019-03-29 Jacques PienaarStart doc generation pass.
2019-03-29 Nicolas VasilacheMake MLIREmitter::bindConstant variadic
2019-03-29 Lei ZhangAdd assertions to SplatElementsAttr and ConstantOp...
2019-03-29 Uday BondhugulaAffineExpr pretty print - add missing handling to print...
2019-03-29 River RiddleAdd a constant folding hook to ExtractElementOp to...
2019-03-29 Nicolas VasilacheCleanup spurious printing bits in EDSCs
2019-03-29 Nicolas VasilacheCleanup EDSCs
2019-03-29 River RiddleRestructure FloatAttr::get(Type, double) to allow for...
2019-03-29 Uday BondhugulaFix test cases that were accessing out of bounds to...
2019-03-29 River RiddleFix raw buffer size when creating a DenseElementsAttr...
2019-03-29 Lei ZhangMark (void)indexRemap to please compiler for unused...
2019-03-29 River RiddleWhen constructing or hashing a key type in TypeUniquer...
2019-03-29 River RiddleRewrite OpStats to use llvm formatting utilities.
2019-03-29 MLIR TeamLoopFusion: Creates private MemRefs which are used...
2019-03-29 Nicolas VasilacheFix AffineApply corner case
2019-03-29 River Riddle[MLIR] Add functionality for constructing a DenseElemen...
2019-03-29 Uday BondhugulaUpdate stale / target-specific information in comments...
2019-03-29 Jacques PienaarAdd AttrConstraint to enable generating verification...
2019-03-29 Jacques PienaarUse regex instead of hardcoded SSA value numbers.
2019-03-29 Jacques PienaarGenerate some of the boilerplate for reference implemen...
2019-03-29 Smit HinsuUpdate comment in the constant folding pass as constant...
2019-03-29 Nicolas VasilacheFix improperly indexed DimOp in LowerVectorTransfers.cpp
2019-03-29 Chris LattnerSome tweaks to the really great op definition doc.
2019-03-29 Uday BondhugulaSome loop fusion code cleanup/simplification post cl...
2019-03-29 Lei ZhangChange impl::printBinaryOp() to consider operand and...
2019-03-29 River RiddleAdd a canonicalization pattern to remove Dealloc operat...
2019-03-29 Alex ZinenkoTableGen: implement predicate tree and basic simplification
2019-03-29 Jacques PienaarEnable specifying the op for which the reference implem...
2019-03-29 River RiddleAdd canonicalization to remove AllocOps if there are...
2019-03-29 Jacques PienaarAdd attribute matching and transform to pattern rewrites.
2019-03-29 MLIR TeamLoopFusion improvements:
2019-03-29 Jacques PienaarStart a testing pass for EDSC lowering.
2019-03-29 Alex ZinenkoTableGen: untie Attr from Type
2019-03-29 Lei ZhangPromote broadcast logic from TensorFlowLite to Dialect...
2019-03-29 Uday BondhugulaAddress documentation/readability related comments...
2019-03-29 Lei ZhangRename hasCanonicalizationPatterns to hasCanonicalizer
2019-03-29 Jacques PienaarUpdate to new sugared form in doc
2019-03-29 Jacques PienaarUse op_base in mlir-tblgen test instead of extracted...
2019-03-29 River RiddleMove the storage of uniqued TypeStorage objects into...
next