summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/LLVMIR
AgeCommit message (Expand)Author
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[mlir][llvm] Handle debug record import edge cases (#168774)Tobias Gysi
2025-11-20[MLIR] Apply clang-tidy fixes for readability-identifier-naming in LLVMToLLVM...Mehdi Amini
2025-11-19[mlir][LLVM] Resync memory effect attribute with LLVM IR (#168568)darkbuck
2025-11-14[MLIR][LLVM] Debug info: import debug records directly (#167812)Bruno Cardoso Lopes
2025-11-07[mlir][NVVM] Add nvvm.membar operation (#166698)Valentin Clement (バレンタイン クレメン)
2025-11-04[MLIR][NVVM] Update redux.sync op (#166125)Srinivasa Ravi
2025-10-31[MLIR][OpenMP] Fix and simplify bounds offset calculation for 1-D GEP offsets...agozillon
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski
2025-10-27[MLIR] Apply clang-tidy fixes for llvm-else-after-return in ModuleTranslation...Mehdi Amini
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar
2025-10-21[Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags ...agozillon
2025-10-21[mlir][LLVMIR] Remove "unsafe-fp-math" attribute support (#162782)paperchalice
2025-10-17[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Open...Mehdi Amini
2025-10-16[MLIR][LLVM] Add inline_hint as a first class function attribute (#163324)Morris Hafner
2025-10-15[MLIR][LLVM] Avoid creating unused NameLocs for imported functions (#163506)Christian Ulmann
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-10-06[NFC][MLIR] Prefer triple overload of lookupTarget (#162187)Aiden Grossman
2025-10-06[mlir] Simplify unreachable type switch cases. NFC. (#162032)Jakub Kuderski
2025-10-02[mlir][omp] Add omp.tile operation (#160292)Michael Kruse
2025-09-27[MLIR] Apply clang-tidy fixes for bugprone-argument-comment in ModuleImport.c...Mehdi Amini
2025-09-26[clang] Use the VFS to create the OpenMP region entry ID (#160918)Jan Svoboda
2025-09-26[Flang][OpenMP] Enable no-loop kernels (#155818)Dominik Adamski
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer
2025-09-25[MLIR][MLIRToLLVM] Fix zero fp value to array translation (#160713)Alexey Bataev
2025-09-24[mlir][ptr] Add `ptr.ptr_diff` operation (#157354)Fabian Mora
2025-09-24[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ModuleImport.cpp (NFC)Mehdi Amini
2025-09-19[OpenMP][MLIR] Preserve to/from flags in mapper base entry for mappers (#159799)Akash Banerjee
2025-09-16[MLIR][OpenMP] Set default address space for OpenMPIRBuilder (#158689)Nick Sarnie
2025-09-14[mlir][ptr] Add ConstantOp with NullAttr and AddressAttr support (#157347)Fabian Mora
2025-09-14[mlir][LLVM] Add LLVMAddrSpaceAttrInterface and NVVMMemorySpaceAttr (#157339)Fabian Mora
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda
2025-09-10[mlir][LLVMIR] Support memory model relaxation annotations (MMRA) (#157770)Krzysztof Drewniak
2025-09-10[flang][OpenMP] Enable tiling (#143715)Jan Leyonberg
2025-09-09[MLIR][XeVM] Add lowering for llvm load store ops with XeVM cache control (#1...Sang Ik Lee
2025-09-07[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in OpenMPToLLVMIR...Mehdi Amini
2025-09-04[MLIR] Apply clang-tidy fixes for readability-container-size-empty in OpenMPT...Mehdi Amini
2025-09-03[MLIR][LLVM][Flang] Move the element param of DICompositeType to the end (#15...Christian Ulmann
2025-09-03[mlir][ptr] Add `gather`, `masked_load`, `masked_store`, and `scatter` ops (#...Fabian Mora
2025-09-03[mlir][ptr] Add translations to LLVMIR for ptr ops. (#156355)Fabian Mora
2025-09-02[mlir][debug] Inherit DISubprogramAttr from DILocalScopeAttr. (#156081)Abid Qadeer
2025-09-02[mlir][LLVM|ptr] Add the `#llvm.address_space` attribute, and allow `ptr` tra...Fabian Mora
2025-09-01[MLIR] Add target_specific_attrs attribute to mlir.global (#154706)Vadim Curcă
2025-08-31[MLIR] Apply clang-tidy fixes for llvm-else-after-return in OpenMPToLLVMIRTra...Mehdi Amini
2025-08-29[mlir][debug] Convert DbgIntrOp to DebugRecords directly. (#154926)Abid Qadeer
2025-08-29[Flang][OpenMP] Fix to resolve the crash with SIMD aligned clause. (#150612)Kaviya Rajendiran
2025-08-29[IR][CodeGen] Remove "approx-func-fp-math" attribute (#155740)paperchalice
2025-08-27[NVPTX] Auto-upgrade nvvm.grid_constant to param attribute (#155489)Alex MacLean
2025-08-26[MLIR][LLVMIR][DLTI] Pass to update #llvm.target's features per relevant back...Rolf Morel