Add some prototypes to fix -Wstrict-prototypes. NFC
[platform/upstream/llvm.git] / mlir /
2022-04-08 wren romano[mlir][sparse] Moving <P,I,V>-invariant parts of Sparse...
2022-04-08 Benjamin KramerFix another g++ incompatibility. Same issue as 932f27dc...
2022-04-08 Vivek Khandelwal[mlir][Linalg] Add pooling_nchw_sum op.
2022-04-08 Benjamin KramerDisambiguate conversion cast for GCC
2022-04-08 Matthias Springer[mlir][tensor] Fix verifier and bufferization of collap...
2022-04-08 Matthias Springer[mlir][bufferize] Do not insert useless casts for newly...
2022-04-08 Matthias Springer[mlir][arith][bufferize] Fix tensors with different...
2022-04-08 Benjamin Kramer[spirv] Make header self-contained. NFC.
2022-04-08 jacquesguan[mlir][Vector] Fold extractelement splat.
2022-04-08 jacquesguan[mlir][Arithmetic] Add constant folder for negf.
2022-04-08 River Riddle[mlir][NFC] Drop a few unnecessary includes from Pass.h
2022-04-08 Markus Böck[mlir] Add support for operation-produced successor...
2022-04-08 Stella LaurenzoNFC: Silence unused function 'scaleAndAdd' in release...
2022-04-08 jacquesguan[mlir][LLVMIR] Add more vector predication intrinsic...
2022-04-08 Jeremy Furtek[mlir] Width parameterization of BitEnum attributes
2022-04-08 Stella LaurenzoNFC: Eliminate warning for unused type alias FnTraitsT...
2022-04-07 River RiddleReland [GreedPatternRewriter] Preprocess constants...
2022-04-07 Mogball[mlir][ods] Fix builder gen for VariadicRegion with...
2022-04-07 natashaknk[tosa][mlir] Add dynamic width/height support for depth...
2022-04-07 Lei Zhang[mlir][vector] Fold extract(broadcast) of same rank
2022-04-07 Alex Zinenko[mlir] specify dialect names in doc generation
2022-04-07 Arjun P[MLIR][Presburger] refactor subtraction to be non-recursive
2022-04-07 Priyansh SinghFix grammar and punctuation across several docs; NFC
2022-04-07 Lorenzo Chelini[MLIR] Standalone: Fix copy-and-paste typo (NFC)
2022-04-07 Valentin Clement[mlir][CSE] Remove duplicated operations with MemRead...
2022-04-07 River Riddle[mlir:Parser][NFC] Replace SSAUseInfo with OpAsmParser...
2022-04-07 River Riddle[mlir:PDL] Expand how native constraint/rewrite functio...
2022-04-07 Aart Bik[mlir][sparse] replace stack-based access pattern with...
2022-04-06 John Demme[MLIR] Add block detach func to CAPI and use it in...
2022-04-06 Matthias Springer[mlir][bufferize][NFC] Remove caller map and ordered...
2022-04-06 Matthias Springer[mlir][bufferize][NFC] Rename ModuleAnalysisState to...
2022-04-06 Arjun P[MLIR][Presburger] Refactor subtraction in preparation...
2022-04-06 Matthias Springer[mlir][bufferize] Better analysis for return values...
2022-04-06 Matthias Springer[mlir][bufferize] Simplify ModuleBufferization driver
2022-04-06 Matthias Springer[mlir][bufferize] Fix dropped return type in ModuleBuff...
2022-04-06 Alex Zinenko[mlir] Fix DialectRegistry::addExtension compile error
2022-04-06 Alexander BelyaevRevert "Revert "[mlir] Rewrite canonicalization of...
2022-04-06 Matthias Springer[mlir][bufferize][NFC] Clean up ModuleBufferizationState
2022-04-06 Nicolas Vasilache[mlir][MemRef] Allow transposed layouts in ExpandShapeOp.
2022-04-06 Argyrios Kyrtzidis[Support/Hash functions] Change the `final()` and ...
2022-04-06 jacquesguan[mlir][LLVMIR] Add vector predication binary intrinsic...
2022-04-06 Aart Bik[mlir][sparse] avoid reserving dense storage for ptr/idx
2022-04-06 John Demme[MLIR] [Python] Pybind adaptors: coerce None to default...
2022-04-05 Hanhan WangRevert "[mlir] Rewrite canonicalization of collapse...
2022-04-05 Groverkss[MLIR][Affine][Analysis] Merge FAC and FACV
2022-04-05 Bill Wendling[mlir] Reinstate the variable
2022-04-05 Bill Wendling[mlir] Remove an unused variable and correct types.
2022-04-05 River Riddle[mlir-vscode] Add better support for multiple workspace...
2022-04-05 River Riddle[mlir-vscode] Add better resolution for server file...
2022-04-05 Nirvedh[mlir][linalg] Move linalg.fill folding into linalg...
2022-04-05 Benjamin Kramer[mlir] Fix unused variable warning. NFCI.
2022-04-05 Lei Zhang[mlir][vector] Separate high-D insert/extract strided...
2022-04-05 Mehdi Amini[mlir] Add the Emacs support for MLIR's LSP server
2022-04-05 Arjun P[MLIR][Presburger] IntegerPolyhedron: add support for...
2022-04-05 Michael Kruse[OpenMPIRBuilder] Detect and fix ambiguous InsertPoints...
2022-04-05 Krzysztof Drewniak[MLIR][ROCm] Suppress warnings generated by HIP headers
2022-04-05 Lorenzo Chelini[MLIR] Check for static shape before bare pointer conve...
2022-04-05 Alex Zinenko[mlir][ods] Add description to Attr and ensure doc...
2022-04-05 Mehdi AminiApply clang-tidy fixes for readability-redundant-contro...
2022-04-05 Alexander Belyaev[mlir] Rewrite canonicalization of collapse(expand...
2022-04-05 Adrian Kuegel[mlir] Fix 1 ClangTidyPerformance finding (NFC)
2022-04-05 wren romano[mlir][sparse] Factoring out `finalizeSegment` and...
2022-04-04 Arjun PRevert "[MLIR][Presburger] IntegerPolyhedron: add suppo...
2022-04-04 Arjun P[MLIR][Presburger] IntegerPolyhedron: add support for...
2022-04-04 River Riddle[mlir] Add MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID...
2022-04-04 Lei Zhang[mlir][spirv] Check nullptr before usage to fix crash
2022-04-04 River Riddle[mlir] Rework the implementation of TypeID
2022-04-04 wren romano[mlir][sparse] Simplifying code in expInsert
2022-04-04 Rob Suderman[tosa] Add option to disable tosa.apply_scale lowering...
2022-04-04 Daniel Resnick[mlir][capi] Fix leak in test
2022-04-04 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in FuncT...
2022-04-04 antonio-cortes-perez[MLIR][NFC] Remove unnecessary cast.
2022-04-04 Benjamin Kramer[mlir][capi] Unbreak Interfaces CAPI after 2387fadea3
2022-04-04 Siddharth Bhat[MLIR] Add nested symbols into LangRef
2022-04-04 GroverkssRevert "[MLIR] Add nested symbols into LangRef"
2022-04-04 Siddharth Bhat[MLIR] Add booleans to dense element list in LangRef
2022-04-04 Groverkss[MLIR] Add nested symbols into LangRef
2022-04-04 Daniel Resnick[mlir][capi] Add external pass creation to MLIR C-API
2022-04-04 Sergei Grechanik[MLIR] Fix MLIR vim syntax file
2022-04-04 PeixinQiao[mlir] Fix the build error in OpenMPToLLVMIRTranslation.cpp
2022-04-02 Groverkss[MLIR][Presburger] Use PresburgerSpace in SetCoalescer
2022-04-02 Groverkss[MLIR][Presburger][NFC] Rename getCompatibleSpace to...
2022-04-02 Groverkss[MLIR][Presburger] Make constructors from PresburgerSpa...
2022-04-02 Arjun P[MLIR][Presburger] LexSimplex: support is{Redundant...
2022-04-02 Arjun P[MLIR][Presburger] Make the SimplexBase constructor...
2022-04-02 River Riddle[mlir] Allow for using OpPassManager in pass options
2022-04-02 River Riddle[mlir:PassOption] Rework ListOption parsing and add...
2022-04-02 jacquesguan[mlir][Vector] Add constant folder for extractelement.
2022-04-02 jacquesguan[mlir][Vector] Add constant folder for insertelement.
2022-04-01 Jacques Pienaar[mlir] Switch debugString helper to << operator
2022-04-01 Lei Zhang[mlir][vector] Fold transpose(broadcast(<scalar>))
2022-04-01 wren romano[mlir][sparse] Moving `delete coo` into codegen instead...
2022-04-01 Lei Zhang[mlir][vector] Handle scalars in extract_strided_slice...
2022-04-01 Lei Zhang[mlir][spirv] Add pattern to lower math.copysign
2022-04-01 Matthias Springer[mlir][tensor][bufferize] Support 0-d collapse_shape...
2022-04-01 Groverkss[MLIR][Presburger][NFC] Use "disjunct" to refer to...
2022-04-01 Arjun P[MLIR][Presburger] subtract: fix bug when an input...
2022-04-01 Arjun P[MLIR][Presburger] Factor out some functionality from...
2022-04-01 Groverkss[MLIR][Presburger] Use PresburgerSpace in constructors
2022-04-01 Peixin-Qiao[OMPIRBuilder] Support ordered clause specified without...
next