aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-05[flang] Ignore ambiguous use statement in use_stmt generation. (#174387)Abid Qadeer2-0/+33
2026-01-05[flang] change yielded iv value to be `iv + step` (#174124)Susan Tan (ス-ザン タン)2-3/+77
2026-01-05[Flang] Add FIR and LLVM lowering support for prefetch directive (#167272)Thirumalai Shaktivel7-10/+299
2026-01-05[OpenMP][OMPIRBuilder] Hoist static parallel region allocas to the entry bloc...Kareem Ergawy2-4/+5
2026-01-04[flang][cuda] Skip sizeof intrinsic in check (#174339)Valentin Clement (バレンタイン クレメン)2-1/+2
2026-01-03[flang][mlir] Add support for implicit linearization in omp.simd (#150386)NimishMishra5-15/+76
2026-01-04[flang][cuda] Fix false positive in host intrinsic with device var (#174300)Valentin Clement (バレンタイン クレメン)2-16/+10
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-4/+3
2026-01-02[flang][cuda] Emit error when a device actual argument is used in host intrin...Valentin Clement (バレンタイン クレメン)5-1/+83
2026-01-02[flang] Represent use statement in fir. (#168106)Abid Qadeer13-10/+387
2026-01-01[flang] Fix two bugs with new warnings (#174153)Peter Klausler6-32/+22
2026-01-01[flang] Disable new -Wused-undefined-variable warning by default (#174151)Peter Klausler1-1/+0
2025-12-31[flang] Emit warnings, not errors, for bad subscripts in dead code (#174040)Peter Klausler8-8/+143
2025-12-31[flang] Improve parser error recovery (#173803)Peter Klausler7-73/+57
2025-12-31[flang] Catch misuse of assumed-rank dummy argument (#173786)Peter Klausler2-0/+14
2025-12-31[flang] Fix crash in defined I/O table creation (#173783)Peter Klausler2-7/+41
2025-12-31[flang] No ENTRY in interfaces (#173577)Peter Klausler2-1/+11
2025-12-31[flang] Add new warnings for unused & undefined locals (#173504)Peter Klausler21-45/+257
2025-12-31Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)24-83/+120
2025-12-31[flang] Unify return value of memcpy and memmove (#174048)Valentin Clement (バレンタイン クレメン)1-3/+5
2025-12-31[flang] Fixed hoisting order in fir.do_concurrent simplification. (#174044)Slava Zakharin2-3/+44
2025-12-31[flang] Remove REQUIRES: shell lines form tests (#173339)Aiden Grossman15-15/+15
2025-12-30Revert "Reland "[flang][cuda] Add support for derived-type initialization on ...Valentin Clement (バレンタイン クレメン)24-121/+83
2025-12-30[flang][cuda] Fix device compilation after #172913 (#174031)Valentin Clement (バレンタイン クレメン)1-1/+2
2025-12-30[flang][cuda] Make copy to managed variable on host (#174012)Valentin Clement (バレンタイン クレメン)2-3/+22
2025-12-30Revert "[flang][cuda] Emit error when a device actual argument is used in hos...Valentin Clement (バレンタイン クレメン)4-66/+1
2025-12-30[flang] Fixed operations hoisting out of fir.do_concurrent. (#173502)Slava Zakharin4-3/+55
2025-12-30[flang][cuda] Emit error when a device actual argument is used in host intrin...Valentin Clement (バレンタイン クレメン)4-1/+66
2025-12-30Reland "[flang][cuda] Add support for derived-type initialization on device #...Valentin Clement (バレンタイン クレメン)24-83/+120
2025-12-29[flang][OpenMP] Allow INIT clause on DEPOBJ, add depinfo-modifier (#173056)Krzysztof Parzyszek10-60/+212
2025-12-23[flang][NFC] Fixed a merge artifact in Intrinsics.md (#173443)Eugene Epshteyn1-1/+0
2025-12-23[flang] improve compatibility with mingw headers (#172041)Jameson Nash1-0/+2
2025-12-23[flang][OpenMP] Order Unparse functions for OpenMP classes, NFC (#173391)Krzysztof Parzyszek1-364/+358
2025-12-23[flang][NFC] Strip trailing whitespace from markdown files (2 of 2)Tarun Prabhu18-216/+215
2025-12-23[flang][FIR][Mem2Reg] Add supoort for FIR. (#172808)Ming Yan4-5/+180
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to separate libraryAlexis Engelke2-1/+2
2025-12-22Revert "[LLVM][NFC] Move PassPlugin from Passes to Extensions lib" and subseq...Alexis Engelke1-1/+1
2025-12-22[Flang][Docs] Formatting change (#173257)Kiran Chandramohan1-2/+2
2025-12-22[flang][NFC] Strip trailing whitespace in markdown files (1 of 2)Tarun Prabhu17-130/+128
2025-12-22[LLVM][NFC] Move PassPlugin from Passes to Extensions libAlexis Engelke1-1/+1
2025-12-19[flang] Correctly buffer warnings in Semantics/check-call.cpp (#172738)Peter Klausler1-15/+10
2025-12-19[flang] Improve scan for dummy argument type declarations (#172706)Peter Klausler8-17/+33
2025-12-19[flang] Extension: Allow POINTER,INTENT(IN) passed objects (#172175)Peter Klausler11-11/+166
2025-12-19[Flang][OpenMP] Fix crash on invalid atomic variable expressions (#173068)Krish Gupta2-1/+43
2025-12-19[OpenMP] Define remaining OpenMP 6.0 clauses, add flang skeleton (#172080)Krzysztof Parzyszek3-14/+37