platform/upstream/llvm.git
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...
2019-09-30 MLIR TeamFormat markdown list.
2019-09-30 Denis Khalikov[spirv] Add array length check.
2019-09-30 Ben VanikAdding signed integer ops for abs, sign, min, and max...
2019-09-30 Jacques PienaarAdd missing file from cmakelist
2019-09-30 Jacques PienaarEnable autogenerating OpInterface method declarations
2019-09-30 River RiddleNFC: Change `classof` on registered operations to use...
2019-09-30 Ben VanikAdding some missing SPIR-V core and GLSL extended ops.
2019-09-30 Nicolas VasilacheNormalize MemRefType lowering to LLVM as strided MemRef...
2019-09-30 Lei Zhang[DRR] Explain result type deduction in doc
2019-09-30 Mahesh RavishankarAdd support for Logical Ops in SPIR-V dialect
2019-09-30 Jacques PienaarUse MaybeAlign when setting alignment
2019-09-30 Nicolas VasilacheFix MemRefType::getStrides corner case
2019-09-30 Christian SiggSwitch comments from GPU dialect terms to CUDA terms...
2019-09-30 Jacques PienaarAdd InferTypeOpTrait & enable generating its member...
2019-09-29 Uday Bondhugulaupdate Rationale.md - remove outdated info
2019-09-29 Roberto RosmaninhoFix a typo in Toy Chapter 2 tutorial documentation
2019-09-29 Uday BondhugulaFix syntax of 'call' and 'splat' ops
2019-09-28 Jacques PienaarSwitch explicit create methods to match generated build...
2019-09-28 Geoffrey Martin... Tablegen helpers for accessing properties of shaped...
2019-09-27 Yanan CaoAppend a newline when dumping a Value.
2019-09-27 Nicolas VasilacheRemove spurious debug spew in tests
2019-09-27 Nicolas VasilacheAdd TODO to revisit coupling of CallOp to MemRefType...
2019-09-27 Uday BondhugulaNFC - clean up op accessor usage, std.load/store op...
2019-09-27 Nicolas VasilachePromote MemRefDescriptor to a pointer to struct when...
2019-09-27 Nicolas VasilacheFix JitRunner.cpp Error creation pattern and reactivate...
2019-09-27 Denis KhalikovFix Documentation OpDefinitions.md
2019-09-27 Kazuaki IshizakiFix missing links in the documentation
2019-09-27 Deven Desai[ROCm] Adding ROCDL Dialect.
2019-09-26 Jacques PienaarDisable failing tests
2019-09-26 Jacques PienaarMake result ops generated output deterministic
2019-09-26 Nicolas VasilacheDecouple tiling from fusion in Linalg.
2019-09-26 Alex ZinenkoDrop support for memrefs from JitRunner
2019-09-26 Christian SiggAdd AllReduceOp to GPU dialect with lowering to NVVM.
2019-09-26 Lei ZhangRemove unused variables and methods to address compiler...
next