platform/upstream/llvm.git
2019-10-11 Alexander BelyaevAdd unary ops and ExpOp to Standard Dialect.
2019-10-11 Alex ZinenkoLLVM conversion: harden a test to check for LLVM funcs...
2019-10-11 River RiddleNFC: Print the generic op form after pass failure.
2019-10-11 River RiddleAdd support for generating reproducers on pass crash...
2019-10-11 River RiddleNFC: Initialize pass manager option fields inline inste...
2019-10-11 Alex ZinenkoStandard-to-LLVM conversion: check that operands have...
2019-10-11 Alex ZinenkoTranslation to LLVM: check the validity of module-level Ops
2019-10-11 Mahesh RavishankarAdd lowering of constant ops to SPIR-V.
2019-10-11 Geoffrey Martin... Add trait for specified shapes matching
2019-10-11 River RiddleAdd support for canonicalizing callable regions during...
2019-10-11 River RiddleRemove the need to convert operations in regions of...
2019-10-10 Alex ZinenkoPython bindings: export index_cast
2019-10-10 Christian SiggMark GPU dialect as illegal when lowering to NVVM.
2019-10-10 Geoffrey Martin... NFC: Cleanup of type checking tests
2019-10-10 Alex ZinenkoUse llvm.func to define functions with wrapped LLVM...
2019-10-10 Parker SchuhAdd test for fix to tablegen for custom folders for...
2019-10-10 Kazuaki IshizakiFix typo in QuantizedType method names
2019-10-10 MLIR TeamPre-allocate space for results from a regex match that...
2019-10-09 Kazuaki Ishizakiminor spelling tweaks
2019-10-09 MLIR TeamAdd ::printAsTextualPipeline to Pass and OpPassManager.
2019-10-09 Christian SiggGuard rewriter insertion point during signature conversion.
2019-10-09 Mahesh RavishankarMake SPIR-V lowering infrastructure follow Vulkan SPIR...
2019-10-09 Nicolas VasilacheFix Windows linkage error
2019-10-09 Diego CaballeroAdd support for some multi-store cases in affine fusion
2019-10-09 MLIR TeamUpdate the usage and comments in define_inst.sh.
2019-10-09 Alexander BelyaevAdd exp operation to LLVMOPs.td.
2019-10-09 Christian SiggChange to doxygen comments. NFC.
2019-10-09 Christian SiggAssert that region is not cloned into itself.
2019-10-09 River RiddleNFC: Fully qualify use of std::string.
2019-10-09 Smit HinsuAllow dynamic but ranked types in ops with SameOperands...
2019-10-09 River RiddleUpdate the symbol utility methods to handle the case...
2019-10-09 MLIR TeamAdd Instance Specific Pass Options.
2019-10-09 River RiddleAdd support for parsing/printing non bare-identifier...
2019-10-09 Deven Desai[ROCm] Fix the return type for the device function...
2019-10-08 Denis Khalikov[spirv] Add a pass to decorate the composite types...
2019-10-08 River RiddleAdd a PatternRewriter hook for cloning a region into...
2019-10-08 Uday Bondhugulaunroll and jam: fix order of jammed bodies
2019-10-08 River RiddleAdd support for walking the uses of a symbol.
2019-10-08 River RiddleNFC: Remove unused default cl::opt value.
2019-10-08 Alex ZinenkoLinalg to LLVM lowering: decrease the reliance on symbo...
2019-10-08 Alex ZinenkoGPUToCUDA: attach CUBIN to the nested module rather...
2019-10-08 Alex ZinenkoGPUToCUDA: emit addressof directly instead of wrapping...
2019-10-08 Alex ZinenkoFuse GenerateCubinAccessors pass into LaunchFunctToCuda
2019-10-08 Alex ZinenkoUse named modules for gpu.launch_func
2019-10-08 Jing PuUpdate upgrade some uses of mlir::interleave API to...
2019-10-08 River RiddleAdd a flag to the AsmPrinter for eliding large Elements...
2019-10-07 Jing PuPrint result types when dumping graphviz.
2019-10-07 MLIR TeamExpose `fuseProducerOf` in Linalg/Utils/Utils.h.
2019-10-07 Mahesh RavishankarDo not add spirv::BitcastOp for cast from signed to...
2019-10-07 Lei Zhang[spirv] Disable a crashing spv.loop test
2019-10-07 River RiddleAdd a new class, OpPrintingFlags, to enable programmati...
2019-10-07 Mahesh RavishankarUpdate UndefOp (de)serialization to generate OpUndef...
2019-10-07 Lei Zhang[spirv] Fix function entry block erase after moving...
2019-10-07 Uday Bondhugulafix simplify-affine-structures bug
2019-10-07 Christian SiggChange Block::getParent() to be a const function. This...
2019-10-07 Stephan HerhutFix a comment in the OperationInterface example.
2019-10-07 Nicolas VasilacheStart a minimal mlir_utils runtime library for testing...
2019-10-07 Nicolas VasilacheSupport AllocOp terminal in Linalg::AliasAnalysis.
2019-10-07 Jacques PienaarAdd DialectType and generate docs for dialect types
2019-10-07 Nicolas VasilacheFix CMake build after adding TestOpaqueLoc.cpp
2019-10-07 MLIR TeamAdd OpaqueLoc to MLIR locations.
2019-10-07 Christian SiggSupport reduction of partial warps.
2019-10-05 Jacques PienaarEnable emitting dialect summary & description during...
2019-10-05 Geoffrey Martin... Allow element type traits to operate on scalars
2019-10-05 Geoffrey Martin... NFC: Cleanup test ops and traits tests
2019-10-05 Lei Zhang[spirv] Allow return ops to be in control flow ops
2019-10-05 Mehdi AminiAdd missing dependency on the TypeInferOpInterface...
2019-10-04 Mahesh RavishankarAdd spv.Undef op to support OpUndef instruction in...
2019-10-04 Mahesh RavishankarAdd some utility builder functions for SPIR-V operations.
2019-10-04 Nicolas VasilacheReplace constexpr MemRefType::kDynamicStrideOrOffset...
2019-10-04 Nicolas VasilacheAdd missing Linalg lowerings to allow roundtrip.mlir...
2019-10-04 Deven DesaiMoving the GPUIndexIntrinsicOpLowering template to...
2019-10-04 Christian SiggFix typos, NFC.
2019-10-04 River RiddleAdd support for inlining calls with different arg/resul...
2019-10-04 River RiddleUpdate the Inliner pass to work on SCCs of the CallGraph.
2019-10-04 Feng LiuAdd `axis` attribute to the quant.stats op
2019-10-03 MLIR TeamAdd fpext and fptrunc to the Standard dialect and inclu...
2019-10-03 Christian SiggGeneralize parse/printBinaryOp to parse/printOneResultOp.
2019-10-03 Nicolas VasilacheAdd syntactic sugar for strided memref parsing.
2019-10-03 Alex ZinenkoMake Module::getName return Optional<StringRef>
2019-10-03 Alex ZinenkoGive modules a name
2019-10-03 Alex ZinenkoAdd parentheses around boolean operators in assert
2019-10-03 Alex ZinenkoNFC: rename Conversion/ControlFlowToCFG to Conversion...
2019-10-03 Alex ZinenkoDisallow index types in memrefs.
2019-10-02 Nicolas VasilacheExtract MemRefType::getStridesAndOffset as a free funct...
2019-10-02 Lei Zhang[spirv] Add support for spv.selection
2019-10-02 Alex ZinenkoFix example in OpInterfaces documentation
2019-10-02 Nicolas VasilacheReplace spurious `long` stride type by int64_t - NFC
2019-10-02 Deven Desai[ROCm] Adding pass to lower GPU Dialect to ROCDL Dialect.
2019-10-02 Jacques PienaarShow type even if elementsattr is elided in graph
2019-10-01 Lei Zhang[spirv] Change enum case uniquing in gen_spirv_dialect.py
2019-10-01 Eric SchweitzAdd a pair of hooks to DominanceInfo.
2019-10-01 Alex ZinenkoFix and simplify CallOp/CallIndirectOp to LLVM::CallOp...
2019-10-01 Nicolas VasilacheUnify Linalg types by using strided memrefs
2019-10-01 Lei Zhang[spirv] NFC: rename SPV_ArithmeticOp to SPV_ArithmeticB...
2019-10-01 Christian SiggChange all_reduce lowering to support 2D and 3D blocks.
2019-10-01 Christian SiggAdd verification error message for ops that require...
2019-10-01 Christian SiggAdd integer shift ops to LLVM dialect.
2019-10-01 MLIR TeamFold away reduction over 0 dimensions.
2019-10-01 River RiddlePass the pointer of the parent pipeline collection...
next