aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[flang][cuda] Use the option to populate conversion patterns (#170190)Valentin Clement (バレンタイン クレメン)1-2/+3
2025-12-01[flang][cuda][NFC] Split allocation related operation conversion from other c...Valentin Clement (バレンタイン クレメン)5-375/+524
2025-12-01[flang][OpenMP] Remove directive-specific code from GetOmpDirectiveNa… (#17...Krzysztof Parzyszek1-11/+1
2025-12-01Revert "[flang][TBAA] refine TARGET/POINTER encoding" (#170105)Tom Eccles13-162/+160
2025-12-01[OMPIRBuilder] re-land cancel barriers patch #164586 (#169931)Tom Eccles1-1/+4
2025-12-01[flang][TBAA] refine TARGET/POINTER encoding (#169544)Tom Eccles13-160/+162
2025-11-29[flang] Implement lowering for the PAUSE statement (Fixes #166821) (#167115)sathvikreddy8532-6/+73
2025-11-28[flang][OpenMP] Make OmpDirectiveSpecification::Flags an EnumSet (#169713)Krzysztof Parzyszek52-206/+237
2025-11-28[flang][OpenMP] Add lowering of subroutine calls in custom reduction combiner...Jan Leyonberg2-14/+105
2025-11-28[flang] Support FLUSH as an intrinsic subroutine (#165942)Miguel Saldivar8-6/+135
2025-11-28[Flang][OpenMP] Update OpenMPSupport docs (#169833)Jack Styles1-5/+5
2025-11-27[flang][cuda][NFC] Fix naming of CUFGetAssociatedStream (#169838)Valentin Clement (バレンタイン クレメン)1-1/+1
2025-11-27Revert "[OMPIRBuilder] always leave PARALLEL via the same barrier" (#169829)Tom Eccles1-4/+1
2025-11-27[MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (#152736)Jack Styles1-11/+11
2025-11-27[OMPIRBuilder] always leave PARALLEL via the same barrier (#164586)Tom Eccles1-1/+4
2025-11-26[flang] Use default constructor for FIRToSCF pass (#169741)Valentin Clement (バレンタイン クレメン)3-6/+2
2025-11-26[flang][cuda][rt] Add entry point to get the allocation stream (#169608)Valentin Clement (バレンタイン クレメン)1-0/+3
2025-11-26[flang][OpenMP] Remove unused #include "dump-parse-tree.h", NFC (#169708)Krzysztof Parzyszek1-1/+0
2025-11-26Reland "[clang] Refactor to remove clangDriver dependency from clangFrontend ...Naveen Seth Hanig2-4/+2
2025-11-26[OpenMP][flang] Add initial support for by-ref reductions on the GPU (#165714)Kareem Ergawy23-28/+82
2025-11-25[flang][cuda] Use PTX instruction for atomicAdd with 4xf32 (#169581)Valentin Clement (バレンタイン クレメン)3-2/+54
2025-11-25[flang][OpenMP] Skip compiler directives in getCollapsedLoopEval (#169565)Krzysztof Parzyszek4-9/+38
2025-11-25[acc][flang] Add getInitRegion() to GlobalVariableOpInterface (#169569)Razvan Lupusoru2-0/+6
2025-11-25[flang][cuda] Add support to allocate scalar character types (#169550)Valentin Clement (バレンタイン クレメン)2-0/+25
2025-11-25[acc][flang][cir] Add recipes to data entry operations (#149210)Razvan Lupusoru22-355/+360
2025-11-25[flang][fir] Convert `fir.do_loop` with the unordered attribute to `scf.paral...Ming Yan4-22/+107
2025-11-25[flang][acc] remap symbol appearing in reduction clause (#168876)jeanPerier2-12/+183
2025-11-25[MLIR][NVVM] Update mbarrier.arrive.* Op (#168758)Durgadoss R1-1/+1
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr41-219/+7333
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse41-7333/+219
2025-11-25[NFC] Fix typo of `integer` (#169325)Longsheng Mou1-1/+1
2025-11-24[Flang] - Enhance testing for strictly-nested teams in target regions. (#168437)Pranav Bhandarkar3-0/+36
2025-11-24[flang][cuda] Add support for cluster_block_index in cooperative groups (#169...Valentin Clement (バレンタイン クレメン)4-17/+73
2025-11-24[flang][cuda] Add support for cluster_dim_blocks in cooperative_groups (#169417)Valentin Clement (バレンタイン クレメン)4-0/+79
2025-11-24[flang][OpenMP] Tolerate compiler directives in loop constructs (#169346)Krzysztof Parzyszek5-15/+49
2025-11-24[flang][cuda] Implement this_cluster for cooperative groups (#169414)Valentin Clement (バレンタイン クレメン)3-0/+56
2025-11-24[flang][NFC] Strip trailing whitespace from tests (8 of N)Tarun Prabhu25-70/+70
2025-11-24[OpenMP][flang] Lowering of OpenMP custom reductions to MLIR (#168417)Jan Leyonberg14-103/+671
2025-11-24[Flang][OpenMP][MLIR] Initial declare target to for variables implementation ...agozillon20-54/+67
2025-11-24[MLIR][OpenMP] Introduce overlapped record type map support (#119588)agozillon1-59/+84
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Naveen Seth Hanig2-2/+4
2025-11-24Reapply " [clang] Refactor to remove clangDriver dependency from clangFronten...Shilei Tian2-4/+2
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Shilei Tian2-2/+4
2025-11-24[mlir][acc] Adds attr to acc.present to identify default clause origin (#169114)Atmn Patel1-4/+4
2025-11-23 [clang] Refactor to remove clangDriver dependency from clangFrontend and fl...Naveen Seth Hanig2-4/+2
2025-11-23[flang][OpenMP] Better diagnostics for invalid or misplaced directives (#168885)Krzysztof Parzyszek16-35/+129
2025-11-22[flang] Add missing include, fix build break after c81a189c50 (#169192)Krzysztof Parzyszek1-0/+1
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)Krzysztof Parzyszek5-3/+141
2025-11-22[flang][OpenMP] Move some utilities from openmp-parsers to openmp-uti… (#16...Krzysztof Parzyszek3-24/+29
2025-11-22[flang][OpenMP] Fix build with gcc 7.5.0 (#169184)Krzysztof Parzyszek1-1/+1