platform/upstream/llvm.git
2019-03-29 Uday BondhugulaComplete TODOs / cleanup for loop-fusion utility
2019-03-29 Smit HinsuAdd an example of rank zero tensor in go/mlir-spec
2019-03-29 Smit HinsuHandle parsing failure for splat elements attribute
2019-03-29 Nicolas Vasilache[MLIR] Introduce normalized single-result unbounded...
2019-03-29 River RiddleIntroduce CRTP TypeBase class to simplify type construc...
2019-03-29 Chris LattnerIntroduce a simple canonicalization of affine_apply...
2019-03-29 Lei ZhangFix format for empty method definition
2019-03-29 Alex ZinenkoTableGen standard arithmetic ops
2019-03-29 Jacques PienaarUse Operator class in OpDefinitionsGen. Cleanup NFC.
2019-03-29 Nicolas Vasilache[MLIR] More graceful failure in MaterializeVectors
2019-03-29 Nicolas Vasilache[MLIR] Drop strict super-vector requirement in Material...
2019-03-29 Nicolas Vasilache[MLIR] Fix uninitialized value found with msan
2019-03-29 Nicolas Vasilache[MLIR] Handle corner case in MaterializeVectors
2019-03-29 River RiddleSplit the standard types from builtin types and move...
2019-03-29 Jacques PienaarInclude both TF and TFL ops.td in legalize patterns.
2019-03-29 Jacques PienaarMatch the op via isa instead of string compare.
2019-03-29 Jacques PienaarAdd tf.Add op
2019-03-29 River RiddleImplement initial support for dialect specific types.
2019-03-29 Alex ZinenkoMerge LowerAffineApplyPass into LowerIfAndForPass,...
2019-03-29 Jacques PienaarAdd builderCall to Type and add constant attr class.
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...
next