platform/upstream/llvm.git
2019-03-29 Alex ZinenkoLowerForAndIf: expand affine_apply's inplace
2019-03-29 Alex ZinenkoRefactor LowerAffineApply
2019-03-29 Chris LattnerUpdate the g3docs to reflect the merging of CFG and...
2019-03-29 Chris LattnerEliminate extfunc/cfgfunc/mlfunc as a concept, and...
2019-03-29 River RiddleRename OperationPrefix to Namespace in Dialect. This...
2019-03-29 Alex ZinenkoLLVM IR Lowering: support "select"
2019-03-29 Chris LattnerSimplify FunctionPass to only have a runOnFunction...
2019-03-29 Smit HinsuIndent auto-generated build method
2019-03-29 Nicolas Vasilache[MLIR] Sketch a simple set of EDSCs to declaratively...
2019-03-29 Chris LattnerMerge together the CFG/ML function paths in the CSE...
2019-03-29 Chris LattnerUpdate and generalize various passes to work on both...
2019-03-29 Chris LattnerSimplify the remapFunctionAttrs logic, merging CFG...
2019-03-29 Chris LattnerSimplify GreedyPatternRewriteDriver now that functions...
2019-03-29 Uday BondhugulaDrop unusued HyperRectangularSet.h/.cpp, given the...
2019-03-29 Uday BondhugulaIntroduce PostDominanceInfo, fix properlyDominates...
2019-03-29 Uday BondhugulaFix dominates() for block's.
2019-03-29 Chris LattnerGreatly simplify the ConvertToCFG pass, converting...
2019-03-29 Uday BondhugulaFix ASAN failure in memref-dataflow-opt
2019-03-29 Feng LiuMake PrintOpStatsPass a module pass
2019-03-29 Uday BondhugulaIntroduce memref store to load forwarding - a simple...
2019-03-29 Uday BondhugulaFix b/122139732; update FlatAffineConstraints::isEmpty...
2019-03-29 Chris LattnerExtend InstVisitor and Walker to handle arbitrary CFG...
2019-03-29 Jacques PienaarSwitch rewriters for relu, relu6, placeholder_input...
2019-03-29 Chris LattnerHave the asmprinter take advantage of the new capabilit...
2019-03-29 Chris LattnerClean up and improve the parser handling of basic block...
2019-03-29 Chris LattnerIntroduce ^ as a basic block sigil, eliminating an...
2019-03-29 Chris LattnerMerge the verifier logic for all functions into a unifi...
2019-03-29 Chris LattnerEnhance parsing of CFG and Ext functions to optionally...
2019-03-29 Jacques PienaarMatch multiple pattern nodes as input to rewrite.
2019-03-29 Chris LattnerTidy up references to "basic blocks" that should refer...
2019-03-29 Chris LattnerMerge parser logic for CFG and ML functions, shrinking...
2019-03-29 Chris LattnerStandardize naming of statements -> instructions, revis...
2019-03-29 Uday BondhugulaExtend/complete dependence tester to utilize local...
2019-03-29 Chris LattnerRename BasicBlock and StmtBlock to Block, and make...
2019-03-29 Jacques PienaarAdd convenience wrapper for operator in tblgen
2019-03-29 Chris LattnerMerge ext/cfg/ml function printing logic in the AsmPrin...
2019-03-29 Chris LattnerEliminate the using decls for MLFunction and CFGFunctio...
2019-03-29 Jacques PienaarFix incorrect names due to merging of tblgen tools.
2019-03-29 Chris LattnerRename BBArgument -> BlockArgument, Op::getOperation...
2019-03-29 Chris LattnerMerge Operation into OperationInst and standardize...
2019-03-29 Uday BondhugulaUpdate vim syntax file to highlight core ops
2019-03-29 Chris LattnerRework inherentance hierarchy: Operation now derives...
2019-03-29 Feng Liuadd a method to get FloatAttr value as double
2019-03-29 Chris LattnerFix an ASAN detected bug introduced by cr/227067644...
2019-03-29 Chris LattnerDelicately re-layer Operation, Statement, and Operation...
2019-03-29 Chris LattnerMinor renamings: Trim the "Stmt" prefix off
2019-03-29 Uday BondhugulaFix affine expr flattener bug introduced by cl/225452174.
2019-03-29 Chris LattnerMerge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together...
2019-03-29 Chris LattnerMerge SSAValue, CFGValue, and MLValue together into...
2019-03-29 Chris LattnerEliminate the Instruction, BasicBlock, CFGFunction...
2019-03-29 Alex ZinenkoLoopAnalysis: isContiguousAccess fail gracefully
2019-03-29 Jacques PienaarMove print op stats pass to analysis.
2019-03-29 Jacques PienaarMerge mlir-op-gen and mlir-rewriter-gen into mlir-tblgen.
2019-03-29 Chris LattnerRename findFunction from the ML side of the house to...
2019-03-29 Mehdi AminiInline Instruction's operands as TrailingObjects
2019-03-29 Chris LattnerRename CFGFunctionGraphTraits.h -> FunctionGraphTraits...
2019-03-29 Chris LattnerEliminate the MLFuncArgument class representing argumen...
2019-03-29 Chris LattnerIntroduce a new StmtBlockList type to hold a list of...
2019-03-29 Feng LiuSupport NameLoc and CallSiteLoc for mlir::Location
2019-03-29 Alex ZinenkoSuperVectorization: fix 'isa' assertion
2019-03-29 Alex ZinenkoLLVM IR lowering: support SubIOp and SubFOp
2019-03-29 Jacques PienaarRename convenience methods to make type explicit.
2019-03-29 Chris LattnerRefactor MLFunction to contain a StmtBlock for its...
2019-03-29 Chris LattnerEliminate the ability to add operands to an instruction...
2019-03-29 Chris LattnerImplement StmtBlocks support for arguments and pred...
2019-03-29 Chris LattnerPer review on the previous CL, drop MLFuncBuilder:...
2019-03-29 Chris LattnerGive StmtBlocks a use-def list, and give OperationStmt...
2019-03-29 Chris LattnerRefactor ForStmt: having it contain a StmtBlock instead...
2019-03-29 MLIR TeamComputation slice update: adds parameters to insertBack...
2019-03-29 River RiddleUnify type uniquing and construction.
2019-03-29 Jacques PienaarExpand rewriter gen to handle string attributes in...
2019-03-29 Jacques PienaarAdd method to retrieve a pass's ID.
2019-03-29 MLIR TeamDo proper indexing for local variables when building...
2019-03-29 MLIR TeamPass loop depth 1 to memref dependence check when const...
2019-03-29 Jacques PienaarChange attribute to be input argument.
2019-03-29 MLIR TeamAddress some issues from memref dependence check bug...
2019-03-29 MLIR TeamImprove loop fusion algorithm by using a memref depende...
2019-03-29 Uday BondhugulaSimplify memref-dependence-check's meta data structures...
2019-03-29 Uday BondhugulaUpdate / complete a TODO for addBoundsForForStmt
2019-03-29 Alex ZinenkoDensify storage for f16, f32 and support f16 semantics...
2019-03-29 Uday BondhugulaRefactor/update memref-dep-check's addMemRefAccessConst...
2019-03-29 Alex ZinenkoRefactor LowerVectorTransfersPass using pattern rewriters
2019-03-29 Alex ZinenkoLLVM IR lowering: support vector_type_cast
2019-03-29 Alex ZinenkoMaterialize vector_type_cast operation in the SuperVect...
2019-03-29 Uday BondhugulaRefactor / eliminate duplicate code in
2019-03-29 Alex ZinenkoType system: replace Type::getBitWidth with getIntOrFlo...
2019-03-29 Uday Bondhugulaloop-unroll - add function callback argument for outsid...
2019-03-29 MLIR TeamLoop Fusion pass update: introduce utilities to perform...
2019-03-29 Jacques PienaarFix builder getFloatAttr of double to use F64 type...
2019-03-29 Lei ZhangFree the name symbol in TableGen
2019-03-29 Uday BondhugulaRemove duplicate code / reuse right utilities from...
2019-03-29 Uday Bondhugula'memref-bound-check': extend to store op's as well
2019-03-29 Alex ZinenkoExtract vector_transfer_* Ops into a SuperVectorDialect.
2019-03-29 Jacques PienaarFix asan failures in mlir-op-gen.
2019-03-29 Jacques PienaarUse dag instead of list for operands to allow named...
2019-03-29 Uday BondhugulaExpression flattening improvement - reuse local express...
2019-03-29 Feng LiuConvert tf.FakeQuantWithMinMaxArgs/Vars to tfl.FakeQuant
2019-03-29 Feng LiuDefine TFLite Dequantize and FakeQuant ops
2019-03-29 Uday BondhugulaFlatAffineConstraints - complete TODOs: add method...
2019-03-29 River RiddleCheck if the operation is already in the worklist befor...
next