2019-04-09 |
Stephan Herhut | Add xor bitwise operation to StandardOps. |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Nicolas Vasilache | Fix build for the Linalg example dialect with MacOS |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Alex Zinenko | Example Linalg3: manually register the Linalg dialect |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Alex Zinenko | Change initialization syntax for ScopedContext... |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Stephan Herhut | Add and and or bitwise operations to StandardOps. |
commit | commitdiff | tree | snapshot |
2019-04-09 |
Mehdi Amini | Fix bug in Toy tutorial where IR emission stopped... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Introduce std.varargs attribute to mark variadic... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Do not mark llvm.return, llvm.br, llvm.cond_br... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Fix Linalg3 lowering to use the floating point... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Add support for f64 type conversion for Linalg... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Tatiana Shpeisman | Fix cond_br example. |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Tatiana Shpeisman | Documentation fix - use '_' instead of '.' in the type... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Tatiana Shpeisman | Documentation fix - complex type is a standard type |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Filter DialectConversion pattern to be considered... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Mehdi Amini | Provide a default implementation for matching:... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Chris Lattner | Change the asmprinter to use pretty syntax for... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Chris Lattner | Introduce support for parsing pretty dialect types... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Andy Davis | Remove/replace TPU-specific instruction references... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
River Riddle | Add iterator support to DenseIntElementsAttr and... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Ashwin Murthy | Add attr constraint support to constrain IntegerArr... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Nicolas Vasilache | Post commit cleanups to the Linalg dialect |
commit | commitdiff | tree | snapshot |
2019-04-08 |
River Riddle | Add new utilities for RTTI Operation casting: dyn_c... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Lei Zhang | Add methods for building array attributes in Builder |
commit | commitdiff | tree | snapshot |
2019-04-08 |
River Riddle | Tidy up the links in the documents and fix any... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Alex Zinenko | Linalg3 example: implement JIT-compilation and... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Alex Zinenko | ExecutionEngine: allow for running MLIR passes... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Mehdi Amini | Fix CMake build: reflect that a new file Utils... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Mehdi Amini | Add mentions of requirements before the build instr... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Lei Zhang | [TableGen] Support array attribute subclasses and... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Mehdi Amini | Fix CMake build: account for renamed files and... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Nicolas Vasilache | Linalg portion of the tutorial - part 4 |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | NFC: Fix a few typos in the tutorials and one in... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Mehdi Amini | Add Chapter 4 for the Toy tutorial: shape inference... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Mehdi Amini | Add mention that we don't (yet) accept contribution... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Nicolas Vasilache | Linalg portion of the tutorial - part 3-3 |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | NFC: Replace usages of iterator_range<operand_itera... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | Introduce a new class, MultiOperandTraitBase, to... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | NFC: Fix erroneous use of 'OpaqueType' with 'Type... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
MLIR Team | Create a LoopUtil function to return perfectly... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | Iterate on the operations to fold in TestConstantFo... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | Fix a few warnings for missing parentheses around... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Lei Zhang | Deduplicate constant folding logic in ConstantFold... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
River Riddle | Remove the non-postorder walk functions from Functi... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Andy Davis | Fix bug in LoopTiling where creation of tile-space... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Andy Davis | Adds dependence analysis support for iteration... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Lei Zhang | [TableGen] Enforce constraints on attributes |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Lei Zhang | [TableGen] Add PatternSymbolResolver for resolving... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Lei Zhang | [TableGen] Rework verifier generation and error... |
commit | commitdiff | tree | snapshot |
2019-04-05 |
Alex Zinenko | Example Linalg3: support Load/Store conversion... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Mehdi Amini | Fix Toy Ch3 testing with CMake |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Mehdi Amini | Chapter 3 for Toy tutorial: introduction of a dialect |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Dan Zheng | [README] Fix links, minor edits. |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Dan Zheng | [README] Minor edits. |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Stella Laurenzo | Add CMakeLists.txt for Quantization and FxpMathOps... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Mehdi Amini | Rename UnknownType to OpaqueType (NFC) |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Mehdi Amini | Move the top-level `tutorial` as `Linalg` nested... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Stella Laurenzo | Split the Quantization dialect. |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Feng Liu | Fix the alignment issue in the DenseElementsAttr... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Rob Suderman | Added memref to OpBase.td as specific memref types... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Smit Hinsu | Remove links to internal google docs, updating them... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Chris Lattner | Remove links to internal google docs, updating... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Stella Laurenzo | Refactor Quantization.md to separate TFLite native... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Nicolas Vasilache | Linalg portion of the tutorial - part 3-2 |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Lei Zhang | [TableGen] Allow additional result patterns not... |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Stella Laurenzo | Initial release of the Quantization dialect |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Lei Zhang | [TableGen] Fix convertFromStorage for OptionalAttr |
commit | commitdiff | tree | snapshot |
2019-04-04 |
Alex Zinenko | Tutorial Linalg1: implement conversion to the LLVM... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Add mention of the TensorFlow Code of Conduct in the... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Add missing source file in CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Lei Zhang | [TableGen] Remove asserts for attributes in aggrega... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Fix CMake build |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Update Readme to mention that the TensorFlow specif... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Alex Zinenko | Drop MLIREmitter-based version of the EDSC |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Alex Zinenko | Python bindings: drop MLIREmitter and related funct... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Alex Zinenko | Python bindings: support __floordiv__ for index... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Remove section of the README copied from the Ration... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Nicolas Vasilache | Fix test that fails on non-determinism in LowerVect... |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Fix path for the examples in Toy tutorial Ch1 |
commit | commitdiff | tree | snapshot |
2019-04-03 |
Mehdi Amini | Add link to the Toy tutorial in the Readme |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Add fake-use for variable in LLVMDialect.cpp to... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Fix minor typo (triggered a GCC warning, NFC) |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Alex Zinenko | Introduce custom format for the LLVM IR Dialect |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Add -DLLVM_BUILD_EXAMPLES to the mlir build instruc... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Fix Toy tutorial gcc 7 build (NFC) |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Nicolas Vasilache | Linalg portion of the tutorial - part 3 |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Update the dialect attribute verification hooks... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Provide default `affineMapComposition` and memory... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Chapter 2 of the Toy tutorial |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Rewrite the verify hooks on operations to use Logic... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Nicolas Vasilache | Linalg portion of the tutorial - part 2 |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Update the Function and Module verifiers to return... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Mehdi Amini | Initial version for chapter 1 of the Toy tutorial |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Andy Davis | Enable producer-consumer fusion for liveout memrefs... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Update the pass ir-printing test to not rely on... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
River Riddle | Remove MLPatternLoweringPass and rewrite LowerVecto... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Lei Zhang | [TableGen] Add Confined, IntMinValue, and ArrayMinC... |
commit | commitdiff | tree | snapshot |
2019-04-02 |
Nicolas Vasilache | Linalg portion of the tutorial - part 1 |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Mehdi Amini | Use `this->` to access inherited member from depend... |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Mehdi Amini | Minor fixes to README.md (NFC) |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Mehdi Amini | Add a getLoc() method on mlir::Value that returns... |
commit | commitdiff | tree | snapshot |
next |