summaryrefslogtreecommitdiff
path: root/mlir/lib/Target
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][spirv] Add support for SwitchOp (#168713)Igor Wodiany
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-17[mlir][emitc] Refactor brackets in expressions (#168267)Gil Rapaport
2025-11-14[MLIR][LLVM] Debug info: import debug records directly (#167812)Bruno Cardoso Lopes
2025-11-13[mlir][emitc] Remove dead methods from emitter (#167657)Gil Rapaport
2025-11-12[mlir][emitc] Unify API for deferred emission (#167532)Gil Rapaport
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-27[mlir][spirv] Ensure function declarations precede definitions (#164956)Igor Wodiany
2025-10-23[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Serializer.cpp...Mehdi Amini
2025-10-22[Flang][mlir] - Translation of delayed privatization for deferred target-task...Pranav Bhandarkar
2025-10-22[mlir] Switch uses of deprecated .create methods to free function. NFC. (#164...Jakub Kuderski
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-20[mlir][spirv] Remove destroyed values from ValueIDMap (#164098)Igor Wodiany
2025-10-17[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Open...Mehdi Amini
2025-10-17[mlir][spirv] Emit error when block to be unlinked has uses after structuriza...Igor Wodiany
2025-10-17[MLIR][WASM] Control flow, conversion and comparison in Wasm importer (#154674)Luc Forget
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-14[mlir] Use llvm::fill (NFC) (#163329)Kazu Hirata
2025-10-13[mlir][emitc] Inline expressions with side-effects (#161356)Gil Rapaport
2025-10-12[mlir] Remove unused local variables (NFC) (#163105)Kazu Hirata
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-08[mlir][emitc] Add emitc.do op to the dialect (#143008)Vlad Lazar
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] [irdl] Add support for regions in irdl-to-cpp (#158540)Jeremy Kun
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-12[mlir][spirv] Add support for SPV_ARM_graph extension - part 2 (#156665)Davide Grohmann
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