platform/upstream/llvm.git
2019-11-14 Mahesh RavishankarNFC: Refactor Dialect Conversion targeting SPIR-V.
2019-11-14 Andy DavisAdds canonicalizer to SubViewOp which folds constants...
2019-11-14 Alex ZinenkoAdd CMakeLists.txt for AffineToStandard conversion
2019-11-14 Lei Zhang[ODS] Fix operation argument population to avoid crash
2019-11-14 Alex ZinenkoMove Affine to Standard conversion to lib/Conversion
2019-11-14 Alex ZinenkoMake positions of elements in MemRef descriptor private
2019-11-14 Alex ZinenkoUse MemRefDescriptor in Vector-to-LLVM convresion
2019-11-14 MLIR TeamAdapt code to LLVM API updates.
2019-11-14 Nicolas VasilacheMove VectorOps to Tablegen - (almost) NFC
2019-11-14 Alex ZinenkoUse MemRefDescriptor in Linalg-to-LLVM conversion
2019-11-14 Lei Zhang[doc] Add debugging tips in ODS and DRR doc regarding...
2019-11-14 Alex ZinenkoConcentrate memref descriptor manipulation logic in...
2019-11-13 Jacques PienaarDo not emit aliases when printing local form
2019-11-13 Nicolas VasilacheReplace explicit concatenation by llvm::concat
2019-11-13 Nicolas VasilacheDeprecate linalg.subview in favor of std.subview
2019-11-13 Lucy FoxFix glossary formatting.
2019-11-13 Sean SilvaAdd FuncOp::eraseArgument
2019-11-13 River RiddleNFC: Refactor block signature conversion to not erase...
2019-11-13 Lucy FoxCreate and begin writing glossary.
2019-11-13 River RiddleRename the current parseSymbolName to parseOptionalSymb...
2019-11-13 Hanhan WangMake VariableOp instructions be in the first block...
2019-11-12 Mahesh RavishankarAdd operations needed to support lowering of AffineExpr...
2019-11-12 River RiddleNFC: Change DictionaryAttr::get(StringRef) to use binar...
2019-11-12 Mahesh RavishankarMake legality check in GPU->SPIR-V lowering of FuncOp...
2019-11-12 Lei ZhangAdd support for OpPhi in loop header block
2019-11-12 River RiddleAdd an option to print an operation if a diagnostic...
2019-11-12 Lei ZhangExpose an isSubclassOf() method on AttrConstraint
2019-11-12 Mahesh RavishankarAdd Conversion to lower loop::ForOp to spirv::LoopOp.
2019-11-12 Lei Zhang[spirv] Properly return when finding error in serialization
2019-11-12 River RiddleAdd a printer flag to use local scope when printing IR.
2019-11-12 Jacques PienaarUpdate textmate syntax file
2019-11-12 Lei ZhangUpdate outdated comment for NativeCodeCall
2019-11-12 Nicolas VasilacheAdd LLVM lowering of std.subview
2019-11-12 Andy DavisAdds affine.min operation which returns the minimum...
2019-11-12 Nicolas VasilacheAdd support for alignment attribute in std.alloc.
2019-11-12 River RiddleRestructure comment lexing to not recurse.
2019-11-12 River RiddleAdd support for nested symbol references.
2019-11-11 Andy DavisAdds std.subview operation which takes dynamic offsets...
2019-11-11 Stephan HerhutAlso consider index constants when folding integer...
2019-11-10 Mehdi AminiFix segfault (nullptr dereference) when passing a non...
2019-11-09 Manuel FreibergerAdd a short TableGen HowTo to tutorial chapter 2.
2019-11-09 MLIR TeamLook for SymbolRefAttr in KernelOutlining instead of...
2019-11-08 Jacques PienaarExplicitly initialize isRecursivelyLegal
2019-11-08 Denis Khalikov[spirv] Add bit ops
2019-11-07 Alexander BelyaevMove description from GenericOpBase to linalg.(indexed_...
2019-11-07 Alex Zinenkomlir-translate: support -verify-diagnostics
2019-11-07 Uday BondhugulaFix asm printer for affine expr
2019-11-07 Andy DavisSwap operand order in std.view operation so that offset...
2019-11-07 River RiddleAdd Ch-7 of the toy tutorial detailing how to define...
2019-11-07 Andy DavisAdd canonicalizer for ViewOp which folds constants...
2019-11-07 Nicolas VasilacheFix parameter name and document option in linalg::promo...
2019-11-07 Jacques PienaarAdd compatible query method to infer type interface
2019-11-07 Nicolas VasilacheUpdate Linalg to use std.view
2019-11-07 Alexander BelyaevAdd IndexedGenericOp to Linalg.
2019-11-07 River RiddleNFC: Tidy up the implementation of operations in the...
2019-11-07 River RiddleNFC: Uniformize parser naming scheme in Toy tutorial...
2019-11-07 Sean SilvaReplace some remnant uses of "inst" with "op".
2019-11-07 Nicolas VasilacheDrop spurious test file
2019-11-06 Nicolas VasilacheAdd lowering of std.view to LLVM
2019-11-06 Andy DavisAdd affine load/store/dma_start/dma_wait to dialect...
2019-11-06 Ben VanikAdding an m_NonZero constant integer matcher.
2019-11-06 Andy DavisAdd ViewOp verification for dynamic strides, and addres...
2019-11-06 Lei Zhang[DRR] List some limitations clearly in the doc
2019-11-06 Andy DavisAdd ViewOp to the StandardOps dialect, which casts...
2019-11-06 Eric SchweitzAdd support for the LLVM FNeg instruction
2019-11-06 River RiddleNFC: Remove an extra space when printing the 'attribute...
2019-11-06 River RiddleAdd (parse|print)OptionalAttrDictWithKeyword hooks...
2019-11-06 Roberto RosmaninhoFix typos in the Standard Dialect documentation
2019-11-05 James Molloy[llvm] Allow GlobalOp to take a region for complex...
2019-11-05 James Molloy[llvm] Add initial import of LLVM modules to mlir-translate
2019-11-05 River RiddleNFC: Rename parseOptionalAttributeDict -> parseOptional...
2019-11-05 River RiddleAdd a PatternRewriter hook to merge blocks, and use...
2019-11-05 Lei ZhangEmit empty lines after headers when generating op docs
2019-11-05 Sean SilvaRename Region::RegionType to Region::BlockListType
2019-11-04 MLIR Team[NVVM] Add mma.sync operation.
2019-11-01 River RiddleUpdate the SPV dialect type parser to use the methods...
2019-11-01 Nicolas VasilacheDrop spurious debug spew.
2019-11-01 River RiddleRefactor LinalgDialect::parseType to use the DialectAsm...
2019-11-01 River RiddleRefactor QuantOps TypeParser to use the DialectAsmParse...
2019-11-01 River RiddleRemove the need for passing a location to parseAttribut...
2019-11-01 River RiddleAdd DialectAsmParser/Printer classes to simplify dialec...
2019-11-01 Lei ZhangAdd ReferToOp attribute constraint for SymbolRefAttr
2019-11-01 Nicolas VasilacheDelete spurious file
2019-11-01 Lei ZhangMove BitEnumAttr from SPIRVBase.td to OpBase.td
2019-11-01 Mahesh RavishankarSupport lowering of imperfectly nested loops into GPU...
2019-11-01 Nicolas VasilacheAdd Linalg pattern for producer-consumer fusion
2019-11-01 James Molloy[mlir][llvm] Add missing cast ops
2019-10-31 Lei ZhangNFC: Use #ifndef in various .td files instead of #ifdef...
2019-10-31 Mehdi AminiAdd a test for lowering GPU ops that cover cases where...
2019-10-31 Mehdi AminiAdd a test.symbol_scope operation that has the SymbolTa...
2019-10-31 Alex ZinenkoLinalgDependenceGraph: add const modifiers to accessors
2019-10-30 River RiddleNFC: Simplify UseRange::iterator to just be a std:...
2019-10-30 Denis Khalikov[spirv] Add cast operations
2019-10-30 Lei ZhangUse `not` to invert return code in expected to fail...
2019-10-30 Jing PuDump op location in createPrintOpGraphPass for easier...
2019-10-30 River RiddleAdd support to GreedyPatternRewriter for erasing unreac...
2019-10-30 River RiddleAdd a utility accessor 'has_single_element' for ranges.
2019-10-30 Lei ZhangFix segfault when no symbol is given to an constraint...
2019-10-30 Nicolas VasilacheAdd basic support for declarative Linalg transformations
2019-10-30 Lei Zhang[spirv] Fix gen_spirv_dialect.py and add spv.Unreachable
next