summaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)Author
2025-06-04[flang] Add aarch64 processor defines (#142606)David Truby
2025-06-04[flang][OpenMP] Skip implicit typing for OpenMPDeclarativeConstruct (#142415)Kajetan Puchalski
2025-06-04[Flang][OpenMP] Deprecate Allocate Directive (#142378)Jack Styles
2025-06-03[flang][OpenMP] Explicitly set Shared DSA in symbols (#142154)Leandro Lupori
2025-06-03[flang] Harden testcase by changing variable name. (#142363)Abid Qadeer
2025-06-02[flang][OpenMP] Resolve names for declare simd uniform clause (#142160)Kajetan Puchalski
2025-06-02[flang] Propagate volatile on openmp reduction vars (#142182)Asher Mancinelli
2025-06-02[flang] Retrieve shape from selector when generating assoc sym type (#137117)Kareem Ergawy
2025-06-02[flang] Fix ppc64le-flang-rhel-test buildbot failure (#142269)Cameron McInally
2025-06-02[flang][driver] Introduce FCC_OVERRIDE_OPTIONS. (#140556)Abid Qadeer
2025-06-01[NFC][tests] Relax matching for prefer-vector-width.f90Hubert Tong
2025-05-30[flang] Disable noalias by default (#142128)Tom Eccles
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK
2025-05-30[flang] Add support for -mprefer-vector-width=<value> (#142073)Cameron McInally
2025-05-30[NFC][OpenMP] Move the default declare mapper name suffix to OMPConstants.h (...Akash Banerjee
2025-05-30[flang] Add __COUNTER__ preprocessor macro (#136827)Yussur Mustafa Oraji
2025-05-30[flang][OpenMP] Allow structure component in `task depend` clauses (#141923)Kareem Ergawy
2025-05-29Reland "[flang] Added noalias attribute to function arguments. (#140803)"Slava Zakharin
2025-05-29[flang][OpenMP] Verify that arguments to COPYPRIVATE are variables (#141823)Krzysztof Parzyszek
2025-05-29[flang][OpenMP] Treat ClassType as BoxType in COPYPRIVATE (#141844)Krzysztof Parzyszek
2025-05-29[flang][cuda] Allow compiler directive in cuda code (#141991)Valentin Clement (バレンタイン クレメン)
2025-05-29[NFC][flang] Remove unused variable from `privatizeSymbol` (#141938)Kareem Ergawy
2025-05-29[flang][fir][OpenMP] Refactor privtization code into shared location (#141767)Kareem Ergawy
2025-05-29[flang] Generlize names of delayed privatization CLI flags (#138816)Kareem Ergawy
2025-05-29[flang][fir] Basic PFT to MLIR lowering for do concurrent locality specifiers...Kareem Ergawy
2025-05-28[flang][openacc] Allow polymorphic entity in data clauses (#141856)Valentin Clement (バレンタイン クレメン)
2025-05-28Revert "[flang] Added noalias attribute to function arguments." (#141884)Slava Zakharin
2025-05-28[flang] Added noalias attribute to function arguments. (#140803)Slava Zakharin
2025-05-28[flang] Fix prescanner bug w/ empty macros in line continuation (#141274)Peter Klausler
2025-05-28[flang] Allow forward reference to non-default INTEGER dummy (#141254)Peter Klausler
2025-05-28[flang] Fix folding of SHAPE(SPREAD(source,dim,ncopies=-1)) (#141146)Peter Klausler
2025-05-28[flang] Fix crash in error recovery (#140768)Peter Klausler
2025-05-28[flang] Extension: allow char string edit descriptors in input formats (#140624)Peter Klausler
2025-05-28[OpenMP][Flang] Fix semantic check and scoping for declare mappers (#140560)Akash Banerjee
2025-05-27[flang] Ensure that the integer for Cray pointer is sized correctly (#140822)Eugene Epshteyn
2025-05-27[mlir][math] Add missing trig math-to-llvm conversion patterns (#141069)Asher Mancinelli
2025-05-25[flang][fir] Add FIR structured control flow ops to SCF dialect pass. (#140374)MingYan
2025-05-23[flang][openacc] use location of end directive for exit operations (#140763)Andre Kuhlenschmidt
2025-05-23[Flang][OpenMP] fix crash on sematic error in atomic capture clause (#140710)Yang Zaizhou
2025-05-22[flang] Fix build after 9e306ad4 (#141134)Jan Svoboda
2025-05-22[flang][cuda] Do not generate cuf.alloc/cuf.free in device context (#141117)Valentin Clement (バレンタイン クレメン)
2025-05-22[flang][OpenMP] use attribute for delayed privatization barrier (#140092)Tom Eccles
2025-05-22[flang] Skip opt-bufferization when memory effect does not have an associated...Asher Mancinelli
2025-05-22[flang] optionally add lifetime markers to alloca created in stack-arrays (#1...jeanPerier
2025-05-22[CMake] respect LLVMConfig.cmake's LLVM_DEFINITIONS in standalone builds (#13...jeremyd2019
2025-05-22[OpenMP][Flang] Fix OOB access for derived type mapping (#140948)Akash Banerjee
2025-05-21[flang][cuda] Use NVVM op for barrier0 intrinsic (#140947)Valentin Clement (バレンタイン クレメン)
2025-05-21[flang] [cuda] implicitly set DEVICE attribute to scalars in device routines ...Zhen Wang
2025-05-21[flang] fix ICE with ignore_tkr(tk) character in explicit interface (#140885)jeanPerier