platform/upstream/llvm.git
2019-03-29 River RiddleWhen canonicalizing only erase the operation after...
2019-03-29 River RiddleRename the 'if' operation in the AffineOps dialect...
2019-03-29 Lei ZhangAdd constant build() method not requiring result type
2019-03-29 Stella LaurenzoImplement Quantization dialect and minimal UniformQuant...
2019-03-29 Alex ZinenkoPort alloc/dealloc LLVM IR conversion into the LLVM...
2019-03-29 River RiddleNFC: Rename the 'for' operation in the AffineOps dialec...
2019-03-29 River RiddleAddress post submit review comments for removing Block...
2019-03-29 River RiddleNFC: Rename affine_apply to affine.apply. This is the...
2019-03-29 MLIR TeamAdds the ability to compute the MemRefRegion of a slice...
2019-03-29 Jacques PienaarAddress follow on comments for quickstart doc.
2019-03-29 River RiddleRemove findInstPositionInBlock from the Block api.
2019-03-29 Lei Zhang[TableGen] Model variadic operands using Variadic<Type>
2019-03-29 River RiddleMove the AffineFor loop bound folding to a canonicaliza...
2019-03-29 River RiddleEmit a parser error when the min/max prefix is missing...
2019-03-29 River RiddleRefactor the affine analysis by moving some functionali...
2019-03-29 River RiddleDefine the initial g3doc for the Affine dialect.
2019-03-29 Smit HinsuAdd derived type attributes for TensorFlow ops generate...
2019-03-29 Alex ZinenkoPrint parens around the return type of a function if...
2019-03-29 Jacques PienaarMLIR graph rewrite using pattern quickstart doc.
2019-03-29 Sergei LebedevImplemented __invert__, __and__ and __or__ in the EDSC...
2019-03-29 Alex ZinenkoPrint non-default attribute types in optional attr...
2019-03-29 MLIR TeamLoop fusion improvements:
2019-03-29 Sergei LebedevImplemented __eq__ and __ne__ in EDSC Python bindings
2019-03-29 Uday BondhugulaRemove stray debug output - NFC
2019-03-29 River RiddleRemove InstWalker and move all instruction walking...
2019-03-29 River RiddleNFC: Move AffineApplyOp to the AffineOps dialect. This...
2019-03-29 Uday BondhugulaRefactor common code getting memref access in getMemRef...
2019-03-29 Uday BondhugulaUpdate MemRefAccess::getAccessMap to always canonicaliz...
2019-03-29 River RiddleRemove the OwnerTy template parameter of IROperandImpl...
2019-03-29 Jacques PienaarAdd option print functions with the generic form.
2019-03-29 Jacques PienaarNo need to specify default behavior. NFC.
2019-03-29 River RiddleRemove the forward definition of OperationInst now...
2019-03-29 River RiddleRemove remaining usages of OperationInst in lib/Transforms.
2019-03-29 River RiddleRemove remaining references to OperationInst in all...
2019-03-29 River RiddleReplace the walkOps/visitOperationInst variants from...
2019-03-29 Dimitrios VytiniotisExposing logical operators in EDSC all the way up to...
2019-03-29 Uday BondhugulaUpdate dma-generate pass to (1) work on blocks of instr...
2019-03-29 River RiddleBegin the process of fully removing OperationInst....
2019-03-29 River RiddleFold the functionality of OperationInst into Instructio...
2019-03-29 Lei ZhangMerge OpProperty and Traits into OpTrait
2019-03-29 Lei ZhangDefine NumericAttr as the base class for BoolAttr,...
2019-03-29 River RiddleFix the handling of the resizable operands bit of Opera...
2019-03-29 River RiddleFold IROperandOwner into Instruction.
2019-03-29 River RiddleWhen parsing, treat an IntegerSet with no constraints...
2019-03-29 River RiddleEmit an error when parsing an affine structure if ...
2019-03-29 Uday BondhugulaPromote local buffers created post fusion to higher...
2019-03-29 Stella Laurenzo Minor fix to the lexer whitespace loop.
2019-03-29 River RiddleDefine the AffineForOp and replace ForInst with it...
2019-03-29 Lei Zhang[TableGen] Use tblgen::DagLeaf to model DAG arguments
2019-03-29 Jacques PienaarUpdate link
2019-03-29 Uday BondhugulaFix Block::getNumSuccessors()
2019-03-29 River RiddleFix use of llvm::Module::getOrInsertFunction after...
2019-03-29 Nicolas VasilacheCleanup EDSCs and start a functional auto-generated...
2019-03-29 River RiddleDefine an detail::OperandStorage class to handle managi...
2019-03-29 Jacques PienaarAdd fallback to native code op builder specification...
2019-03-29 Jacques PienaarEnable using constant attribute as matchers.
2019-03-29 Nicolas VasilachePost commit fixes
2019-03-29 Nicolas VasilacheAddress Performance issue in NestedMatcher
2019-03-29 Nicolas VasilacheAddress cleanups from previous CL
2019-03-29 MLIR TeamFix ASAN issue: snapshot edge list before loop which...
2019-03-29 MLIR TeamLoopFusion: insert the source loop nest slice at a...
2019-03-29 River RiddleUpdate tests using affine maps to not rely on specific...
2019-03-29 Uday Bondhugula3000x speed improvement on compose-affine-maps by dropp...
2019-03-29 River RiddleStandardize the spelling of debug info to "debuginfo...
2019-03-29 Lei Zhang[tablegen] Use tblgen:: classes for NamedAttribute...
2019-03-29 Lei Zhang[doc] Use table to list all attributes
2019-03-29 Lei Zhang[doc] Generate more readable description for attributes
2019-03-29 Lei Zhang[doc] Generate more readable description for operands
2019-03-29 River RiddleFold CallIndirectOp to CallOp when the callee operand...
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...
next