platform/upstream/llvm.git
2019-11-21 Nicolas VasilacheFix OSS builds - NFC
2019-11-21 Nicolas VasilacheDrop unused function - NFC
2019-11-21 Nicolas VasilacheSplit Linalg declarative patterns from specific test...
2019-11-21 Benjamin KramerAdd missing include after LLVM 049043b598ef5b12a5894c0c...
2019-11-21 Alex ZinenkoDon't force newline before function attributes
2019-11-21 Nicolas VasilacheFix OSS build
2019-11-21 Aart BikFixed typo in 2-d tiled layout
2019-11-21 River RiddleNFC: Use Region::getBlocks to fix build failure with...
2019-11-21 River RiddleAdd a document detailing operation traits, how to defin...
2019-11-21 MLIR TeamCorrectly parse empty affine maps.
2019-11-20 River RiddleMerge DCE and unreachable block elimination into a...
2019-11-20 Andy DavisAdd VectorContractionOp to the VectorOps dialect.
2019-11-20 Mahesh RavishankarVerify subview op result has dynamic shape, when sizes...
2019-11-20 MLIR Teammissing outer index %i in search_body
2019-11-20 Sean SilvaAdd multi-level DCE pass.
2019-11-20 Mahesh RavishankarChanges to SubViewOp to make it more amenable to canoni...
2019-11-20 Nicolas VasilacheImplement unrolling of vector ops to finer-grained...
2019-11-20 River RiddleAdd a new OpAsmOpInterface to allow for ops to directly...
2019-11-20 Nicolas VasilacheAdd StridedMemRef<>::operator[] - NFC
2019-11-20 Alexander BelyaevFix the comment to Region block iterators.
2019-11-20 Alexander BelyaevFix 'the the' typo.
2019-11-20 Stephan HerhutExtend kernel outlining to also consider dim worth...
2019-11-20 Eric SchweitzAdd some CMake rules for installing headers, mlir-tblge...
2019-11-19 Christian SiggMake type and rank explicit in mcuMemHostRegister function.
2019-11-19 Nicolas VasilacheAdd VectorOps.StridedSliceOp
2019-11-19 Nicolas VasilacheFix pretty printer corner case in mlir_runner_utils...
2019-11-19 Mehdi AminiAdd a note on commit messages to our developer guide
2019-11-19 Mehdi AminiAdd mention to avoid cl::opt for MLIR passes in the...
2019-11-19 Diego CaballeroAdd getRemappedValue to ConversionPatternRewriter
2019-11-19 Eric SchweitzAdd '*' and '?' and optional brace parse calls to the...
2019-11-19 Alex ZinenkoChange conversion CLI flag from -lower-to-llvm to ...
2019-11-19 Logan ChienAdd dialect-attribute-entry requirement to docs
2019-11-19 Manuel FreibergerFix the shape of the outcome in the example code.
2019-11-19 Hanhan WangSupport SPIR-V constant op to take DenseElementsAttr...
2019-11-19 Tian JinUse SmallVectorImpl instead of SmallVector for function...
2019-11-19 Alexander BelyaevLower linalg.indexed_generic to loops.
2019-11-19 Uday BondhugulaDrop unnecessary dependences from mlir-translate
2019-11-18 Andy DavisFix SubViewOp stride calculation in constant folding.
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...
next