aboutsummaryrefslogtreecommitdiff
path: root/flang/tools
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-03[flang] Install omp_lib.h to install directory alongside modulesDavid Truby1-0/+1
2023-06-30[openacc][NFC] Bump parser support number to OpenACC 3.3Valentin Clement1-1/+1
2023-06-14[flang] rename PPC specific intrinsic modules (NFC)Kelvin Li1-6/+6
2023-06-13[flang] Add PowerPC vec_add, vec_and, vec_mul, vec_sub and vec_xor intrinsicsKelvin Li2-1/+10
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle3-1/+6
2023-06-05[OpenMP][bbc][flang] Add _OPENMP macro definitionDominik Adamski1-1/+2
2023-06-01[flang] CUDA Fortran - part 5/5: statement semanticsPeter Klausler1-0/+1
2023-06-01[flang][hlfir] Separate -emit-fir and -emit-hlfir for bbcTom Eccles1-2/+17
2023-06-01Flang implementation for COMPILER_VERSION and COMPILER_OPTIONS intrinsicsHussain Kadhem2-2/+26
2023-05-24[flang] Support for PowerPC vector typeKelvin Li1-1/+4
2023-05-19[OpenMP][MLIR][Flang][bbc][Driver] Add fopenmp-version and generate correspon...Dominik Adamski1-4/+10
2023-05-17[flang][hlfir] Implement the scheduling part of hlfir.forall codegenJean Perier1-0/+1
2023-05-16[flang] Finer control over warningsPeter Klausler1-0/+7
2023-05-11[flang][openacc][NFC] Update _OPENACC definition to 202011Valentin Clement1-1/+1
2023-04-24Remove deprecated `preloadDialectInContext` flag for MlirOptMain that has bee...Mehdi Amini1-1/+1
2023-04-05[OpenMP][MLIR][Flang][bbc][Driver] Add OpenMP RTL Flags to Flang and generate...Andrew Gozillon1-2/+39