platform/upstream/llvm.git
2019-05-11 River Riddle Rename DialectTypeRegistry to DialectSymbolRegistry...
2019-05-11 River Riddle Simplify the parser/printer of ConstantOp now that...
2019-05-11 MLIR Team Add utility to accept any tensor type.
2019-05-11 Jacques Pienaar Verify that attribute type and constant op return...
2019-05-11 River Riddle Add support for using the new diagnostics infrastru...
2019-05-11 River Riddle Add a new ClassID utility class that allows for...
2019-05-11 Lei Zhang Inline a string used in lambda function to fix...
2019-05-11 Thomas Joerg Fix a few typos in the Toy tutorial documentation
2019-05-11 Thomas Joerg Add operations to produce block/index ids and dimen...
2019-05-11 River Riddle NFC: Make ParseResult public and update the OpAsmPa...
2019-05-11 River Riddle NFC: Convert the ParseResult enum into a simple...
2019-05-11 River Riddle Simplify the emission of various diagnostics create...
2019-05-11 Geoffrey Martin... CmpFOp. Add float comparison op
2019-05-11 Geoffrey Martin... Add split-input-file to constant fold test
2019-05-11 River Riddle Simplify several usages of attributes now that...
2019-05-11 River Riddle Refactor the support for AffineMap and IntegerSet...
2019-05-11 River Riddle Simplify the emission of various diagnostics emitte...
2019-05-06 Mehdi Amini Fix MacOS build: static constexpr must be defined
2019-05-06 MLIR Team Fix the indentation of CHECKs in test/GPU/ops.mlir.
2019-05-06 MLIR Team Add the "gpu.launch_func" op to the GPU dialect.
2019-05-06 Alex Zinenko GPU dialect: introduce custom syntax for gpu.launch
2019-05-06 Alex Zinenko Change syntax of regions in the generic form of...
2019-05-06 Mehdi Amini Specify Regions in LangRef
2019-05-06 River Riddle Add a static utility to FloatAttr for converting...
2019-05-06 Jacques Pienaar Remove redundant ;
2019-05-06 River Riddle Namespaceify a few explicit template specialization...
2019-05-06 Jacques Pienaar Add SameOperandsAndResultElementType trait.
2019-05-06 River Riddle Add explicit friendship with Operation to each...
2019-05-06 Ashwin Murthy [TableGen] Couple of small updates to OpBase
2019-05-06 Mehdi Amini Minor fixes (formatting/typos) to the DeveloperGuide
2019-05-06 Jacques Pienaar Fix up some mixed sign warnings.
2019-05-06 Mehdi Amini Automated rollback of changelist 246610168.
2019-05-06 Mehdi Amini Add a section in the DeveloperGuide about avoiding...
2019-05-06 Mehdi Amini Add a section in the DeveloperGuide for the naming...
2019-05-06 Jacques Pienaar Remove erroneous cast.
2019-05-06 River Riddle Remove the ability to directly print affine structu...
2019-05-06 Jacques Pienaar Fix -Wmismatched-tags warning.
2019-05-06 River Riddle Make the Twine parameter of the current diagnostic...
2019-05-06 River Riddle Add an MLIRContext::emitWarning utility method.
2019-05-06 River Riddle Add the ability to attach notes to Diagnostic/InFli...
2019-05-06 Nicolas Vasilache Prepend an "affine-" prefix to Affine pass option...
2019-05-06 River Riddle Introduce a new API for emitting diagnostics with...
2019-05-06 Alex Zinenko Accept additional conversions in the LLVM lowering
2019-05-06 MLIR Team Fix bug in LoopTiling where a loop with trip count...
2019-05-06 Jacques Pienaar Start developer guide doc.
2019-05-06 Stella Laurenzo Add missing SameValueType trait to a couple of...
2019-05-06 Lei Zhang Be consistent w.r.t. struct/class in forward declar...
2019-05-06 River Riddle NFC: Move AttributeStorage and AttributeUniquer...
2019-05-06 Stella Laurenzo Add FxpMathOps real_matmul and real_matmul_bias.
2019-05-06 Lei Zhang [TableGen] Add the `TCopVTEtAreSameAt` PredOpTrait
2019-05-06 Jacques Pienaar [ODS] Define ConstantOp.
2019-05-06 Nicolas Vasilache Add a primitive linalg-lower-to-llvm-dialect pass
2019-05-06 River Riddle Simplify TypeUniquer/AttributeUniquer to not requir...
2019-05-06 Jacques Pienaar Update to address missing cmake target & qualify...
2019-05-06 MLIR Team Fix a minor formatting issue.
2019-05-06 MLIR Team Fix a typo.
2019-05-06 Geoffrey Martin... Substitute getI64IntegerAttr for the more verbose...
2019-05-06 River Riddle Add support for basic remark diagnostics. This...
2019-05-06 River Riddle Start sketching out a new diagnostics infrastructur...
2019-05-06 Nicolas Vasilache [Linalg] Add a primitive tiling pass
2019-05-06 River Riddle Remove NumericAttr. Now that all attributes contain...
2019-05-06 Stella Laurenzo Fix namespaces on a few pass factory functions.
2019-05-06 River Riddle Ensure that every Attribute contains a Type. If...
2019-05-06 Smit Hinsu Reserve the required capacity to avoid pointer...
2019-05-06 River Riddle Refactor Attribute uniquing to use StorageUniquer...
2019-05-06 Rob Suderman ExtractElementsOp asserts for >1 operator however...
2019-05-06 Stephan Herhut Add transformation of the NVVM dialect to an LLVM...
2019-05-06 Jacques Pienaar Add extraClassDeclaration field for ops.
2019-05-06 Stella Laurenzo Add an "any" quantized type, which contains the...
2019-05-06 Jacques Pienaar Fix opt build failure.
2019-05-06 Jacques Pienaar Fixup MLIRGPU to mlir-opt in cmake.
2019-05-06 Nicolas Vasilache Parsing support for Range, View and Slice operations
2019-05-06 Nicolas Vasilache Link MLIRSupport to IR in OSS
2019-05-06 Jacques Pienaar Add Dialect in op definition to capture prefix...
2019-05-06 Alex Zinenko Start GPU Dialect
2019-05-06 Mehdi Amini Rename "convert-to-llvmir" to "lower-to-llvm" ...
2019-05-06 Smit Hinsu Make identity cast operations with the same operand...
2019-05-06 River Riddle Add support for a NoneType.
2019-05-06 River Riddle Update the wording of a comment in the LangRef...
2019-05-06 Alex Zinenko Add LLVM Conversion Tutorial
2019-05-06 Alex Zinenko Implement the conversion between SDBMExpr and Affin...
2019-05-06 Alex Zinenko Decouple region argument parsing from their type...
2019-05-06 River Riddle Enable multi-threading in the pass manager by default.
2019-05-06 Alex Zinenko Start building SDBM infrastructure
2019-05-06 Stephan Herhut Add a new NVVM dialect that extends the LLVM dialec...
2019-05-06 River Riddle Refactor the generic storage object uniquing functi...
2019-05-06 Lei Zhang [TableGen] Support multiple variadic operands/results
2019-05-06 River Riddle Add support for Unit Attributes.
2019-05-06 Rob Suderman GetMemRefType failed on 0-D tensors. Loosened check...
2019-05-06 Lei Zhang [TableGen] Refine OpTrait classes and defs to be...
2019-05-06 Alex Zinenko Introduce functionality for defining region ancesto...
2019-05-06 Lei Zhang Add MultiResultTraitBase
2019-04-24 River Riddle Fix flaky Linalg roundtrip test. This removes an...
2019-04-24 Mehdi Amini Use -force_load instead of -all_load on MacOS
2019-04-24 River Riddle Rename isa_nonnull to isa_and_nonnull to match...
2019-04-24 Nicolas Vasilache [Linalg] Add basic linalg ops
2019-04-24 MLIR Team Minor typo in integer type definition.
2019-04-24 Alex Zinenko Factor out thread-safe uniqu'ing backed by vector...
2019-04-24 Alex Zinenko ExecutionEngine: update to reflect LLVM API changes
2019-04-24 Smit Hinsu Fix unused variable warning in opt build
next