[packaging] Enable build in Clang environment
[platform/upstream/llvm.git] / mlir /
2023-10-31 David Truby[mlir] Add pass to add comdat to all linkonce functions...
2023-10-24 Brad Smith[mlir] Avoid including <alloca.h> on DragonFly
2023-09-05 Christian Sigg[mlir][nfc] Allow ops to have operands/attributes named...
2023-08-31 Markus Böck[mlir] Fix infinite recursion in alias initializer
2023-08-31 Matthias Springer[mlir] Fix crash when adding nested dialect extensions
2023-08-31 Balaji V. Iyer[mlir][math] Modify math.powf to handle negative bases.
2023-08-31 Matthias Springer[mlir][memref] Fix crash in SubViewReturnTypeCanonicalizer
2023-08-25 Mehdi AminiFix ODS verifier emission for DerivedAttr when Properti...
2023-08-25 Mehdi AminiFix canonicalizer to copy the entire GreedyRewriteConfi...
2023-08-25 Mehdi AminiFix MSAN error: use of unitialized value when hashing...
2023-08-25 Mehdi AminiFix MLIR pass manager initialization: hash the pass...
2023-08-25 Mehdi AminiFix some missing fully qualified namespaces in MLIR...
2023-08-25 Mehdi AminiFix MLIR build failure: error: no member named 'getValu...
2023-08-25 Mehdi AminiFinish renaming getOperandSegmentSizeAttr() from `opera...
2023-08-10 Mehdi Amini[MLIR] Make the `ConversionTarget` const ref in the...
2023-08-10 Mehdi AminiClarify the invariant of the MLIR pass pipeline around...
2023-08-10 Benjamin Maxwell[mlir][VectorOps] Fix folding of vector.extract from...
2023-08-10 Tobias Gysi[mlir] Store segment sizes in std::array
2023-08-10 Mehdi Amini[MLIR][Bytecode] Add missing field initializer in const...
2023-08-10 Valentin Clement[mlir] Reduce warnings for bad assertion in generated...
2023-08-10 Mogball[mlir][llvm] Fix export of 64-bit integer function...
2023-08-10 Nicolas Vasilache[mlir][gpu] NFC - Fail gracefully when type conversion...
2023-08-10 Thomas Raoux[mlir] Fix arith verifier for tensor with encoding
2023-08-10 Alexis Engelke[mlir][LLVMIR] Fix identified structs with same name
2023-08-10 River Riddle[mlir-lsp] Guard writing output to JSONTransport with...
2023-08-10 River Riddle[mlir:bytecode] Only visit the all regions path if...
2023-08-10 River Riddle[mlir:bytecode] Support lazy loading dynamically isolat...
2023-08-10 River Riddle[mlir:bytecode] Fix bytecode lazy loading for ops with...
2023-08-10 Mehdi AminiAdd release notes for MLIR
2023-08-10 Oleg Shyshkov[mlir] Fix assembly format parser generator after 9ea6b...
2023-08-10 Jakub Kuderski[mlir][spirv] Do not introduce vector<1xT> in UnifyAlia...
2023-07-27 Fangrui Song[Support] Remove llvm::is_trivially_{copy/move}_constru...
2023-07-25 Simon PilgrimRevert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 ...
2023-07-25 Cullen Rhodes[mlir][ArmSME] Add tile load op and extend tile store...
2023-07-25 Fangrui Song[Support] Change SetVector's default template parameter...
2023-07-25 Fangrui Song[Support] Change MapVector's default template parameter...
2023-07-25 Fangrui Song[mlir-tblgen] Fix IWYU
2023-07-25 Kevin Gleason[mlir] Fix for MSVC bool splat issue encountered.
2023-07-25 Mehdi AminiFix MLIR test pass crash
2023-07-25 Mehdi AminiUpdate ODS variadic segments "magic" attributes to...
2023-07-25 Mehdi AminiCleanup CMake dependencies from unnecessary libraries...
2023-07-25 Mehdi AminiRevert "[mlir][gpu][transforms] Only depend on Executio...
2023-07-24 Nicolas Vasilache[mlir][gpu][transforms] Only depend on ExecutionEngine...
2023-07-24 Nicolas Vasilache[mlir][linalg] NFC - Move some utils in preparation...
2023-07-24 Ivan Butygin[mlir][spirv] Convert `ub.poison` to `spirv.undef`
2023-07-24 Mehdi AminiRevert "Update ODS variadic segments "magic" attributes...
2023-07-24 Mehdi AminiUpdate ODS variadic segments "magic" attributes to...
2023-07-24 Mehdi AminiRevert "[mlir][gpu] Fallback to JIT compilation" "...
2023-07-24 Ivan Butygin[mlir] Convert `ub.poison` to `llvm.poison`
2023-07-24 Lorenzo Chelini[MLIR][Linalg] Move AggregatedOpInterface in linalg...
2023-07-24 Quinn Dawkins[mlir][Transform] Allow printing inside matchers
2023-07-24 Guray Ozen[mlir][gpu] Increase default SM version from 35 to 50
2023-07-24 Guray Ozen[mlir][gpu] Fallback to JIT compilation
2023-07-24 Guray Ozen[mlir][gpu] Improving Cubin Serialization with ptxas...
2023-07-24 Jacques Pienaar[mlir] Enable converting properties during C create
2023-07-24 Jacques Pienaar[mlir][py] Reuse more of CAPI build time inference.
2023-07-24 Shilei TianRevert commits for kernel environment
2023-07-23 Shilei Tian[MLIR][OpenMP] Remove local_unnamed_addr from check...
2023-07-23 Shilei Tian[MLIR][OpenMP] Fix wrong check lines in mlir/test/Targe...
2023-07-23 Shilei Tian[OpenMP] Introduce kernel environment
2023-07-23 Andrzej Warzynski[mlir][docs][nfc] Fix markdown link
2023-07-22 Daniil Dudkin[mlir][LLVM] Introduce reduction intrinsics for minimum...
2023-07-22 Fabian Mora[mlir][rocdl] Change the translation of `GridDim*Op...
2023-07-22 Matthias Springer[mlir][Transforms] GreedyPatternRewriteDriver: Fix...
2023-07-22 Matthias Springer[mlir][transform] Add `transform.apply_dce` op
2023-07-22 Mehdi AminiFix crash in ODS backend for Type/Attr when an incorrec...
2023-07-21 TatWai Chong[mlir][tosa][fix] Add proper type checking trait for...
2023-07-21 Jakub Kuderski[mlir][arith] Add canon pattern for chained `arith...
2023-07-21 Rafael Ubal TenaTOSA-to-Linalg lowering for element-wise ops
2023-07-21 Jacques Pienaar[mlir] Move attr -> properties to not require Operation
2023-07-21 Srishti Srivastava[MLIR][ANALYSIS] Add liveness analysis utility
2023-07-21 Uday BondhugulaNFC. Move remaining affine/memref test cases into respe...
2023-07-21 Lorenzo Chelini[MLIR][Linalg] Preserve DPS when decomposing Softmax
2023-07-21 Guray Ozen[mlir][nvgpu] Set useDefaultAttributePrinterParser
2023-07-21 Matthias Springer[mlir][linalg] MapCopyToThreadsOp: Support tensor.pad
2023-07-21 Matthias Springer[mlir][linalg] BufferizeToAllocationOp: Add option...
2023-07-21 Matthias Springer[mlir][transform] Add `apply_cse` option to `transform...
2023-07-21 Jie Fu[mlir][nvgpu] Ignore -Wunused-function in NVGPUDialect...
2023-07-21 Matthias Springer[mlir] Fix build after D155680
2023-07-21 Matthias Springer[mlir][bufferization] Remove cleanup pipeline from...
2023-07-21 Ingo Müller[mlir][transform][structured][python] Allow str arg...
2023-07-21 Ingo Müller[mlir][linalg][transform] Extend diagnostics of FuseInt...
2023-07-21 Guray Ozen[mlir][nvgpu] Add `tma.create.descriptor` to create...
2023-07-21 Andrzej Warzynski[mlir][test] Add missing LIT config for `mlir-cpu-confi...
2023-07-21 Alex Zinenko[mlir] allow region branch spec from parent op to itself
2023-07-21 Alex Zinenko[mlir] allow dense dataflow to customize call and regio...
2023-07-21 Guray Ozen[mlir][nvgpu] Improve finding module Op to for `mbarrie...
2023-07-21 Guray Ozen[mlir][nvgpu] Add nvgpu.tma.async.load and nvgpu.tma...
2023-07-21 Alex Zinenko[mlir] remove RegionBranchOpInterface from linalg ops
2023-07-21 Markus Böck[mlir] Add opt-in default property bytecode read and...
2023-07-20 wren romano[mlir][sparse] Improve `DimLvlMapParser`'s handling...
2023-07-20 varconst[mlir][spirv] Extract more ops from the main implementa...
2023-07-20 Amanda Tang[ODS] Use Adaptor Trait for Shaped Type Inference
2023-07-20 Andrzej Warzynski[mlir][test] Add emulator to the mlir-cpu-runner invocation
2023-07-20 Giuseppe Rossini[mlir][AMDGPU] Define wrappers for WMMA matrix ops
2023-07-20 Jakub Kuderski[mlir][spirv] Extract Atomic/Cast/Group op implementati...
2023-07-20 Ingo Müller[mlir][transform][python] Add extended ApplyPatternsOp.
2023-07-20 Ingo Müller[mlir][linalg][transform] Rename ApplyPatternsOp.{regio...
2023-07-20 Ingo Müller[mlir][transform][gpu][python] Add MapForallToBlocks...
2023-07-20 Sergio Afonso[MLIR][OpenMP][OMPIRBuilder] Use target triple to initi...
next