platform/upstream/llvm.git
2019-06-02 Geoffrey Martin... Replace checks against numDynamicDims with hasStati...
2019-06-02 River Riddle Replace a usage of std::vector with SmallVector...
2019-06-02 Geoffrey Martin... Make getRank abort for unranked type
2019-06-02 Jacques Pienaar Allow argument and result names replacement in...
2019-06-02 Jacques Pienaar Avoid unspecified files error by explicitly includi...
2019-06-02 Jacques Pienaar Add keywords in target_link_libraries post add_llvm...
2019-06-02 River Riddle Replace usages of 'add_executable' with 'add_llvm_e...
2019-06-02 Jacques Pienaar Fix 5 ClangTidy - Readability findings.
2019-06-02 River Riddle NFC: Inline toString as operations can be streamed...
2019-06-02 Geoffrey Martin... Use hasRank instead of comparing rank to -1
2019-06-02 River Riddle Move CondBranchOp to the ODG framework.
2019-06-02 Geoffrey Martin... Exclude all ShapedType subclasses other than Tensor...
2019-06-02 Geoffrey Martin... Check for Vector or Tensor Type rather than ShapedT...
2019-06-02 Geoffrey Martin... Avoid dyn_cast to ShapedType
2019-06-02 Geoffrey Martin... Make it clear that ElementsAttr is only for static...
2019-06-02 MLIR Team Remove "size" property of affine maps.
2019-06-02 Andy Davis LoopFusionUtils CL 2/n: Factor out and generalize...
2019-06-02 Geoffrey Martin... Change "may never" to "must never"
2019-06-02 River Riddle Add whole_archive_link support for MSVC.
2019-06-02 Geoffrey Martin... Change elements literal parsing to not rely on...
2019-06-02 River Riddle Disable the mlir-cpu-runner tests on win32. llvm...
2019-06-02 River Riddle Replace the Function reference methods from the...
2019-06-02 River Riddle Add an example of accessing the impl storage to...
2019-06-02 River Riddle Remove the Toy/* file path from the location check...
2019-06-02 River Riddle NFC: Switch std::vector to SmallVector. This fixes...
2019-06-02 Ben Vanik [TableGen] Making printer support $cppClass substit...
2019-06-02 Lei Zhang [spirv] Add ModuleOp
2019-06-02 Rasmus Munk... Get rid of redundant verifier, which is implied...
2019-06-02 Rasmus Munk... Add a rank op to MLIR. Example:
2019-06-02 Nicolas Vasilache Add lowering linalg.for to LLVM IR
2019-06-02 Alex Zinenko EDSC: use llvm::function_ref instead of std::function
2019-06-02 Nicolas Vasilache Add a linalg.for operation to support non-affine...
2019-06-02 Lei Zhang Remove unused IsSingleResult template
2019-06-02 River Riddle NFC: Replace Function::args_iterator with Block...
2019-06-02 Jacques Pienaar Fix mismatched-tags warning.
2019-06-02 River Riddle Tidy up a few parser functions in the ModuleParser...
2019-06-02 Lei Zhang [ODS] Support numRegions in Op definition
2019-06-02 Alex Zinenko Do not assume Blocks belong to Functions
2019-06-02 Stephan Herhut Fix translation of NVVM special registers to intrin...
2019-06-02 Alex Zinenko Decouple affine->standard lowering from the pass
2019-06-02 Jacques Pienaar Fix correspondence between trait names in ODS and...
2019-06-02 Jacques Pienaar Change pattern test to use TestDialect instead.
2019-06-02 Jacques Pienaar Use SourceMgrDiagnosticHandler in mlir-translate...
2019-06-02 River Riddle Move the 'is_detected' utility out of StorageUnique...
2019-06-02 Jacques Pienaar Avoid unused variable warning.
2019-06-02 River Riddle NFC: Add a missing include for std::isalnum and...
2019-06-02 River Riddle NFC: Cleanup a switch statement that only has a...
2019-06-02 River Riddle Add a 'getDialectNamespace' utility to a few dialects.
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
next