aboutsummaryrefslogtreecommitdiff
path: root/flang/tools
AgeCommit message (Expand)AuthorFilesLines
3 daysRevert "[flang] Add basic -mtune support" (#96678)Tarun Prabhu2-6/+1
3 days[flang] Add basic -mtune support (#95043)Alexis Perry-Holby2-1/+6
2024-06-05[Flang][OpenMP] Add -fopenmp-force-usm option to flang (#94359)Sergio Afonso1-5/+10
2024-05-25[flang] Revise IDE folder structure (#89745)Michael Kruse1-0/+1
2024-05-17[flang][cuda] Implicitly load cudadevice module in device/global subprogram (...Valentin Clement (バレンタイン クレメン)1-4/+8
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)3-0/+6
2024-05-16[flang] Add nsw flag to do-variable increment with a new option (#91579)Yusuke MINATO1-0/+7
2024-05-13[flang][cuda] Extends matching distance computation (#91810)Valentin Clement (バレンタイン クレメン)1-0/+10
2024-05-10Revert "[flang][cuda] Implicitly load cudadevice module in device/global subp...Valentin Clement (バレンタイン クレメン)1-4/+0
2024-05-10[flang][cuda] Implicitly load cudadevice module in device/global subprogram (...Valentin Clement (バレンタイン クレメン)1-0/+4
2024-05-02[flang] Added extension point callbacks to default FIR optimizer pipeline. (#...Vijay Kandiah2-2/+4
2024-05-01[flang] Intermix messages from parser and semantic analysis (#90654)Peter Klausler1-4/+7
2024-04-29[flang] Generate main only when a Fortran program statement is present (#89938)David Truby1-1/+0
2024-04-19[flang] Remove obsolete flang-to-external-fc tool (#88904)Michael Klemm2-508/+0
2024-04-11[flang] Do not create .f18.mod files for each compiled module (#85249)Michael Klemm1-5/+2
2024-04-08[flang] Clean up ISO_FORTRAN_ENV, fix NUMERIC_STORAGE_SIZE (#87566)Peter Klausler1-9/+6
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm1-3/+33
2024-03-19[flang] Enable polymorphic lowering by default (#83285)jeanPerier1-6/+0
2024-03-14[flang] Avoid module dependency failure when __fortran_buitlin is updatedValentin Clement1-1/+1
2024-02-23[flang][OpenMP] Set OpenMP attributes in MLIR module in bbc before lo… (#82...Krzysztof Parzyszek1-1/+1
2024-02-23[flang][bbc] Fix dangling reference to `envDefaults` (#82800)Krzysztof Parzyszek1-1/+2
2024-02-20[flang][runtime] Add FortranFloat128Math wrapper library. (#81971)Slava Zakharin1-0/+3
2024-02-08[Flang][bbc] Prevent bbc -emit-fir command invoking OpenMP passes twice (#80927)agozillon1-5/+23
2024-02-07[flang] Introducing a method to dynamically and conditionally register dialec...Vijay Kandiah3-0/+3
2024-01-30[Flang][Lower] Attach target_cpu and target_features attributes to MLIR funct...Sergio Afonso2-2/+10
2024-01-22[flang] Handle -S assemble only flag in flang-to-external-fc (#78979)David Spickett1-0/+4
2024-01-10[Flang][OpenMP][MLIR] Add support for -nogpulib option (#71045)Dominik Adamski1-1/+7
2023-12-13[flang] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-06[flang] Updating drivers to create data layout before semantics (#73301)jeanPerier4-23/+74
2023-12-04[flang] (Re-)Enable alias tags pass by default (#74250)Tom Eccles1-0/+1
2023-11-29Revert "[flang] Enable alias tags pass by default (#73111)" (#73821)Tom Eccles1-1/+0
2023-11-27[flang] Enable alias tags pass by default (#73111)Tom Eccles1-0/+1
2023-11-15[flang] Switch lowering to use the HLFIR step by default (#72090)jeanPerier1-1/+1
2023-11-13[flang] Ensure that portability warnings are conditional (#71857)Peter Klausler1-1/+1
2023-10-23[flang][openacc] Support fixed form sentinel format (#69970)Valentin Clement (バレンタイン クレメン)1-0/+8
2023-10-10[flang] Remove unused using decls (NFC)Kazu Hirata1-2/+0
2023-10-03[flang][NFCI]Use config structure for MLIR to LLVM pass creation (#67792)Mats Petersson2-3/+6
2023-10-02Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's ru...David Spickett1-0/+8
2023-09-30[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LL...Paul Scoropan1-8/+0
2023-09-18[Flang][OpenMP] Run Flang-specific OpenMP MLIR passes in bbcSergio Afonso1-0/+5
2023-09-06[flang][HLFIR] add more memory effects interfacesTom Eccles2-1/+7
2023-08-15[Driver] Refactor to use llvm Option's new Visibility flagsJustin Bogner1-1/+1
2023-08-04[flang] Add -fppc-native-vector-element-order option to control the element o...Kelvin Li1-0/+6
2023-08-03Enable CUDA Fortran for bbcZhen Wang1-0/+9
2023-08-01[flang] Fixed out-of-tree build after D156435.Slava Zakharin1-7/+0
2023-07-31[flang] Quadmath 128 bit floating point intrinsicsPeter Steinfeld1-0/+8
2023-07-27[flang] Add a subset of PowerPC MMA (Matrix Multiply Accelerate) intrinsicsKelvin Li1-2/+5
2023-07-20[MLIR][OpenMP][OMPIRBuilder] Use target triple to initialize `IsGPU` flagSergio Afonso1-4/+15
2023-07-18[Flang] Include logical default with default-integer-8Kiran Chandramohan1-0/+1
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso1-1/+1