platform/upstream/llvm.git
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"
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...
next