[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / mlir /
2023-06-28 Nicolas Vasilache[mlir][Linalg] Refactor isaContractionOpInterface and...
2023-06-28 Kohei Yamaguchi[mlir][doc] Fix broken docs
2023-06-28 Kai Sasaki[mlir][complex] Canonicalize complex.mul with 1 and 0
2023-06-28 Nicolas VasilacheRevert "Revert "[mlir][Transform] Add support for mma...
2023-06-27 Andrzej Warzynski[mlir][VectorType] Allow arbitrary dimensions to be...
2023-06-27 Valentin Clement[mlir][openacc] Switch numGangs to a variadic operand
2023-06-27 Matthias Springer[mlir][linalg] Padding transformation: Write back resul...
2023-06-27 Matthias Springer[mlir][bufferization] Add bufferization.copy_tensor op
2023-06-27 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Return handle...
2023-06-27 Matthias Springer[mlir][linalg][NFC] Cleanup padding transform
2023-06-27 Matthias Springer[mlir][linalg][NFC] Move padding transformation to...
2023-06-27 Nicolas Vasilache[mlir][Linalg]Add support for inferring batch dimensions
2023-06-27 Christian Ulmann[mlir][LLVM] Improve error handling in switch parsing
2023-06-27 Cullen Rhodes[mlir][ArmSME] Fix crash on func decls in 'arm_za'...
2023-06-27 Tobias Gysi[mlir][llvm] Add comdat attribute to functions
2023-06-27 Mehdi AminiRevert "[mlir][Transform] Add support for mma.sync...
2023-06-26 River Riddle[mlir][bytecode] Fix lazy loading of non-isolated regions
2023-06-26 Jerry Wu[mlir] Add pattern to handle trivial shape_cast in...
2023-06-26 yzhang93[mlir] Narrow bitwidth emulation for MemRef load
2023-06-26 Diego Caballero[mlir][Vector] Fix vectorization of generic ops with...
2023-06-26 Nicolas Vasilache[mlir][linalg] Add named op for matmul_transpose_a
2023-06-26 Aart Bik[mlir][sparse] minor code changes
2023-06-26 Nicolas Vasilache[mlir][linalg] Add missing op to match the generated...
2023-06-26 Jeff Niu[mlir][index] Add identity folders for add and sub
2023-06-26 Jeff Niu[mlir][index] Add `index.mul` identity folders
2023-06-26 Jeff Niu[mlir][index] Fold `cmp(max/min(x, cstA), cstB)`
2023-06-26 Jeff Niu[mlir][index] Mark certain ops as Commutative
2023-06-26 Krzysztof Drewniak[mlir] Convert 8-bit float types to i8
2023-06-26 Nicolas Vasilache[mlir][Transform] Add support for mma.sync m16n8k16...
2023-06-26 Nicolas Vasilache[mlir][Transform] Introduce nvgpu transform extensions
2023-06-26 Matthias Springer[mlir][transform] Fix TrackingListener in regions that...
2023-06-26 Matthias Springer[mlir][transform] Remove redundant handle check in...
2023-06-26 Matthias Springer[mlir][transform][NFC] Store all Mappings in region...
2023-06-26 Matthias Springer[mlir][transform] Add notifyPayloadOperationReplaced...
2023-06-26 Mehdi AminiAdd missing dependent test dialect in a MLIR test pass
2023-06-26 Théo Degioanni[mlir][llvm] Introduce some constant folding.
2023-06-26 Lorenzo Chelini[MLIR][Linalg] Avoid generalizing `linalg.map`
2023-06-26 Job NoormanMove SubtargetFeature.h from MC to TargetParser
2023-06-26 Ingo Müller[mlir][LLVMIR] Allow !llvm.ptr<ptr> operands in atomicr...
2023-06-26 Ingo Müller[mlir][affine][doc] Fix example snippet for AffineParal...
2023-06-26 Tobias Gysi[mlir] Avoid expensive LLVM IR import warnings
2023-06-25 Elliot Goodrich[llvm] Add missing StringExtras.h includes
2023-06-25 Jacques Pienaar[mlir][polyapprox] Use llvm::numbers for constants.
2023-06-24 Kai Sasaki[mlir] Replace HTML escaped character
2023-06-24 Mehdi AminiImprove fatal error message when handling promised...
2023-06-24 Mehdi AminiAdd missing dependent dialects to AsyncToAsyncRuntimePa...
2023-06-24 Robert Suderman[mlir][math] Improved math.atan approximation
2023-06-23 Mehdi AminiFix missing return introduced when adding support for...
2023-06-23 Robert Suderman[mlir][math] Modified the 'math.exp' lowering for highe...
2023-06-23 Valentin Clement[flang][mlir][openacc] Add acc.reduction operation...
2023-06-23 Marius Brehler[mlir][emitc] Add add and sub operations
2023-06-23 Alex Zinenko[mlir][transform] don't wrap a warning into silenceable...
2023-06-23 Alex Zinenko[mlir][transform] fix handle invalidation check for...
2023-06-23 Ulrich WeigandFix bytecode reader/writer on big-endian platforms
2023-06-23 Kazu Hirata[mlir] Remove unused forward declaration QuantizedInteg...
2023-06-23 Jacques Pienaar[mlir][docgen] Change nested check
2023-06-22 Valentin Clement[flang][openacc] Add lowering support for 1d array...
2023-06-22 Yuanfang Chen[vscode-mlir] bump vsce version to 2.19.0
2023-06-22 Christian Ulmann[mlir][LLVM] Fix empty res attr import
2023-06-22 Akash Banerjee[MLIR][OpenMP] Minor change to assembly format for...
2023-06-22 Matthias Springer[mlir][linalg] Remove duplicate tensor.pad lowering...
2023-06-22 Matthias Springer[mlir][affine] Fix build after D153324
2023-06-22 Matthias Springer[mlir][tensor] Clean up tensor::DimOp usage
2023-06-22 Matthias Springer[mlir][affine] More efficient `makeComposedFolded....
2023-06-22 Tobias Gysi[mlir][llvm] Fix import of SwitchOp
2023-06-22 Elliot Goodrich[llvm] Split out DenseMapInfo<variant> specialization
2023-06-22 Jacques Pienaar[mlir][docgen] Enable op grouping mechanism.
2023-06-22 Aart Bik[mlir][sparse][gpu] refine SDDMM pattern for cuSPARSE
2023-06-21 Mitch PhillipsRevert "[mlir][RunnerUtils] Make symbols private +...
2023-06-21 Razvan Lupusoru[mlir][openacc] Update host_data data operands list...
2023-06-21 Peiming Liu[mlir][sparse] rewrite arith::SelectOp to semiring...
2023-06-21 Valentin Clement[mlir][openacc] Add acc.firstprivate operation as data...
2023-06-21 Valentin Clement[mlir][openacc] Add acc.private operation as data entry...
2023-06-21 Stella LaurenzoRevert "Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY...
2023-06-21 Lorenzo Chelini[MLIR][Linalg] Rename `tile-to-foreach-thread.mlir...
2023-06-21 Adam PaszkeFix a memory leak in the Python implementation of bytec...
2023-06-21 Mehdi AminiRevert "[mlir][CRunnerUtils] Use explicit execution...
2023-06-21 Ingo Müller[mlir][CRunnerUtils] Use explicit execution engine...
2023-06-21 Christian Sigg[mlir] #include CRunnerUtils.h instead of RunnerUtils...
2023-06-21 Matthias Springer[mlir][linalg][NFC] Add test case for memref vectorization
2023-06-21 Matthias Springer[mlir][linalg] TileToForallOp: Support memref ops
2023-06-21 Matthias Springer[mlir][Interfaces] TilingInterface: Add test case for...
2023-06-21 Matthias Springer[mlir][tensor][NFC] TilingInterface: Use Attribute...
2023-06-21 Matthias Springer[mlir][bufferization] Allow to_memref ops in One-Shot...
2023-06-21 Stella LaurenzoConvert MLIR IndentedOstream to header only.
2023-06-20 Aart Bik[mlir][sparse][gpu] extend SDDMM gpu test
2023-06-20 Stella LaurenzoDefine/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_...
2023-06-20 Mehdi AminiFix MLIR test after 6eca120dd8d3e
2023-06-20 Mehdi AminiImprove MLIR "view-op-graph" to color operations accord...
2023-06-20 Mehdi AminiRemove declaration for unimplemented function `function...
2023-06-20 Daniil Dudkin[mlir][irdl] Add `irdl.attributes` operation for defini...
2023-06-20 Ingo Müller[mlir][RunnerUtils] Make symbols private + implement...
2023-06-20 Ingo Müller[mlir][async] Mark exported symbols of runtime lib...
2023-06-20 Quinn Dawkins[mlir][Transform] Allow parameter and value types in...
2023-06-20 Matthias Springer[mlir][Pass] Check supported op types before running...
2023-06-20 Alex Zinenko[mlir] mark libraries in mlir/examples as such
2023-06-20 Matthias Springer[mlir][transform] Add TransformRewriter
2023-06-20 Matthias Springer[mlir][transform] Add ApplyRegisteredPassOp transform op
2023-06-19 Benjamin Kramer[mlir] Fix a rare use-after free in dialect loading
2023-06-19 Kun Wu[mlir][sparse][gpu] remove tuple as one of the spmm_buf...
next