platform/upstream/llvm.git
2019-11-18 River RiddleAdd a parseAttribute<AttrType> overload for the non...
2019-11-18 Lei ZhangFix gen_spirv_dialect.py regarding 1D/2D/3D Dim symbol...
2019-11-18 Denis Khalikov[spirv] Add a canonicalizer for BitcastOp.
2019-11-18 Jing PuAlso elide large array attribute in OpGraph Dump
2019-11-18 Alex ZinenkoConvertStandardToLLVM: replace assertion with graceful...
2019-11-18 Andy DavisFix Affine Loop Fusion test case reported on github.
2019-11-18 Nicolas VasilacheStandardize all VectorOps class names to be prefixed...
2019-11-18 Stephan HerhutImplement folding of pattern dim(subview(_)[...][s1...
2019-11-18 Alex ZinenkoRename CLI flags -lower-gpu-ops-to-*-ops to -convert...
2019-11-17 Jacques PienaarFix mismatched-tags warning
2019-11-15 Logan ChienFix attribute dict syntax in the docs
2019-11-15 Denis Khalikov[spirv] Add bit ops
2019-11-15 Alex ZinenkoClarify that identity maps are discarded from the MemRe...
2019-11-15 Lei ZhangNFC: Convert CmpIPredicate in StandardOps to use EnumAttr
2019-11-15 Lucy FoxModify tutorial and other documentation for consistency...
2019-11-15 Jacques PienaarUse simpler highlighting textmate syntax
2019-11-15 Nicolas VasilacheFix build warnings
2019-11-15 Lei ZhangUse aggregate-parameter builder for ops having autogen...
2019-11-15 Nicolas VasilacheTemplatize linalg::LowerToLoops - NFC
2019-11-15 Stephan HerhutMark std.view as no-sideeffect.
2019-11-15 Stephan HerhutMark std.subview as no-sideeffect.
2019-11-15 MLIR TeamAdd more navigation to the MLIR toy tutorial.
2019-11-15 Lucy FoxExpand on operation definition to clarify the differenc...
2019-11-14 Nicolas VasilacheRefactor the LowerVectorTransfers pass to use the Rewri...
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...
next