summaryrefslogtreecommitdiff
path: root/llvm/lib/Frontend/OpenMP
AgeCommit message (Expand)Author
2025-11-21[OpenMP][OMPIRBuilder] Use runtime CC for runtime calls (#168608)Nick Sarnie
2025-11-21[OpenMP] Introduce "loop sequence" as directive association (#168934)Krzysztof Parzyszek
2025-11-10[OMPIRBuilder] Use AS 0 for internal variables for AMDGPU (#167377)Nick Sarnie
2025-11-10[OpenMP][Clang] Add codegen support for dyn_groupprivate clause (#152830)Kevin Sala Penades
2025-11-10[OMPIRBuilder] Fix addrspace of internal critical section lock (#166459)Nick Sarnie
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata
2025-10-29[OpenMP][Flang] Fix atomic operations on complex types (#165366)Krish Gupta
2025-10-09[clang][OMPIRBuilder] Fix reduction codegen for SPIR-V (#162529)Nick Sarnie
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-23[OMPIRBuilder] Don't outline DISTRIBUTE on CPUs (#158317)Tom Eccles
2025-09-23[flang][OpenMP] Support multi-block reduction combiner regions on the GPU (#...Kareem Ergawy
2025-09-17[Flang][OpenMP] Additional global address space modifications for device (#11...agozillon
2025-09-15[clang][OMPIRBuilder] Use default target AS to create types (#158152)Nick Sarnie
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda
2025-09-03[OMPIRBuilder] Use target global AS for SrcLocStr (#156520)Nick Sarnie
2025-09-02[OMPIRBuilder][Debug] Remove unnecessary code. (#156468)Abid Qadeer
2025-08-29[OMPIRBuilder] Avoid crash in BasicBlock::splice. (#154987)Abid Qadeer
2025-08-27[Frontend][OpenMP] Move isPrivatizingConstruct from flang (#155477)Krzysztof Parzyszek
2025-08-26[OpenMPIRBuilder] Fix tripcount not a multiple of tile size (#154999)Michael Kruse
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-21[Offload] Add oneInterationPerThread param to loop device RTL (#151959)Dominik Adamski
2025-08-20[OMPIRBuilder] Use CreateNUWMul instead of passing flags to CreateMul. NFCJim Lin
2025-08-18[Frontend][OpenMP] Add 6.1 as a valid OpenMP version (#153628)Krzysztof Parzyszek
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-08-12[OMPIRBuilder] Avoid invalid debug location. (#153190)Abid Qadeer
2025-08-11[OMPIRBuilder][NFC] Fix build failure after 151306. (#153061)Abid Qadeer
2025-08-11[OMPIRBuilder] Avoid invalid debug location. (#151306)Abid Qadeer
2025-08-07[OpenMP] [IR Builder] Changes to Support Scan Operation (#136035)Anchu Rajendran S
2025-08-07 [flang][OMPIRBuilder][MLIR][llvm] Backend support for atomic control options...Anchu Rajendran S
2025-07-29[OMPIRBuilder] Don't drop debug loc from LocationDescription. (#148713)Abid Qadeer
2025-07-27Revert "[OMPIRBuilder] Don't use invalid debug loc in reduction functions." (...Abid Qadeer
2025-07-15[mlir][OpenMP] Allow composite SIMD REDUCTION and IF (#147568)Tom Eccles
2025-07-14Revert "[OMPIRBuilder] Don't use invalid debug loc in task proxy function." (...Abid Qadeer
2025-07-14[OMPIRBuilder] Don't use invalid debug loc in task proxy function. (#148284)Abid Qadeer
2025-07-11[OMPIRBuilder] Don't use invalid debug loc in reduction functions. (#147950)Abid Qadeer
2025-07-03[Frontend][OpenMP] Implement directive name parser (#146776)Krzysztof Parzyszek
2025-07-03[flang][debug] Generate DISubprogramAttr for omp::TargetOp. (#146532)Abid Qadeer
2025-06-26[OMPIRBuilder] Fix use of uninitialized variable. (#145883)Abid Qadeer
2025-06-25[Utils][mlir] Fix interaction between CodeExtractor and OpenMPIRBuilder (#145...Kajetan Puchalski
2025-06-18[OMPIRBuilder] Fix gcc -Wparentheses warning [NFC]Mikael Holmen
2025-06-17[OMPIRBuilder][debug] Don't drop debug info for loop constructs. (#144393)Abid Qadeer
2025-06-16Annotate potentially unused variables introduced in #133499 (#144379)Karlo Basioli
2025-06-16[OpenMP] Fix warningsKazu Hirata
2025-06-16[OMPIRBuilder] - Make offloading input data persist for deferred target tasks...Pranav Bhandarkar
2025-06-06[utils][TableGen] Handle versions on clause/directive spellings (#143021)Krzysztof Parzyszek
2025-05-28[OpenMP][OMPIRBuilder] Collect users of a value before replacing them in targ...Kareem Ergawy
2025-05-19[flang][OpenMP] Support MLIR lowering of linear clause for omp.wsloop (#139385)NimishMishra
2025-05-13[OpenMP][NFC] Use pass by const ref for Dependencies (#139592)Shafik Yaghmour
2025-05-09[OpenMP] implementation set controls elision for begin declare variant (#139287)Johannes Doerfert