[RISCV][Clang] Support policy functions for vmerge, vfmerge and
[platform/upstream/llvm.git] / mlir /
2022-08-02 jacquesguan[mlir][Math] Add constant folder for TanhOp.
2022-08-02 Alex Zinenko[mlir] add TOC to top-level documents
2022-08-02 Adrian Kuegel[mlir] Update comment now that DenseArrayAttr has Tenso...
2022-08-02 Stephan Herhut[mlir] Use EXPECT_DEBUG_DEATH in unit test
2022-08-02 Martin Storsjö[mlir] Fix calling the native mlir-tblgen tool when...
2022-08-02 jacquesguan[mlir][Math] Add constant folder for TanOp.
2022-08-02 Jeff Niu[mlir] Change DenseArrayAttr to TensorType
2022-08-01 Manish Gupta[mlir][NVGPU] nvgpu.mmasync on F32 through TF32
2022-08-01 River Riddle[mlir] Remove OpaqueElementsAttr
2022-08-01 Mehdi Amini[MLIR] Reduce precision check for expm1 folder: this...
2022-08-01 River Riddle[mlir] Add a new builtin DenseResourceElementsAttr
2022-08-01 River Riddle[mlir] Add a generic DialectResourceBlobManager to...
2022-08-01 Krzysztof Drewniak[mlir][Arith] Fix up integer range inference for truncation
2022-08-01 Aart Bik[mlir][sparse] fix asan leak of two sparse vectors
2022-08-01 Markus Böck[mlir][flang] Make use of the new `GEPArg` builder...
2022-08-01 Adrian Kuegel[mlir] Make BuiltinTypeInterfaces.h self-contained.
2022-08-01 Dominik AdamskiAdd support for lowering simd if clause to LLVM IR
2022-08-01 Tres PoppRemove empty AffineExpr stride canonicalization in...
2022-08-01 Mehdi AminiFix MLIR Python binding for arith.constant after argume...
2022-08-01 jacquesguan[mlir][Math] Add constant folder for ExpM1Op.
2022-08-01 Jeff Niu[mlir] Remove types from attributes
2022-07-31 Jacques Pienaar[mlir][tosa] Switch missed accessors to prefixed form...
2022-07-31 Jeff Niu[mlir][DCA] Fix visiting call ops when run at function...
2022-07-31 Alexander BelyaevRevert "Revert "[mlir] Reuse the code between `getMixed...
2022-07-31 Alexander BelyaevRevert "[mlir] Reuse the code between `getMixed*s(...
2022-07-31 Alexander Belyaev[mlir] Reuse the code between `getMixed*s()` funcs...
2022-07-30 srishti-cb[MLIR] Add a utility to sort the operands of commutativ...
2022-07-30 Kazu HirataUse is_contained (NFC)
2022-07-30 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-30 Kazu HirataUse value instead of getValue (NFC)
2022-07-30 Uday Bondhugula[MLIR] Fix getCommonBlock utility in affine analysis
2022-07-29 Anlun Xu[mlir][sparse]Add more test cases for sparse reshape
2022-07-29 Fangrui SongReplace Optional::hasValue with has_value or operator...
2022-07-29 Markus Böck[mlir][LLVM] Rework the API of GEPOp
2022-07-29 lewuathe[mlir][complex] Canonicalize complex.add zero
2022-07-29 Alex Zinenko[mlir][NFC] accept plain OpBuidler in folded constructi...
2022-07-29 Adrian Kuegel[mlir][Complex] Add a convenience getValue() method.
2022-07-29 Adrian Kuegel[mlir][Complex] Add convenience builder for complex...
2022-07-29 Fangrui Song[mlir][toy] Replace Optional::getValue with value. NFC
2022-07-29 lewuathe[mlir][complex] Canonicalize consecutive complex.conj
2022-07-28 Jacques Pienaar[mlir] Introduce DefaultValuedOptionalAttr
2022-07-28 Markus Böck[mlir] Add Type::isa_and_nonnull
2022-07-28 Adrian Kuegel[mlir][Complex] Change complex.number attribute type...
2022-07-28 River Riddle[mlir:SubElementsInterface] Add support for "skipping...
2022-07-28 Mahesh Ravishankar[mlir][Linalg] Allow decompose to handle ops when value...
2022-07-28 Mahesh Ravishankar[mlir][TilingInterface] Add a method to generate scalar...
2022-07-28 Prabhdeep Singh... [Flang][MLIR][OpenMP] Add support for simdlen clause
2022-07-28 Adrian Kuegel[mlir] Add getters for DenseArrayAttr.
2022-07-28 Alexander Belyaev[mlir] Small stylistic changes to Complex_NumberAttr
2022-07-28 Matthias Springer[mlir][transform] Support results on ForeachOp
2022-07-28 Gaurav Shukla[mlir][tensor] Fold `tensor.cast` into `tensor.collapse...
2022-07-28 Stella Laurenzo[mlir] Delete most of the ops from the quant dialect.
2022-07-27 Lei Zhang[mlir][spirv] Unify resources of different vector sizes
2022-07-27 Lei Zhang[mlir][spirv] Fix spv.CompositeConstruct assembly and...
2022-07-27 bixia1[mlir][sparse] Add arith-expand pass to the sparse...
2022-07-27 Shraiysh Vaishay[mlir][OpenMP] Add omp.atomic.update canonicalization
2022-07-27 Peiming Liu[mlir][sparse] fix error when sparse kernel is nested...
2022-07-27 lewuathe[mlir][complex] Custom attribute comlex.number.
2022-07-27 Markus Böck[mlir][LLVM] Fix incorrect GEP fold with struct constants
2022-07-27 Alex Zinenko[mlir] more aggressive folding in tiling/fusion transfo...
2022-07-27 Alex Zinenko[mlir] Make ViewLikeInterface Range work with attributes
2022-07-27 Alex Zinenko[mlir] Partially port splitting transform to TilingInte...
2022-07-27 Adrian Kuegel[mlir] Apply ClangTidyPerformance findings (NFC)
2022-07-26 River Riddle[mlir] Refactor SubElementInterface replace support
2022-07-26 Matthias Springer[mlir][transform] Add ForeachOp to transform dialect
2022-07-26 Benjamin Kramer[mlir] Fall back to posix_memalign for aligned_alloc...
2022-07-26 Sebastian Neubauer[CMake] Fix add_subdirectory llvm builds
2022-07-26 Kazu HirataUse isa instead of dyn_cast (NFC)
2022-07-26 Kazu Hirata[mlir] Use value_or (NFC)
2022-07-26 jacquesguan[mlir][Math] Add constant folder for Exp2Op.
2022-07-26 Jacques Pienaar[mlir] SCCP add missing pessimistic setting
2022-07-26 River Riddle[mlir][Parser] Fix memory leak when failing to parse...
2022-07-25 River Riddle[mlir] Refactor the Parser library in preparation for...
2022-07-25 lipracer[mlir][NFC] Remove TypeRange's constructors that cause...
2022-07-25 lipracerSplit class ValueRange to a new file
2022-07-25 John Ericson[cmake] Support custom package install paths
2022-07-25 Kiran Chandramohan[Flang][OpenMP] Initial support for integer reduction...
2022-07-25 Christopher BateRevert "[mlir][Arithmetic] Add `arith.delinearize_index...
2022-07-25 Mike Urbach[mlir] Update Python CMake version requirement.
2022-07-25 Benoit JacobGeneralize the vector transfer flattening patterns...
2022-07-25 Matthias Springer[mlir][linalg] Expand test case for tile-and-fuse with...
2022-07-25 Alex Zinenko[mlir] move _mlir_alloc and friends to CRunnerUtils
2022-07-25 Michele Scuttari[MLIR] Generic 'malloc', 'aligned_alloc' and 'free...
2022-07-25 Matthias Springer[mlir][tensor][bufferize][NFC] Remove duplicate code
2022-07-25 Matthias Springer[mlir][tensor][bufferize] Fix deallocation of GenerateO...
2022-07-25 Alex Zinenko[mlir] Transform dialect: separate dependent and genera...
2022-07-25 Matthias Springer[mlir][tensor][bufferize] Load dependent dialects
2022-07-25 Rajas Vanjape[mlir][sparse][nfc] Fix memory leak in sparse sampled...
2022-07-25 Adrian Kuegel[mlir] Apply ClangTidyPerformance findings (NFC)
2022-07-25 Sebastian Neubauer[CMake] Copy folder without permissions
2022-07-25 jacquesguan[mlir][Math] Add constant folder for ExpOp.
2022-07-25 Marius Hillenbrand[mlir][Arithmetic] Fix printing larger integer attribut...
2022-07-24 Kazu HirataUse any_of (NFC)
2022-07-24 Kazu HirataRemove redundant string initialization (NFC)
2022-07-23 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-23 Kazu HirataUse callables directly in any_of, count_if, etc (NFC)
2022-07-23 Kazu Hirata[mlir] Use value instead of getValue (NFC)
2022-07-23 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-22 rkayaith[mlir][python] Fix issue in diagnostic note initialization
next