[AArch64][compiler-rt] Strip PAC from the link register.
[platform/upstream/llvm.git] / mlir /
2021-03-15 Frederik Gossen[MLIR] Add canonicalization for `shape.broadcast`
2021-03-15 Frederik Gossen[MLIR] Allow compatible shapes in `Elementwise` operations
2021-03-15 Matthias Springer[mlir][AVX512] Add while loop-based sparse vector-vecto...
2021-03-15 Chris Lattner[m_Constant] Check #operands/results before hasTrait()
2021-03-15 Chris Lattner[Canonicalizer] Process regions top-down instead of...
2021-03-13 Aart Bik[mlir][sparse] disable nonunit stride dense vectorization
2021-03-12 Nikita Popov[OpaquePtrs] Remove some uses of type-less CreateGEP...
2021-03-12 Eugene Zhulenev[mlir] Annotate functions used only in debug mode with...
2021-03-12 Alex Zinenko[mlir] fix a memory leak in NestedPattern
2021-03-12 Christian Sigg[mlir] Remove mlir-cuda-runner
2021-03-12 Alex Zinenko[mlir] fix memory leak on failure path in parser
2021-03-12 Marius Brehler[mlir] Fix ConstantOp verifier
2021-03-12 Sergei Grechanik[mlir][Vector] Lowering of transfer_read/write to vecto...
2021-03-12 Sergei Grechanik[NFC] Test commit. Add empty lines.
2021-03-12 Mehdi AminiReplace use of OperationState with builder::create...
2021-03-11 Diego CaballeroReland: [mlir][Affine][Vector] Add initial support...
2021-03-11 Diego CaballeroReland: [mlir][Vector][Affine] Improve affine vectorize...
2021-03-11 River Riddle[mlir][StorageUniquer] Properly call the destructor...
2021-03-11 Diego Caballero[mlir][Vector][Affine] Fix heap-use-after-free in vecto...
2021-03-11 Nikita Popov[mlir] Remove uses of type-less CreateLoad() APIs ...
2021-03-11 Alex Zinenko[mlir] fix cmake build
2021-03-11 Alex Zinenko[mlir] Introduce data layout modeling subsystem
2021-03-11 Arpith C. Jacob[mlir] Add LLVM loop codegen options to control softwar...
2021-03-11 Tres Popp[mlir] Correct verifyCompatibleShapes
2021-03-11 Julian Gross[mlir] Fix invalid hoisting of dependent allocs in...
2021-03-11 Christian Sigg[mlir] Change test-gpu-to-cubin to derive from Serializ...
2021-03-11 Frederik Gossen[MLIR] Add canoncalization for `shape.is_broadcastable`
2021-03-11 Christian Sigg[mlir] Add NVVM to CUBIN conversion to mlir-opt
2021-03-11 Matthias Springer[mlir][AVX512] Implement sparse vector dot product...
2021-03-11 River Riddle[mlir] Optimize the implementation of RegionDCE
2021-03-10 Emilio Cota[mlir] Add polynomial approximation for math::Log2
2021-03-10 Christian Sigg[mlir] Remove unnecessary copying of pass options
2021-03-10 Weiwei Li[mlir][spirv] Define spv.Image Operation
2021-03-10 Alex ZinenkoRevert "[mlir][Vector][Affine] Improve affine vectorize...
2021-03-10 Alex ZinenkoRevert "[mlir][Affine][Vector] Add initial support...
2021-03-10 Diego Caballero[mlir][Affine][Vector] Add initial support for 'iter_ar...
2021-03-10 Diego Caballero[mlir][Vector][Affine] Improve affine vectorizer algorithm
2021-03-10 Vladislav Vinogradov[mlir][CMAKE] Fix build with BUILD_SHARED_LIBS=ON
2021-03-10 Alex Zinenko[mlir] fix typo in OpDefinitions.md
2021-03-10 Alex Zinenko[mlir] Update comments in ArmNeon dialect. NFC
2021-03-10 Alex Zinenko[mlir] squash LLVM_AVX512 dialect into AVX512
2021-03-10 Alex Zinenko[mlir] simplify type constraints in AVX512 dialect
2021-03-10 Inho SeoMoved getStaticLoopRanges and getStaticShape methods...
2021-03-10 Christian Sigg[mlir] Add base class for GpuKernelToBlobPass
2021-03-10 Vladislav Vinogradov[mlir] Model MemRef memory space as Attribute
2021-03-10 Hanhan Wang[mlir][linalg] Add support for using scalar attributes...
2021-03-09 Mehdi AminiFix MLIR test post 890afad954d
2021-03-09 Mehdi AminiFix Flang build after MLIR API changes around `generate...
2021-03-09 River Riddle[mlir][IR] Add an Operation::eraseOperands that support...
2021-03-09 River Riddle[mlir][IR] Add a new SymbolUserMap class
2021-03-09 Mehdi AminiFix LLVM Dialect LoopOptionsAttr round-tripping: the...
2021-03-09 Mehdi AminiAdd default LoopOptionsAttrBuilder constructor and...
2021-03-09 Christian Sigg[mlir] Default for gpu-binary-annotation option.
2021-03-09 Mehdi AminiSwitch generatedTypeParser/generatedAttributeParser...
2021-03-09 Mehdi AminiRework LLVM Dialect LoopOptions attribute
2021-03-09 Lei Zhang[mlir] Use affine.apply when distributing to processors
2021-03-09 Alex Zinenko[mlir] move LLVM target import header and tests
2021-03-09 Alex Zinenko[mlir] make MLIRPresburger depend on MLIRIR
2021-03-09 Vladislav Vinogradov[mlir][CMAKE] Fix cross-compilation build
2021-03-09 Tobias Gysi[mlir][linalg] refactor the result handling during...
2021-03-09 Stella Laurenzo[mlir][python] Reorganize MLIR python into namespace...
2021-03-09 Mehdi AminiMove LLVM::FMFAttr definition to TableGen (NFC)
2021-03-08 River Riddle[mlir][IR][NFC] Move the remaining builtin types to ODS
2021-03-08 River Riddle[mlir][IR][NFC] Define the Location classes in ODS...
2021-03-08 Rob Suderman[MLIR][TOSA] Added lowerings for Reduce operations...
2021-03-08 Christian Sigg[mlir] NFC: Add #endif comment.
2021-03-08 Benjamin Kramer[mlir][Shape] Allow shape.split_at to return extent...
2021-03-08 Frederik GossenClarify documentation for `Elementwise`, `Scalarizable...
2021-03-08 Mehdi AminiForward the `LLVM_ENABLE_LIBCXX` CMake parameter to...
2021-03-06 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.selection` to `spv.mlir.selec...
2021-03-06 Lei Zhang[mlir][spirv] Convert tensor.extract for very small...
2021-03-06 Mehdi AminiUse gen-dialect-doc instead of gen-op-doc for the Built...
2021-03-06 Matthias Springer[mlir][AVX512] Add mask.compress to AVX512 dialect.
2021-03-05 Mehdi AminiFix Dialect doc generation to special case for the...
2021-03-05 Alex Zinenko[mlir] Squash LLVM_ArmNeon dialect into ArmNeon
2021-03-05 Aart Bik[mlir][vector] canonicalize unmasked gather/scatter...
2021-03-05 Diego Caballero[mlir] Add 'Skip' result to Operation visitor
2021-03-05 Diego Caballero[mlir] Extend Operation visitor with pre-order traversal
2021-03-05 Diego Caballero[mlir][Affine][NFC] Return BlockArgument in AffineForOp...
2021-03-05 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.undef` to `spv.Undef`.
2021-03-05 River Riddle[mlir][AsmPrinter] Don't use string comparison when...
2021-03-05 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.loop` to `spv.mlir.loop`.
2021-03-05 Stella Laurenzo[mlir][linalg] Add linalg_opdsl tool first draft.
2021-03-05 Stella LaurenzoNFC: Glob all python sources in the MLIR Python bindings.
2021-03-05 Aart Bik[mlir][sparse] mask reduction update
2021-03-05 Nicolas Vasilache[mlir][Linalg] Fix order of dimensions in hoistPaddingO...
2021-03-05 Christian Sigg[mlir] Make cuInit() call thread-safe.
2021-03-05 Nicolas Vasilache[mlir][scf] Canonicalize scf.for last tensor iteration...
2021-03-04 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.globalVariable` to `spv.Globa...
2021-03-04 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.constant` to `spv.Constant`.
2021-03-04 KareemErgawy-TomTom[MLIR][SPIRV] Rename `spv.spcConstant...` to `spv.SpcCo...
2021-03-04 River Riddle[mlir][IR][NFC] Move a majority of the builtin attribut...
2021-03-04 River Riddle[mlir][AttrDefGen] Add support for specifying the value...
2021-03-04 River Riddle[mlir] Add a DialectAsmParser::getChecked method
2021-03-04 Ahmed TaeiFold full-size subview of static shapes.
2021-03-04 Nicolas Vasilache[mlir] Tighten the rules around folding TensorLoadOp
2021-03-04 Arpith C. Jacob[mlir] Add an AccessGroup attribute to load/store LLVM...
2021-03-04 Hanhan Wang[mlir][linalg] Add suffix "Op" to pooling TC ops.
2021-03-04 Nicolas Vasilache[mlir][Vector] Add folding of vector transfers from...
2021-03-04 Nicolas Vasilache[mlir][Linalg] Add folding of linalg.copy that are...
next