aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[flang][CUDA] Apply implicit managed attribute when `-gpu=mem:managed` is use...Zhen Wang3-2/+175
2026-01-12[flang] Turn -Werror back off for Flang build (#175689)Peter Klausler2-2/+1
2026-01-12[flang] Temporarily disabled a check in a test that was breaking buildbots (#...Eugene Epshteyn1-3/+5
2026-01-12[flang] Add missing module file hashes (#175636)Peter Klausler2-10/+51
2026-01-12[flang] Fix spurious NaN result from infinite Kahan summation (#175373)Peter Klausler8-37/+53
2026-01-12[flang] Handle useless NAMELIST in interface block (#175214)Peter Klausler2-0/+13
2026-01-12[flang][NFC] Document that the integrity of parentheses is not violated (#175...Peter Klausler1-0/+21
2026-01-12[llvm][flang] Silence warning, resume -Werror builds of flang (#175053)Peter Klausler2-8/+2
2026-01-12[flang][OpenMP] Fix crash when arrays used in LINEAR clause (#175383)Krish Gupta5-0/+94
2026-01-12[NVPTX] Validate user-specified PTX version against SM version (#174834)Justin Fargnoli2-13/+4
2026-01-12[flang][acc] Implement cache directive lowering (#174897)khaki36-22/+698
2026-01-12[flang] Fix SelectCaseOpConversion to convert block signatures (#175298)khaki33-0/+44
2026-01-12[flang] Remove unnecessary overloads of Walk in parse tree visitor (#175563)Krzysztof Parzyszek1-72/+0
2026-01-12[flang] Enhance show_descriptor intrinsic to avoid extra descriptor copies (#...Eugene Epshteyn2-64/+147
2026-01-10[flang] Changes to "unsafe Cray pointers" option (#175223)Eugene Epshteyn5-6/+6
2026-01-09[flang][cuda] Update cuda data transfer rules for full managed assigment (#17...Valentin Clement (バレンタイン クレメン)2-2/+17
2026-01-09[flang][cuda] Avoid inserting GetDeviceAddress call in offload regions (#175225)Razvan Lupusoru2-2/+33
2026-01-09[flang] Visit "source" member in all AST nodes (#175211)Krzysztof Parzyszek1-0/+18
2026-01-09[flang][mlir] Add checks and test for linear clause on omp.wsloop and omp.sim...NimishMishra4-48/+180
2026-01-09[flang][OpenMP] Prevent `omp.map.info` ops with user-defined mappers from bei...Kareem Ergawy2-2/+27
2026-01-09[flang] Fix homonymous interface and procedure warning (#171696)Leandro Lupori1-2/+3
2026-01-08[flang] Add traits to several AST nodes (#175065)Krzysztof Parzyszek9-258/+95
2026-01-08[mlir][acc] Add OffloadLiveInValueCanonicalization pass (#174671)Razvan Lupusoru6-8/+367
2026-01-08[flang][NFC] Converted five tests from old lowering to new lowering (part 4) ...Eugene Epshteyn5-480/+274
2026-01-08[flang] Do not error on constant nonzero UB in substring of ZLA (#174511)TMJ2-2/+40
2026-01-08[flang] Fix bad attributes on type parameter symbols (#174870)Peter Klausler2-0/+17
2026-01-08[flang] Make a non-digit in fixed-form label field an error unless -E (#174836)Peter Klausler10-33/+45
2026-01-08[flang] Silence "used but undefined" warning for LOC(x) (#174807)Peter Klausler2-1/+10
2026-01-08[flang] Check for errors when analyzing array constructors (#173092)Leandro Lupori2-0/+14
2026-01-08Revert "[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)"Michael Kruse1-2/+17
2026-01-08[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)Michael Kruse1-17/+2
2026-01-08[Flang][VecLib] Ensure TargetMachine->VecLib is set for flang invocations. (#...David Green2-0/+24
2026-01-07[flang] Make fir.result Pure operation. (#173508)Slava Zakharin2-3/+88
2026-01-07[flang] Added LoopInvariantCodeMotion pass for [HL]FIR. (#173438)Slava Zakharin12-51/+2116
2026-01-07[MLIR] Add missing dialects to C API (#82190)Sergio Sánchez Ramírez1-1/+1
2026-01-07[mlir][OpenMP] Lower device clause for target data/enter/exit/update (#174665)Chi-Chun, Chen3-7/+261
2026-01-07[Flang] Adjust pass plugin support to match Clang (#174006)Alexis Engelke8-30/+124
2026-01-06[flang][cuda][NFC] Move CUDA Fortran passes into CUDA directory (#174657)Valentin Clement (バレンタイン クレメン)6-5/+5
2026-01-06[flang][cuda] Add CUFFunctionRewrite pass (#174650)Valentin Clement (バレンタイン クレメン)4-0/+153
2026-01-06[flang] [documentation] Update the biweekly community call Google Docs link (...TMJ1-1/+1
2026-01-06[Flang][OpenMP] Implement device clause lowering for target directive (#173509)Chi-Chun, Chen3-2/+44
2026-01-06[flang][NFC] Converted five tests from old lowering to new lowering (part 3) ...Eugene Epshteyn5-390/+201
2026-01-05[flang][docs] Fix link to Getting Involved documentationJohn Otken1-1/+1
2026-01-05[flang][NFC] Convert old lowering tests to new lowering (part 2) (#174233)Eugene Epshteyn5-412/+184
2026-01-05[flang][cuda] Add CUFDeviceFuncTransform pass (#174487)Valentin Clement (バレンタイン クレメン)5-0/+432
2026-01-05Reapply "clang/AMDGPU: Stop looking for oclc_daz_opt_* control libraries (#13...Matt Arsenault1-1/+1
2026-01-05[flang][cuda] Add CUFLaunchAttachAttr pass (#174465)Valentin Clement (バレンタイン クレメン)5-0/+101
2026-01-05[flang][acc] Introduce interface for rematerializable ops (#174467)Razvan Lupusoru2-0/+21
2026-01-05[flang][cuda] Add pass to transform predefined variables (#174451)Valentin Clement (バレンタイン クレメン)4-0/+352
2026-01-05[flang][NFC] Remove unused files from flang documentation (#173369)Tarun Prabhu9-549/+0