platform/upstream/llvm.git
2019-04-08 Mehdi Amini Provide a default implementation for matching:...
2019-04-08 Chris Lattner Change the asmprinter to use pretty syntax for...
2019-04-08 Chris Lattner Introduce support for parsing pretty dialect types...
2019-04-08 Andy DavisRemove/replace TPU-specific instruction references...
2019-04-08 River Riddle Add iterator support to DenseIntElementsAttr and...
2019-04-08 Ashwin Murthy Add attr constraint support to constrain IntegerArr...
2019-04-08 Nicolas Vasilache Post commit cleanups to the Linalg dialect
2019-04-08 River Riddle Add new utilities for RTTI Operation casting: dyn_c...
2019-04-08 Lei Zhang Add methods for building array attributes in Builder
2019-04-08 River Riddle Tidy up the links in the documents and fix any...
2019-04-08 Alex Zinenko Linalg3 example: implement JIT-compilation and...
2019-04-08 Alex Zinenko ExecutionEngine: allow for running MLIR passes...
2019-04-05 Mehdi Amini Fix CMake build: reflect that a new file Utils...
2019-04-05 Mehdi Amini Add mentions of requirements before the build instr...
2019-04-05 Lei Zhang [TableGen] Support array attribute subclasses and...
2019-04-05 Mehdi Amini Fix CMake build: account for renamed files and...
2019-04-05 Nicolas Vasilache Linalg portion of the tutorial - part 4
2019-04-05 River Riddle NFC: Fix a few typos in the tutorials and one in...
2019-04-05 Mehdi Amini Add Chapter 4 for the Toy tutorial: shape inference...
2019-04-05 Mehdi Amini Add mention that we don't (yet) accept contribution...
2019-04-05 Nicolas Vasilache Linalg portion of the tutorial - part 3-3
2019-04-05 River Riddle NFC: Replace usages of iterator_range<operand_itera...
2019-04-05 River Riddle Introduce a new class, MultiOperandTraitBase, to...
2019-04-05 River Riddle NFC: Fix erroneous use of 'OpaqueType' with 'Type...
2019-04-05 MLIR Team Create a LoopUtil function to return perfectly...
2019-04-05 River Riddle Iterate on the operations to fold in TestConstantFo...
2019-04-05 River Riddle Fix a few warnings for missing parentheses around...
2019-04-05 Lei Zhang Deduplicate constant folding logic in ConstantFold...
2019-04-05 River Riddle Remove the non-postorder walk functions from Functi...
2019-04-05 Andy Davis Fix bug in LoopTiling where creation of tile-space...
2019-04-05 Andy Davis Adds dependence analysis support for iteration...
2019-04-05 Lei Zhang [TableGen] Enforce constraints on attributes
2019-04-05 Lei Zhang [TableGen] Add PatternSymbolResolver for resolving...
2019-04-05 Lei Zhang [TableGen] Rework verifier generation and error...
2019-04-05 Alex Zinenko Example Linalg3: support Load/Store conversion...
2019-04-04 Mehdi Amini Fix Toy Ch3 testing with CMake
2019-04-04 Mehdi Amini Chapter 3 for Toy tutorial: introduction of a dialect
2019-04-04 Dan Zheng [README] Fix links, minor edits.
2019-04-04 Dan Zheng [README] Minor edits.
2019-04-04 Stella Laurenzo Add CMakeLists.txt for Quantization and FxpMathOps...
2019-04-04 Mehdi Amini Rename UnknownType to OpaqueType (NFC)
2019-04-04 Mehdi Amini Move the top-level `tutorial` as `Linalg` nested...
2019-04-04 Stella Laurenzo Split the Quantization dialect.
2019-04-04 Feng Liu Fix the alignment issue in the DenseElementsAttr...
2019-04-04 Rob Suderman Added memref to OpBase.td as specific memref types...
2019-04-04 Smit HinsuRemove links to internal google docs, updating them...
2019-04-04 Chris Lattner Remove links to internal google docs, updating...
2019-04-04 Stella LaurenzoRefactor Quantization.md to separate TFLite native...
2019-04-04 Nicolas Vasilache Linalg portion of the tutorial - part 3-2
2019-04-04 Lei Zhang [TableGen] Allow additional result patterns not...
2019-04-04 Stella LaurenzoInitial release of the Quantization dialect
2019-04-04 Lei Zhang [TableGen] Fix convertFromStorage for OptionalAttr
2019-04-04 Alex Zinenko Tutorial Linalg1: implement conversion to the LLVM...
2019-04-03 Mehdi AminiAdd mention of the TensorFlow Code of Conduct in the...
2019-04-03 Mehdi Amini Add missing source file in CMakeLists.txt
2019-04-03 Lei Zhang [TableGen] Remove asserts for attributes in aggrega...
2019-04-03 Mehdi Amini Fix CMake build
2019-04-03 Mehdi Amini Update Readme to mention that the TensorFlow specif...
2019-04-03 Alex Zinenko Drop MLIREmitter-based version of the EDSC
2019-04-03 Alex Zinenko Python bindings: drop MLIREmitter and related funct...
2019-04-03 Alex Zinenko Python bindings: support __floordiv__ for index...
2019-04-03 Mehdi Amini Remove section of the README copied from the Ration...
2019-04-03 Nicolas Vasilache Fix test that fails on non-determinism in LowerVect...
2019-04-03 Mehdi AminiFix path for the examples in Toy tutorial Ch1
2019-04-03 Mehdi Amini Add link to the Toy tutorial in the Readme
2019-04-02 River Riddle Add fake-use for variable in LLVMDialect.cpp to...
2019-04-02 Mehdi Amini Fix minor typo (triggered a GCC warning, NFC)
2019-04-02 Alex Zinenko Introduce custom format for the LLVM IR Dialect
2019-04-02 Mehdi Amini Add -DLLVM_BUILD_EXAMPLES to the mlir build instruc...
2019-04-02 Mehdi Amini Fix Toy tutorial gcc 7 build (NFC)
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 3
2019-04-02 River Riddle Update the dialect attribute verification hooks...
2019-04-02 Mehdi Amini Provide default `affineMapComposition` and memory...
2019-04-02 Mehdi Amini Chapter 2 of the Toy tutorial
2019-04-02 River Riddle Rewrite the verify hooks on operations to use Logic...
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 2
2019-04-02 River Riddle Update the Function and Module verifiers to return...
2019-04-02 Mehdi Amini Initial version for chapter 1 of the Toy tutorial
2019-04-02 Andy Davis Enable producer-consumer fusion for liveout memrefs...
2019-04-02 River Riddle Update the pass ir-printing test to not rely on...
2019-04-02 River Riddle Remove MLPatternLoweringPass and rewrite LowerVecto...
2019-04-02 Lei Zhang [TableGen] Add Confined, IntMinValue, and ArrayMinC...
2019-04-02 Nicolas Vasilache Linalg portion of the tutorial - part 1
2019-04-01 Mehdi Amini Use `this->` to access inherited member from depend...
2019-04-01 Mehdi Amini Minor fixes to README.md (NFC)
2019-04-01 Mehdi Amini Add a getLoc() method on mlir::Value that returns...
2019-04-01 Mehdi Amini Add a getContext() convenient accessor on mlir...
2019-04-01 Mehdi Amini Fix MacOS build
2019-04-01 River Riddle Rewrite ResultTypeIterator to be a mapped_iterator...
2019-04-01 Feng Liu Support 0-d tensor type attributes
2019-04-01 Feng Liu Minor fixes on the typo/naming/style in the Pattern...
2019-04-01 Lei Zhang [TableGen] Add EnumAttrCase and EnumAttr
2019-04-01 River Riddle Add a flag to Dialect that allows for dialects...
2019-04-01 River Riddle Update variable in PassTiming to refer to system_cl...
2019-03-30 River Riddle Rename the 'namePrefix' field in the Dialect class...
2019-03-30 Chris Lattner Implement basic IR support for a builtin complex...
2019-03-30 Jacques Pienaar Add build files and update README.
2019-03-30 River Riddle Assert that registered dialects have unique names...
2019-03-30 River Riddle Remove the MLIRContext parameter from Dialect:...
2019-03-30 River Riddle Update TypeBase::verifyConstructionInvariants to...
next