platform/upstream/llvm.git
2019-06-02 Lei Zhang [spirv] Start the SPIR-V dialect
2019-06-02 River Riddle Add a templated wrapper around RewritePattern that...
2019-06-02 Jacques Pienaar Use fused location for rewritten ops in generated...
2019-06-02 Jacques Pienaar Make scope explicit to avoid misleading-indentation...
2019-06-02 Jacques Pienaar Address some build warnings.
2019-06-02 River Riddle Add support to RewritePattern for specifying the...
2019-06-02 Jacques Pienaar Fix incorrect result type inference for nested...
2019-06-02 River Riddle Update the type printer for Diagnostic to automatic...
2019-06-02 River Riddle Update the m_Constant matcher to enable matching...
2019-06-02 River Riddle Rename DialectConversion to TypeConverter and split...
2019-06-02 River Riddle Move the definitions of LoadOp and StoreOp to the...
2019-06-02 River Riddle Move the definitions of CmpIOp, CmpFOp, and SelectO...
2019-06-02 Geoffrey Martin... Replace checks for rank -1 with direct calls to...
2019-06-02 Geoffrey Martin... Limit the number of places where shaped type has...
2019-06-02 Jacques Pienaar Use TestDialect to test traits instead of unittest.
2019-06-02 Geoffrey Martin... Add a type-constrained nested tuple type.
2019-06-02 Lei Zhang Add TestLoopFusion.cpp to CMakeLists.txt
2019-06-02 River Riddle Add operand type iterators to Operation and cleanup...
2019-06-02 Andy Davis Add LoopFusionUtils.cpp to CMakeLists.
2019-06-02 Andy Davis Affine Loop Fusion Utility Module (1/n).
2019-06-02 River Riddle NFC: Rename DialectConversionPattern to ConversionP...
2019-06-02 Alex Zinenko Detemplatize convertRegion in DialectConversion
2019-06-02 Stephan Herhut Add support for llvm.constant with StringAttr as...
2019-06-02 River Riddle Move explicit calls to Module::getNamedFunction...
2019-06-02 River Riddle Introduce a new common diagnostic handler ScopedDia...
2019-06-02 Jacques Pienaar Add pattern file location to generated code to...
2019-06-02 Geoffrey Martin... Make TupleOf take a list of allowed types.
2019-06-02 River Riddle Add a new TestDialect directory in tests/. This...
2019-06-02 Geoffrey Martin... Rename Float/Integer to AnyFloat/AnyInteger
2019-06-02 Nicolas Vasilache Fix Linalg tiling for the partial tile case.
2019-06-02 River Riddle Remove a stale declaration in FunctionAttr.
2019-06-02 Rob Suderman Added the ability to run a mapping function across...
2019-06-02 River Riddle Apply operation rewrites before updating arguments.
2019-06-02 River Riddle Decouple running a conversion from the DialectConve...
2019-06-02 Nicolas Vasilache Fix Linalg lowering to loops
2019-06-02 Thomas Joerg Automated rollback of changelist 247713812.
2019-06-02 Stephan Herhut Add LLVM::IntToPtrOp and LLVM::PtrToIntOp to LLVM...
2019-06-02 Rob Suderman Automated rollback of changelist 249538085.
2019-06-02 Rob Suderman Added the ability to run a mapping function across...
2019-06-02 River Riddle Add thread-safe utilities to LLVMType to allow...
2019-06-02 River Riddle Refactor FunctionAttr to hold the internal function...
2019-06-02 Mehdi Amini Return nullptr on Region::getContainingOperation...
2019-06-02 Alex Zinenko Make EDSC builder test more robust to the order...
2019-06-02 River Riddle Refactor DialectConversion to operate on functions...
2019-06-02 River Riddle Update Attribute::getDialect/Type::getDialect to...
2019-06-02 River Riddle NFC: Fix the name of a comment header block in...
2019-06-02 River Riddle Add a new interleaveComma that allows specifying...
2019-06-02 Geoffrey Martin... Make static shape tensor container match other...
2019-06-02 Geoffrey Martin... Simplify container type definitions
2019-06-02 River Riddle Make the ParallelDiagnosticHandler used by the...
2019-06-02 River Riddle Fix a bug in toy LateLowering where a type conversi...
2019-06-02 Geoffrey Martin... Clean up container type names in OpBase
2019-06-02 Alex Zinenko CMake build: force-link SDBM lib into SDBM unit...
2019-06-02 Alex Zinenko Move SDBM uniquer into the SDBM dialect
2019-06-02 Alex Zinenko Move SDBM infrastructure into a new SDBM dialect
2019-06-02 Alex Zinenko SDBMExpr: factor uniqu'ing out of MLIRContext.cpp
2019-06-02 Alex Zinenko Fix -Wsign-compare in OperationSupportTest.cpp
2019-06-02 Lei Zhang Linalg: avoid deriving from MultiOperandTraitBase...
2019-06-02 Thomas Joerg Small cleanup.
2019-06-02 Alex Zinenko AffineExpr: factor uniqu'ing out of MLIRContext.cpp
2019-06-02 Alex Zinenko Drop AffineExpr::Null
2019-06-02 Youlong Cheng Change getParent() to be a const function. This...
2019-06-02 Stella Laurenzo Upstream the Quantizer tool (part 4).
2019-06-02 River Riddle When changing the type of a Function, also update...
2019-06-02 MLIR Team [LoopFusion] Don't count terminator op in compute...
2019-05-20 Nicolas Vasilache Use lambdas for nesting edsc constructs.
2019-05-20 Mehdi Amini Fix MacOS test: use %shlibext in lit command line...
2019-05-20 Geoffrey Martin... Define a string join tablegen utility
2019-05-20 Nicolas Vasilache Add CMakeLists.txt entry for Linalg/Transforms...
2019-05-20 Geoffrey Martin... Fix automatic description for AnyTypeOf
2019-05-20 Geoffrey Martin... Rename "AnyOf" and "AllOf" combined predicates...
2019-05-20 Geoffrey Martin... Delete IntegerBase and FloatBase tablegen classes
2019-05-20 Lei Zhang [ODS] Allow dialect to specify C++ namespaces
2019-05-20 Nicolas Vasilache Fix Linalg/llvm_ir test
2019-05-20 Nicolas Vasilache Fix stride computation bug when lowering linalg...
2019-05-20 Nicolas Vasilache Add lowering of LinalgLibraryOps to linalg.load...
2019-05-20 Alex Zinenko Use FileCheck to test SDBM
2019-05-20 Alex Zinenko ExecutionEngine: drop PassManager integration
2019-05-20 Mehdi Amini Fix debug build: static constexpr data member must...
2019-05-20 River Riddle Add support for streaming an OperationName into...
2019-05-20 River Riddle NFC: Tidy up DialectConversion.cpp and rename Diale...
2019-05-20 River Riddle Refactor the DialectConversion process to clone...
2019-05-20 River Riddle Allow a function to take the name of another existi...
2019-05-20 River Riddle Add support for streaming Operations into Diagnostics.
2019-05-20 River Riddle Update the rewrite methods of each of the DialectCo...
2019-05-20 River Riddle Add a utility function 'Operation::replaceUsesOfWit...
2019-05-20 River Riddle Move the ConversionListBuilder utility to PatternMa...
2019-05-20 River Riddle Add user iterators to IRObjects, i.e. Values.
2019-05-20 Geoffrey Martin... Make shape matching work for any shaped type.
2019-05-20 River Riddle Rewrite the DialectOpConversion patterns to inherit...
2019-05-20 Geoffrey Martin... Clean up tablegen vector and tensor types
2019-05-20 Stella Laurenzo Upstream the Quantizer tool (part 3).
2019-05-20 River Riddle Add support for saving and restoring the insertion...
2019-05-20 River Riddle Refactor PatternRewriter to inherit from FuncBuilde...
2019-05-20 Geoffrey Martin... Also visit memref element type in AsmPrinter
2019-05-20 Alex Zinenko Enable EDSC API test running through lit
2019-05-20 Geoffrey Martin... Allow for the case where ShapedType is a MemRef...
2019-05-20 River Riddle Refactor Attribute and Type to use 'classof' instea...
2019-05-20 MLIR Team Fix use of variables only used in asserts.
2019-05-20 Alex Zinenko Overload arithmetic operators for SDBM expressions
next