aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)Author
2024-01-30Apply kind code check on exitstat and cmdstat (#78286)Yi Wu
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam
2024-01-23fix optional wait wrongly treated as false (#78149)Yi Wu
2024-01-23[Flang][OpenMP] Fix to variables not inheriting data sharing attributes (#79017)harishch4
2024-01-23[flang] Do not leak intrinsics used by ISO_C_BINDING and ISO_FORTRAN_ENV (#79...Michael Klemm
2024-01-22[flang] Allow assumed-shape element pass to dummy arg with ignore_tkr (#78196)Tom Eccles
2024-01-22[flang][driver] deprecate manual usage of -lFortran_main (#79016)Tom Eccles
2024-01-22[flang] Fix a warningKazu Hirata
2024-01-22[flang][openacc] Fix test with new loop designValentin Clement
2024-01-22[flang][openacc] Lower loop directive to the new acc.loop op design (#65417)Valentin Clement (バレンタイン クレメン)
2024-01-22[flang] Handle -S assemble only flag in flang-to-external-fc (#78979)David Spickett
2024-01-22[Flang][OpenMP] Reword comment for clarification, NFCKrzysztof Parzyszek
2024-01-22[Flang][OpenMP] Restructure recursive lowering in `createBodyOfOp` (#77761)Krzysztof Parzyszek
2024-01-20[Flang] Fix for replacing loop uses in LoopVersioning pass (#77899)David Green
2024-01-19[Flang][OpenMP] Consider renames when processing reduction intrinsics (#70822)Kiran Chandramohan
2024-01-19[flang] use setsid to assign the child to prevent zombie as it will be clean ...Yi Wu
2024-01-19[flang] Expand parent component in procedure pointer component ref (#78593)jeanPerier
2024-01-19Revert "Revert "[Flang][OpenMP] NFC: Minor refactoring of Reduction lowering ...Kiran Chandramohan
2024-01-19[flang][re-apply] Fix seg fault CodeGenAction::executeAction() (#78672)Kareem Ergawy
2024-01-18[flang][openacc] Support multiple device_type when lowering (#78634)Valentin Clement (バレンタイン クレメン)
2024-01-19Revert "[flang] Fix seg fault `CodeGenAction::executeAction()` (#78269)" (#78...Kareem Ergawy
2024-01-18[flang] Fix seg fault `CodeGenAction::executeAction()` (#78269)Kareem Ergawy
2024-01-18[flang] Don't use \uXXXX encodings unless \-escapes are enabled (#78326)Peter Klausler
2024-01-18[mlir][flang][openacc] Device type support on acc routine op (#78375)Valentin Clement (バレンタイン クレメン)
2024-01-18[Flang][MLIR][OpenMP] Remove the early outlining interface (#78450)Sergio Afonso
2024-01-18[flang] Match the length size in comparison (NFC) (#78302)madanial0
2024-01-18[flang] fix unsafe memory access using mlir::ValueRange (#78435)madanial0
2024-01-18[flang][driver] Fix Driver/isysroot.f90 test (#78478)Leandro Lupori
2024-01-18[Flang][OpenMP][Lower] NFC: Combine two calls to ClauseProcessor::processTODO...Sergio Afonso
2024-01-18[Flang][OpenMP] Push genEval closer to leaf lowering functions (#77760)Krzysztof Parzyszek
2024-01-18[flang] Allow user to define free via BIND(C) (#78428)jeanPerier
2024-01-17[flang] Avoid new spurious error under -fopenacc (#78504)Peter Klausler
2024-01-17[flang] Lower BIND(C) module variables (#78279)jeanPerier
2024-01-17[Flang][MLIR] Add basic initial support for alloca and program address space ...agozillon
2024-01-17[flang] Add structure constructor with allocatable component (#77845)Kelvin Li
2024-01-17[AArch64][Driver] Better handling of target feature dependencies (#78270)ostannard
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2024-01-16[flang] Add install target to install flang headers (#78151)Tom Eccles
2024-01-16[flang][Driver] Support -pthread in the frontend (#77360)Tarun Prabhu
2024-01-16[Flang][OpenMP] Remove space before :: in member function definition,… (#78...Krzysztof Parzyszek
2024-01-15[flang] allow _POSIX_SOURCE to be defined without a value (#78179)Kelvin Li
2024-01-15[flang][NFC] Restore documentation (#78211)Peter Klausler
2024-01-15[flang] Catch more initialization errors (#77850)Peter Klausler
2024-01-15[flang][runtime] Emit leading space before zero-length list-directed … (#77...Peter Klausler
2024-01-15[flang] Catch name resolution error due to global scoping (#77683)Peter Klausler
2024-01-15[flang] Add portability warning for F'2008 feature (#77526)Peter Klausler
2024-01-15[flang] Don't change size of allocatable in error situation (#77386)Peter Klausler
2024-01-15[flang] More support for assumed-size Cray pointees (#77381)Peter Klausler
2024-01-15[flang] Fix semantic checks for MOVE_ALLOC (#77362)Peter Klausler
2024-01-15[flang][runtime] Better real MOD/MODULO results (#77167)Peter Klausler