aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[flang] Ensure USE-associated objects can be in NAMELIST (#82846)Peter Klausler2-1/+2
2024-02-23[flang][OpenMP] Set OpenMP attributes in MLIR module in bbc before lo… (#82...Krzysztof Parzyszek1-1/+1
2024-02-23[flang][cuda] Allow object with SHARED attribute as definable (#82822)Valentin Clement (バレンタイン クレメン)2-2/+10
2024-02-23[flang][cuda] Fix semantic for the CONSTANT attribute (#82821)Valentin Clement (バレンタイン クレメン)3-11/+12
2024-02-23[flang][bbc] Fix dangling reference to `envDefaults` (#82800)Krzysztof Parzyszek1-1/+2
2024-02-23[mlir][Transforms] Make `ConversionPatternRewriter` constructor private (#82244)Matthias Springer1-1/+1
2024-02-22[Flang] Fix the test ordering of the GPU librariesJoseph Huber1-4/+6
2024-02-22[Flang] Fix test not updated after 'clang' case changeJoseph Huber1-6/+18
2024-02-22[flang] Fix warning fixDavid Spickett1-1/+1
2024-02-22[Flang][OpenMP] Prevent ICE for certain constructs in unnamed programs (#73938)Sergio Afonso2-1/+8
2024-02-22[Flang][LLVM][OpenMP] Relax target data restrictions to be more inline with t...agozillon1-1/+11
2024-02-22[flang] Fix warning when with clang-cl/msvcDavid Spickett1-0/+1
2024-02-21[flang][OpenMP] Add support for copyprivate (#80485)Leandro Lupori7-76/+418
2024-02-21[flang][openmp] - depend clause support in target, target enter/update/exit d...Pranav Bhandarkar4-11/+113
2024-02-21[NFC][flang][OpenMP] Split `DataSharing` and `Clause` processors (#81973)Kareem Ergawy10-2035/+2371
2024-02-21[Flang]: Fix to bind(C) procs inside BLOCK construct (#82483)harishch42-1/+22
2024-02-21[Flang][OpenMP] Fix to construct-names inside OpenMP construct with default(n...harishch42-0/+14
2024-02-21[flang][docs] Update llvm-test-suite docs (#81596)David Spickett1-4/+11
2024-02-21[Flang] Attempt to fix Nan handling in Minloc/Maxloc intrinsic simplification...David Green5-166/+136
2024-02-20[flang] Further refine errors vs warnings for ambiguous generics (#80161)Peter Klausler2-16/+30
2024-02-20[flang] Resolve "possible performance problem" issue spam (#79769)Peter Klausler5-6/+6
2024-02-20[flang][runtime] Don't write implied ENDFILE for REC=/POS= (#79637)Peter Klausler1-1/+7
2024-02-20[flang] Handle more use cases reported for issues/78797 (#79628)Peter Klausler6-19/+43
2024-02-20[flang][runtime] Add FortranFloat128Math wrapper library. (#81971)Slava Zakharin11-40/+327
2024-02-20[flang][openacc] Use the same iv privatized value in the loop region (#81821)Valentin Clement (バレンタイン クレメン)2-1/+28
2024-02-19[flang][NFC] Refactor MODULE definitions to not accidentally leak symbols (#8...Michael Klemm8-142/+194
2024-02-19[flang] Fix missing CGPasses.h.inc (#71691)Julien Schueller1-0/+1
2024-02-18 [MLIR][OpenMP] Add `private` clause to `omp.parallel` (#81452)Kareem Ergawy1-1/+2
2024-02-16[flang][cuda] Lower kernel launch to fir.cuda_kernel_launch (#81891)Valentin Clement (バレンタイン クレメン)3-1/+185
2024-02-16[flang] Do not leave length parameters uninitialized in descriptor addendums ...jeanPerier7-14/+31
2024-02-15[mlir][OpenMP] Add copyprivate support to omp.single (#80477)Leandro Lupori1-1/+3
2024-02-15[clang][flang][driver] Correct program names in option group descriptions (#8...David Spickett1-2/+2
2024-02-15[flang] prevent legacy lowering from being called in pointer assignment (#81750)jeanPerier2-1/+40
2024-02-15[flang] Deep copy nested allocatable components in transformational (#81736)jeanPerier2-12/+27
2024-02-15[flang][runtime] Destroy nested allocatable components (#81117)jeanPerier2-19/+44
2024-02-14[mlir][Transforms][NFC] Improve listener layering in dialect conversion (#81236)Matthias Springer1-2/+2
2024-02-13[flang] Register LLVMTranslationDialectInterface for FIR. (#81668)Slava Zakharin3-0/+21
2024-02-13[Flang][OpenMP] NFC: Code-format changesKiran Chandramohan1-10/+12
2024-02-13[mlir][flang][openmp] Rework wsloop reduction operations (#80019)David Truby28-1879/+2250
2024-02-13[flang][cuda] Lower cluster_dims values (#81636)Valentin Clement (バレンタイン クレメン)5-2/+36
2024-02-13[flang][cuda] Lower launch_bounds values (#81537)Valentin Clement (バレンタイン クレメン)5-7/+64
2024-02-13[Flang] Add __powerpc__ macro to set c_intmax_t to c_int64_t rather than c_in...Daniel Chen3-1/+29
2024-02-13Fix warning by removing unused variable (#81604)Mats Petersson1-1/+1
2024-02-13[flang][docs] Fix a couple of warningsDavid Spickett2-1/+2
2024-02-13[mlir][openmp] - Add the depend clause to omp.target and related offloading d...Pranav Bhandarkar1-2/+3
2024-02-13[flang][Driver] Add -masm option to flang (#81490)David Spickett1-0/+10
2024-02-13[Flang] Move genMinMaxlocReductionLoop to Transforms/Utils.cpp (#81380)David Green6-142/+170
2024-02-12[flang][OpenMP] Pass semantics context to all generating functions in… (#81...Krzysztof Parzyszek3-129/+147
2024-02-12[mlir][flang][openmp] Rework parallel reduction operations (#79308)David Truby4-34/+134
2024-02-12[flang][NFC] Remove hardcoded attr name for fir.dispatch and fid.dt_entry op...Valentin Clement (バレンタイン クレメン)2-5/+2