2019-03-29 |
Uday Bondhugula | Complete TODOs / cleanup for loop-fusion utility |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Smit Hinsu | Add an example of rank zero tensor in go/mlir-spec |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Smit Hinsu | Handle parsing failure for splat elements attribute |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Introduce normalized single-result unbounded... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
River Riddle | Introduce CRTP TypeBase class to simplify type construc... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce a simple canonicalization of affine_apply... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Lei Zhang | Fix format for empty method definition |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | TableGen standard arithmetic ops |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Use Operator class in OpDefinitionsGen. Cleanup NFC. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] More graceful failure in MaterializeVectors |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Drop strict super-vector requirement in Material... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Fix uninitialized value found with msan |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Handle corner case in MaterializeVectors |
commit | commitdiff | tree | snapshot |
2019-03-29 |
River Riddle | Split the standard types from builtin types and move... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Include both TF and TFL ops.td in legalize patterns. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Match the op via isa instead of string compare. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add tf.Add op |
commit | commitdiff | tree | snapshot |
2019-03-29 |
River Riddle | Implement initial support for dialect specific types. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | Merge LowerAffineApplyPass into LowerIfAndForPass,... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add builderCall to Type and add constant attr class. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | LowerForAndIf: expand affine_apply's inplace |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | Refactor LowerAffineApply |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Update the g3docs to reflect the merging of CFG and... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Eliminate extfunc/cfgfunc/mlfunc as a concept, and... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
River Riddle | Rename OperationPrefix to Namespace in Dialect. This... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | LLVM IR Lowering: support "select" |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Simplify FunctionPass to only have a runOnFunction... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Smit Hinsu | Indent auto-generated build method |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Sketch a simple set of EDSCs to declaratively... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge together the CFG/ML function paths in the CSE... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Update and generalize various passes to work on both... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Simplify the remapFunctionAttrs logic, merging CFG... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Simplify GreedyPatternRewriteDriver now that functions... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Drop unusued HyperRectangularSet.h/.cpp, given the... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Introduce PostDominanceInfo, fix properlyDominates... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix dominates() for block's. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Greatly simplify the ConvertToCFG pass, converting... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix ASAN failure in memref-dataflow-opt |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Make PrintOpStatsPass a module pass |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Introduce memref store to load forwarding - a simple... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix b/122139732; update FlatAffineConstraints::isEmpty... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Extend InstVisitor and Walker to handle arbitrary CFG... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Switch rewriters for relu, relu6, placeholder_input... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Have the asmprinter take advantage of the new capabilit... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Clean up and improve the parser handling of basic block... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce ^ as a basic block sigil, eliminating an... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge the verifier logic for all functions into a unifi... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Enhance parsing of CFG and Ext functions to optionally... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Match multiple pattern nodes as input to rewrite. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Tidy up references to "basic blocks" that should refer... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge parser logic for CFG and ML functions, shrinking... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Standardize naming of statements -> instructions, revis... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Extend/complete dependence tester to utilize local... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename BasicBlock and StmtBlock to Block, and make... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add convenience wrapper for operator in tblgen |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge ext/cfg/ml function printing logic in the AsmPrin... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Eliminate the using decls for MLFunction and CFGFunctio... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Fix incorrect names due to merging of tblgen tools. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename BBArgument -> BlockArgument, Op::getOperation... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge Operation into OperationInst and standardize... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Update vim syntax file to highlight core ops |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rework inherentance hierarchy: Operation now derives... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | add a method to get FloatAttr value as double |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Fix an ASAN detected bug introduced by cr/227067644... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Delicately re-layer Operation, Statement, and Operation... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Minor renamings: Trim the "Stmt" prefix off |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix affine expr flattener bug introduced by cl/225452174. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Merge SSAValue, CFGValue, and MLValue together into... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Eliminate the Instruction, BasicBlock, CFGFunction... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | LoopAnalysis: isContiguousAccess fail gracefully |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Move print op stats pass to analysis. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Merge mlir-op-gen and mlir-rewriter-gen into mlir-tblgen. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename findFunction from the ML side of the house to... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Mehdi Amini | Inline Instruction's operands as TrailingObjects |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename CFGFunctionGraphTraits.h -> FunctionGraphTraits... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Eliminate the MLFuncArgument class representing argumen... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce a new StmtBlockList type to hold a list of... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Support NameLoc and CallSiteLoc for mlir::Location |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | SuperVectorization: fix 'isa' assertion |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | LLVM IR lowering: support SubIOp and SubFOp |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Rename convenience methods to make type explicit. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Refactor MLFunction to contain a StmtBlock for its... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Eliminate the ability to add operands to an instruction... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Implement StmtBlocks support for arguments and pred... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Per review on the previous CL, drop MLFuncBuilder:... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Give StmtBlocks a use-def list, and give OperationStmt... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Refactor ForStmt: having it contain a StmtBlock instead... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Computation slice update: adds parameters to insertBack... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
River Riddle | Unify type uniquing and construction. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Expand rewriter gen to handle string attributes in... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add method to retrieve a pass's ID. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Do proper indexing for local variables when building... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Pass loop depth 1 to memref dependence check when const... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Change attribute to be input argument. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Address some issues from memref dependence check bug... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Improve loop fusion algorithm by using a memref depende... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Simplify memref-dependence-check's meta data structures... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Update / complete a TODO for addBoundsForForStmt |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Alex Zinenko | Densify storage for f16, f32 and support f16 semantics... |
commit | commitdiff | tree | snapshot |
next |