platform/upstream/llvm.git
2019-06-09 Lei Zhang[ODG] Add iterators for results in Operator
2019-06-09 Stephan HerhutAlign NVVM operation names with names from GPU dialect.
2019-06-04 River RiddleAdd a utility function to OperationName for extracting...
2019-06-04 Lei Zhang[ODS] Add support for TypeArrayAttr
2019-06-04 Geoffrey Martin... Replace comments referring to "vector or tensor" with...
2019-06-04 Geoffrey Martin... Make MemRefOf tablegen type subclass ShapedContainerType
2019-06-04 River RiddleRefactor the dialect conversion framework to support...
2019-06-04 Lei ZhangSupport type casting Type to itself
2019-06-04 River RiddleStart defining a new operation 'FuncOp' that replicates...
2019-06-04 Jacques PienaarAdd Windows build instructions.
2019-06-04 Alex ZinenkoSDBM: fix the order of variables in the stripe-induced...
2019-06-04 River RiddleRestructure the parser to support nested name scopes...
2019-06-04 Alex ZinenkoIntroduce OpOperandAdaptors and emit them from ODS
2019-06-04 River RiddleCleanup the Linalg trait ViewRanks.
2019-06-04 River RiddleNFC: Split up Parser::parseAttribute into multiple...
2019-06-02 Jacques Pienaar Allow constant of unit type.
2019-06-02 Jacques Pienaar Avoid failure due to incomplete type specification.
2019-06-02 Lei Zhang [spirv] Add a script to update SPIRVBase.td with...
2019-06-02 Mehdi Amini Move NamedAttributeList::get() method out-of-line...
2019-06-02 Geoffrey Martin... Use size_t for tuple type size
2019-06-02 Geoffrey Martin... Consistently use int64_t for shape-related values...
2019-06-02 Geoffrey Martin... Static cast size_t -> int64_t instead of vice versa...
2019-06-02 River Riddle Add support for providing an output stream to the...
2019-06-02 Amit Sabne Loop invariant code motion - remove reliance on...
2019-06-02 River Riddle NFC: Cleanup method definitions within Parser and...
2019-06-02 Mehdi Amini Fix CMake builds: sources not used in every targets...
2019-06-02 Geoffrey Martin... Get rid of separate getRank() on MemRef now that...
2019-06-02 Geoffrey Martin... Some cleanup of ShapedType now that MemRef subclass...
2019-06-02 Geoffrey Martin... Make MemRefType subclass ShapedType
2019-06-02 Geoffrey Martin... Don't use ShapedType to indicate vector or tensor...
2019-06-02 River Riddle Fix an msan warning for use of an uninitialized...
2019-06-02 River Riddle Remove the newline from the mlir-opt 'split-input...
2019-06-02 River Riddle Abstract the internal storage of the NamedAttribute...
2019-06-02 Jacques Pienaar Disable named attribute in ODG for ArgOrResultEleme...
2019-06-02 Lei Zhang [ODS] Support region names and constraints
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
next