platform/upstream/llvm.git
2019-04-18 Chris Lattner Expand the pretty dialect type system to support...
2019-04-18 Smit HinsuFix CHECK-EMPTY directives without trailing colon
2019-04-18 Smit Hinsu NFC: Simplify named attribute in TableGen generators
2019-04-18 Lei Zhang [TableGen] Allocate `Operator` object on heap in...
2019-04-18 Lei Zhang [TableGen] Use `tgfmt` to format various predicates...
2019-04-18 Lei Zhang [TableGen] Better support for predicate and rewrite...
2019-04-18 Chris Lattner Update the Rationale's description about signed...
2019-04-18 Mehdi Amini Update documentation for the DialectOpconversion...
2019-04-11 Lei Zhang Add missing dependencies for EDSC and linalg libraries
2019-04-11 Geoffrey Martin... Add support for statically shaped and typed tensors
2019-04-11 Stella LaurenzoUpdate custom rewrite example, which seems to have...
2019-04-11 Stella Laurenzo Update the FxpMathOps to better reflect what is...
2019-04-11 Lei Zhang [TableGen] Support naming rewrite rules
2019-04-11 Lei Zhang Remove checks guaranteed to be true by the type
2019-04-11 Lei Zhang Add parentheses in various asserts to group predicates
2019-04-11 Lei Zhang Use hexadecimal constants instead of binary constants
2019-04-11 Stephan Herhut Add conversion of StandardOps and, or and xor to...
2019-04-11 Andy Davis Factor code to compute dependence components out...
2019-04-11 Amit Sabne Fix typos in LoopFusion
2019-04-11 Nicolas Vasilache Start a Linalg doc
2019-04-11 Mehdi Amini Expose `setupTargetTriple` as a public static metho...
2019-04-09 Mehdi Amini Fix Toy cmake build: add missing includes
2019-04-09 Mehdi Amini Toy tutorial Chapter 5: Lowering to Linalg and...
2019-04-09 Mehdi Amini Automated rollback of changelist 242546977.
2019-04-09 Mehdi Amini Use c++14 for building with CMake
2019-04-09 Lei Zhang [TableGen] Make sure op in pattern has the same...
2019-04-09 Nicolas Vasilache De-templatize TensorContractionBase (Linalg example...
2019-04-09 Ashwin Murthy Add TabelGen support to logically AND a list of...
2019-04-09 Nicolas Vasilache Add CMakeLists rules for Linalg
2019-04-09 Stephan Herhut Add xor bitwise operation to StandardOps.
2019-04-09 Nicolas Vasilache Fix build for the Linalg example dialect with MacOS
2019-04-09 Alex Zinenko Example Linalg3: manually register the Linalg dialect
2019-04-09 Alex Zinenko Change initialization syntax for ScopedContext...
2019-04-09 Stephan Herhut Add and and or bitwise operations to StandardOps.
2019-04-09 Mehdi Amini Fix bug in Toy tutorial where IR emission stopped...
2019-04-08 Mehdi Amini Introduce std.varargs attribute to mark variadic...
2019-04-08 Mehdi Amini Do not mark llvm.return, llvm.br, llvm.cond_br...
2019-04-08 Mehdi Amini Fix Linalg3 lowering to use the floating point...
2019-04-08 Mehdi Amini Add support for f64 type conversion for Linalg...
2019-04-08 Tatiana ShpeismanFix cond_br example.
2019-04-08 Tatiana ShpeismanDocumentation fix - use '_' instead of '.' in the type...
2019-04-08 Tatiana ShpeismanDocumentation fix - complex type is a standard type
2019-04-08 Mehdi Amini Filter DialectConversion pattern to be considered...
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
next