aboutsummaryrefslogtreecommitdiff
path: root/flang/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[flang][OpenMP] Add support for copyprivate (#80485)Leandro Lupori1-0/+3
2024-02-20[flang][runtime] Add FortranFloat128Math wrapper library. (#81971)Slava Zakharin1-9/+10
2024-02-16[flang][cuda] Lower kernel launch to fir.cuda_kernel_launch (#81891)Valentin Clement (バレンタイン クレメン)1-0/+59
2024-02-16[flang] Do not leave length parameters uninitialized in descriptor addendums ...jeanPerier1-1/+1
2024-02-13[flang] Register LLVMTranslationDialectInterface for FIR. (#81668)Slava Zakharin2-0/+4
2024-02-13[flang][cuda] Lower cluster_dims values (#81636)Valentin Clement (バレンタイン クレメン)2-0/+17
2024-02-13[flang][cuda] Lower launch_bounds values (#81537)Valentin Clement (バレンタイン クレメン)2-0/+17
2024-02-13[Flang] Move genMinMaxlocReductionLoop to Transforms/Utils.cpp (#81380)David Green2-139/+38
2024-02-12[flang][OpenMP] Pass semantics context to all generating functions in… (#81...Krzysztof Parzyszek1-0/+2
2024-02-12[flang][NFC] Remove hardcoded attr name for fir.dispatch and fid.dt_entry op...Valentin Clement (バレンタイン クレメン)1-2/+0
2024-02-12[flang][NFC] Remove hardcoded attr name for fir.global op (#81347)Valentin Clement (バレンタイン クレメン)1-11/+0
2024-02-09[flang][cuda] Lower attribute for procedure (#81336)Valentin Clement (バレンタイン クレメン)2-17/+64
2024-02-09[flang][cuda][NFC] Rename CUDAAttribute to CUDADataAttribute (#81323)Valentin Clement (バレンタイン クレメン)7-23/+24
2024-02-09[flang][cuda] Lower attribute for module variables (#81226)Valentin Clement (バレンタイン クレメン)2-3/+6
2024-02-09[flang] Align runtime info and lowering regarding passing ABIs (#81166)jeanPerier1-0/+1
2024-02-08[flang][cuda] Lower attribute for dummy argument (#81212)Valentin Clement (バレンタイン クレメン)2-0/+33
2024-02-08[flang][cuda] Lower attribute for local variable (#81076)Valentin Clement (バレンタイン クレメン)5-9/+39
2024-02-07[flang] Introducing a method to dynamically and conditionally register dialec...Vijay Kandiah2-0/+10
2024-02-07[flang] Do not move finalized function results in lowering (#80683)jeanPerier2-2/+5
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement1-0/+2
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation (#80351)"Valentin Clement1-2/+0
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement1-0/+2
2024-02-05[flang] Set fast math related function attributes for -Ofast/-ffast-math (#79...Alex Bradbury4-5/+47
2024-02-05[Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for targ...agozillon5-0/+43
2024-02-05Revert "[mlir][openacc] Add legalize data pass for compute operation" (#80710)Valentin Clement (バレンタイン クレメン)1-2/+0
2024-02-05[mlir][openacc] Add legalize data pass for compute operation (#80351)Valentin Clement (バレンタイン クレメン)1-0/+2
2024-02-05[flang] Fix for atand(Y,X), and implment atan2d(Y,X), atanpi(X), atanpi(Y,X),...Yi Wu1-0/+1
2024-02-05[flang] Do not instantiate runtime info globals in functions (#80447)jeanPerier1-0/+3
2024-02-03[flang] Implement ACOSD and ASIND (#80448)Michael Klemm1-1/+3
2024-02-02[Flang][MLIR][OpenMP] Use function-attached target attributes for OpenMP lowe...Sergio Afonso1-11/+0
2024-02-01[flang][NFC] Cache derived type translation in lowering (#80179)jeanPerier1-1/+2
2024-01-31[flang][hlfir][NFC] Fix typoValentin Clement1-1/+1
2024-01-31[flang] Downgrade a too-strong error message to a warning (#80095)Peter Klausler1-1/+1
2024-01-31[flang] Lower ASYNCHRONOUS variables and IO statements (#80008)jeanPerier1-2/+2
2024-01-30[Flang][Lower] Attach target_cpu and target_features attributes to MLIR funct...Sergio Afonso4-10/+43
2024-01-29[flang] Restore error status for many indistinguishable specifics (#79927)Peter Klausler1-4/+5
2024-01-29[flang] Turn "error" cases into warning for "indistinguishable" specific proc...Peter Klausler1-1/+2
2024-01-29[flang] Set KIND in compiler generated COUNT for SIZE(PACK) (#79801)jeanPerier2-7/+19
2024-01-29[flang] Use DataLayout for computing type size in LoopVersioning. (#79778)Slava Zakharin1-0/+12
2024-01-29[flang] add SYSTEM runtime and lowering intrinsics support (#74309)Yi Wu1-0/+1
2024-01-29[flang] Add support for COSD/SIND (#79546)NimishMishra1-0/+2
2024-01-26[flang] Lower passing non assumed-rank/size to assumed-ranks (#79145)jeanPerier3-1/+19
2024-01-26[flang][Runtime] Add SIGNAL intrinisic (#79337)Tom Eccles4-0/+21
2024-01-26[flang][runtime] Implement SLEEP intrinsic (#79074)Tom Eccles3-0/+10
2024-01-25[flang] Improve USE merging of homonymous types, interfaces, and proc… (#79...Peter Klausler2-1/+6
2024-01-25[flang][runtime] Validate pointer DEALLOCATE (#78612)Peter Klausler2-0/+6
2024-01-25[Flang] Move genMinMaxlocReductionLoop to a common location.David Green1-7/+128
2024-01-25[Flang] Minloc elemental intrinsic lowering (#74828)David Green1-0/+19
2024-01-25[mlir][IR] Add rewriter API for moving operations (#78988)Matthias Springer1-1/+5
2024-01-24[flang] Set assumed-size last extent to -1 (#79156)jeanPerier2-30/+0