2019-03-29 |
Jacques Pienaar | Avoid leak when parsing fails and BasicBlock has no... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Various improvements to pattern matching and other... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add Operation Properties field to operations. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Create private exclusive / single use affine computatio... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Implement a super sketched out pattern match/rewrite... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Create function builder wrapper to enable common interf... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Missed change - remove 1-d tag memref restriction while... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Add MLFunction::walk/walkPostOrder methods for doing... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Split BuiltinOps out of StandardOps. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Add assert in Operation->printAssembly to check imprope... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Simplify simplify functions as follow up on previous CL. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Only simplify floor div, ceil div or mod if the rhs... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] IntegerSet value type |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Add support to constant splat vector/tensor attribute. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Change the representation of an operation name to be... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Support `getShape`, `hasStaticShape` and `getDimSize... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] AffineMap value type |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Add target independent standard DMA ops: dma.start... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Fix some leak and crash found via fuzzing. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Sketch AffineExpr value type |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Address comments from previous CL/216216446 |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] AffineExpr final cleanups |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Affine map composition. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Cleanup AffineExpr |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Value types for AffineXXXExpr |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename affineint type to index type. The name 'index... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Constant folding for loop bounds. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix opt build breakage - lib/Transforms/Utils.cpp |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Implement support for constant folding operations even... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Introduce memref replacement/rewrite support: to replac... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [RFC][MLIR] Use AffineExprRef in place of AffineExpr... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Templated AffineExprBaseRef |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Remove uses of AffineExpr* outside of IR |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] AffineExpr lightweight value type for operators |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Use chainable ligthweight wrapper for AffineExpr |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix MLIR's floordiv, ceildiv, and mod for constant... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Add support to Add, Sub, Mul for both Integer and Float... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Introduce loop body skewing / loop pipelining / loop... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Change loop step to be a positive integral constant |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Change behavior of loopUnrollFull with unroll factor 1 |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Add support for expected-warning and expected-note... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Add support to TF f32_ref type in MLIR |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Fix b/116749799, an issue where the ZeroResult trait... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Add DimOp build support |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Rename OpBase -> Op. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Use statement walker for constant folding. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce a new BinaryOp to commonize simple binary... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Fix AsmPrinter for short-hand bound notation |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Add support for MulFOp |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add MLIR (addf) -> MLIR HLO thin slice. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Adds constant folding hook for AffineApplyOp. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | [MLIR] Fix AsmPrinter.cpp for single ssa-id AffineMap |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add op registry for registering MLIR ops. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Move the GraphTraits implementations for CFGs out to... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce [post]dominator tree and related infrastructu... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Supports TF Complex64/Complex128 types in the tf/mlir... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Add verification for AllocOp. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Implement support for constant folding operations and... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Support TF Variant type in the tf/mlir roundtrip pass. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Handle the TF resource data type in the TF/XLA roundtri... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Add missing verifier logic for addf, and fix b/11605483... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Feng Liu | Add function attributes for ExtFunction, CFGFunction... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Switch from positional argument to explicit flags for... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Extend loop unroll/unroll-and-jam to affine bounds... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Moving success/failure to Pass. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Tool for translating from/to MLIR. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Tatiana Shpeisman | Store 'then' clause statements directly in the 'if... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Misc changes to builder's and Transforms/ API to allow... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add PassResult and have passes return PassResult to... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Change unranked tensor syntax from tensor<??f32> to... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce pretty syntax for shape_cast as discussed... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Add misc builder convenience methods for AffineMap... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Extend getConstantTripCount to deal with a larger subse... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Fix cast in AffineMap::getSingleConstantValue and rename to |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Update error message for invalid operand token while... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | rework the custom op verifier hooks to use the diagnost... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Check for absence of delimiters when delimiters is... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Return error status when number of operands don't match... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Change SourgeMgr to const reference in Parser/Lexer. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Add utility to promote single iteration loops. Add... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Internal change. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Add location specifier to MLIR Functions, and: |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Improve location reporting in the verifier for return... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Teach RaiseControlFlow to handle IfOp's with partially... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Several minor infra improvements: |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Implement getFunction() helpers on the various value... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Fix opt build where compiled out assert leaves unused... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add GraphTraits and DOTGraphTraits for CFGFunction... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Complete AffineExprFlattener based simplification for... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Jacques Pienaar | Add parseSourceString method to make it easy for client... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Continue revising diagnostic handling to simplify and... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Tatiana Shpeisman | Fix the underlying cause for the asan test failure... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Tatiana Shpeisman | Fix asan failure introduced by cl/210618122 and stateme... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Add builders for memory ops that did not have them... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
MLIR Team | Add support for iterating through uses to SSAValueImpl. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Affine expression analysis and simplification. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Uday Bondhugula | Introduce loop unroll jam transformation. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Tatiana Shpeisman | Implement operands for the 'if' statement. |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Chris Lattner | Introduce a new Location abstraction to represent locat... |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Nicolas Vasilache | Avoid hardcoded 4096 constant |
commit | commitdiff | tree | snapshot |
next |