platform/upstream/llvm.git
2019-06-11 Nicolas VasilacheExpose a minimal type parser to dialects.
2019-06-11 Lei Zhang[spirv] Add array and run-time array types
2019-06-11 Lei Zhang[ODG] Address compiler warnings of comparing signed...
2019-06-11 Andy DavisReturn dependence result enum to distiguish between...
2019-06-09 Lei Zhang[ODS] Support variadic operand/result verification
2019-06-09 Lei Zhang[ODG] Use getODSOperands() and getODSResults() to back...
2019-06-09 Lei Zhang[TableGen] Generating enum definitions and utility...
2019-06-09 MLIR TeamUpdate function comment, since we added FP16 support...
2019-06-09 River RiddleNFC: Cleanup the grouping of DenseElementsAttr 'get...
2019-06-09 River RiddleRemove the ability to directly construct a DenseElement...
2019-06-09 River RiddleNFC: Cleanup FuncVerifier and refactor it into a genera...
2019-06-09 Geoffrey Martin... Remove unnecessary StandardOps dependency
2019-06-09 Mehdi AminiAdd a convenient getDialect() accessor on Op<> class
2019-06-09 River RiddleNFC: Replace typelist_contains with llvm::is_one_of...
2019-06-09 Jacques PienaarAdd free standing getElementTypeOrSelf member.
2019-06-09 Mehdi AminiInternal change
2019-06-09 MLIR TeamAdd the getDialectNamespace static utility method to...
2019-06-09 River RiddleRemove the explicit attribute kinds for DenseIntElement...
2019-06-09 Ben VanikAdding utility to parse optional colon-type-lists.
2019-06-09 River RiddleSimplify DenseElementsAttr by rounding up the storage...
2019-06-09 River RiddleAdd support to ConversionTarget for storing legalizatio...
2019-06-09 River RiddleAdd support for matchAndRewrite to the DialectConversio...
2019-06-09 River RiddleAdd a general operation property 'IsolatedFromAbove...
2019-06-09 River RiddleSupport constructing DominanceInfo with an Operation...
2019-06-09 MLIR TeamSupport FP16 in getZeroAttr.
2019-06-09 River RiddleAdd a verify method to FuncOp and check that the type...
2019-06-09 River RiddleNFC: Rename FunctionParser to OperationParser. There...
2019-06-09 MLIR TeamMinor change to Linalg Tablegen file to not include...
2019-06-09 River RiddleNFC: Cleanup the definitions of OpAsmParser and CustomO...
2019-06-09 River RiddleAdd utility 'create' methods to OperationFolder that...
2019-06-09 River RiddleNFC: Rename FunctionParser::builder to opBuilder. This...
2019-06-09 River RiddleFix a warning for missing parentheses around '||' insid...
2019-06-09 River RiddleNFC: Cleanup FunctionParser by removing dead methods...
2019-06-09 MLIR TeamFix a typo in error message.
2019-06-09 River RiddleAdd new 'createOrFold' methods to FuncBuilder to immedi...
2019-06-09 River RiddleAlways remap results when replacing an operation. This...
2019-06-09 River RiddleWhen cleaning up after a failed legalization pattern...
2019-06-09 River RiddleAdd a few utility overloads for OpAsmParser methods:
2019-06-09 Jacques PienaarODG: Always deference operand/result when using named...
2019-06-09 River RiddleNFC: Rename FuncBuilder to OpBuilder and refactor to...
2019-06-09 River RiddleAdd support to AffineApplyOp::fold for folding dim...
2019-06-09 Lei Zhang[spirv] Basic validity of SPV_ModuleOp
2019-06-09 River RiddleAdd a utility function to Op that allows for checking...
2019-06-09 River RiddleNFC: Rename FoldHelper to OperationFolder and split...
2019-06-09 Ben VanikAdding additional dialect parsing utilities, conversion...
2019-06-09 River RiddleMake it explicit that the IR printing instrumentation...
2019-06-09 River RiddleAdd support to FuncOp for managing argument attributes...
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"
next