1. 811866e [flang][cuda] Relax assumed size check on object with device attribute (#89466) by Valentin Clement (バレンタイン クレメン) · 2 hours ago main master
  2. 0cd6310 [flang][cuda] Enforce DEVICE attribute when ALLOCATE with STREAM option (#89459) by Valentin Clement (バレンタイン クレメン) · 2 hours ago
  3. 0204c5c [flang][cuda] Enforce PINNED attribute when ALLOCATE with PINNED option (#89455) by Valentin Clement (バレンタイン クレメン) · 3 hours ago
  4. e26ce38 [flang][cuda] Use fir.cuda_deallocate for automatic deallocation (#89450) by Valentin Clement (バレンタイン クレメン) · 3 hours ago
  5. 4ae315c [flang][OpenMP] Use maxnum/minnum for lowering of max/min reduction operators (#89258) by Jan Leyonberg · 5 hours ago
  6. 7e7cc77 [flang][cuda] Allow fixed size array with the managed attribute (#89436) by Valentin Clement (バレンタイン クレメン) · 5 hours ago
  7. d57e39e Reland "[flang][build] Fixed paths discrovery for the out-of-tree build. (#87822)" by Slava Zakharin · 9 hours ago
  8. 49744f7 [flang] Remove obsolete flang-to-external-fc tool (#88904) by Michael Klemm · 7 hours ago
  9. 3bb4124 [mlir][llvm] Port `overflowFlags` to a native operation property (RELAND) (#89410) by Jeff Niu · 8 hours ago
  10. 5e6f009 [Flang][OpenMP] NFC: Simplify handling of insertion points (#89221) by Sergio Afonso · 9 hours ago
  11. bdd6d28 [flang][cuda] Allow if stmt in device subroutine (#89347) by Valentin Clement (バレンタイン クレメン) · 10 hours ago
  12. dda29d8 [Flang][OpenMP] Issue error if reduction clause has proc-pointer (#88999) by Kiran Chandramohan · 13 hours ago
  13. 001a8a5 [flang][cuda] Relax semantic for device variable in block construct (#89330) by Valentin Clement (バレンタイン クレメン) · 23 hours ago
  14. ae0479c [flang][OpenMP] Move clause/object conversion to happen early, in genOMP (#87086) by Krzysztof Parzyszek · 32 hours ago
  15. 2477465 Revert "[flang][build] Fixed paths discrovery for the out-of-tree build. (#87822)" by Slava Zakharin · 2 days ago
  16. b696058 [flang] Rename AddDebugFoundation to AddDebugInfo (NFC) (#89191) by abidh · 36 hours ago
  17. 0bf8e47 [flang][cuda] Avoid crash by exiting the check if assignment is not usable (#89149) by Valentin Clement (バレンタイン クレメン) · 2 days ago
  18. cf95070 [flang][cuda] Lower DEALLOCATE for device variables (#89091) by Valentin Clement (バレンタイン クレメン) · 2 days ago
  19. d437ce8 [flang][NFC] Add missing include for FreeBSD by Tom Eccles · 2 days ago
  20. 4e4bef3 Revert "[flang][NFC] Add missing include for FreeBSD" by Tom Eccles · 2 days ago
  21. 52b3016 [flang][NFC] Add missing include for FreeBSD by Tom Eccles · 2 days ago
  22. 4bd1d63 [flang][cuda] Lower ALLOCATE for device variable (#88980) by Valentin Clement (バレンタイン クレメン) · 2 days ago
  23. 3456e1a [flang][cuda] Update memory effect on fir.cuda_allocate op (#88930) by Valentin Clement (バレンタイン クレメン) · 2 days ago
  24. 49650c9 [Flang][OpenMP][Lower] Refactor lowering of compound constructs (#87070) by Sergio Afonso · 3 days ago
  25. 85eed9f [MLIR][Flang][OpenMP] Make omp.simdloop into a loop wrapper (#87365) by Sergio Afonso · 3 days ago
  26. 121659d Fix threadprivate variable scope inside BLOCK construct. (#88921) by harishch4 · 3 days ago
  27. 5acd522 [flang] Retain internal and BIND(C) host procedure link in FIR (#87796) by jeanPerier · 3 days ago
  28. fca721d [flang][cuda] Add fir.deallocate operation (#88839) by Valentin Clement (バレンタイン クレメン) · 3 days ago
  29. 38dcd85 [flang,test] Add -resource-dir option to msvc-dependent-lib-flags.f90 (#88894) by YunQiang Su · 3 days ago
  30. 0418aa5 [flang][runtime] Create CUDA PTX OBJECT library target for F18 runtime CUDA build. (#88821) by Slava Zakharin · 3 days ago
  31. 4088a87 [flang] Fix test after 4078afc6d23e25df6baedad61b224ef86a94d42f by Krzysztof Parzyszek · 3 days ago
  32. 3069494 [Flang][OpenMP][Lower] Split MLIR codegen for clauses and constructs (#86963) by Sergio Afonso · 4 days ago
  33. 27f58b3 [Flang][OpenMP] NFC: Remove old reduction lowering code (#88798) by Kiran Chandramohan · 4 days ago
  34. 21029ea [flang][runtime] Add ACCESS library procedure (#88517) by Tom Eccles · 4 days ago
  35. a86b1e0 [flang][cuda] Add fir.cuda_allocate operation (#88586) by Valentin Clement (バレンタイン クレメン) · 4 days ago
  36. f780a6f [Flang][OpenMP] Accept the reduction modifier (#86492) by Kiran Chandramohan · 4 days ago
  37. 4dd3c23 [flang] Rename AddDebugFoundation to AddDebugInfo (NFC) (#88526) by abidh · 5 days ago
  38. 6486349 [Driver] Ensure ToolChain::LibraryPaths is not empty for non-Darwin by Fangrui Song · 5 days ago
  39. 2f2f40e [flang][cuda] Fix crash in semantic (#88577) by Valentin Clement (バレンタイン クレメン) · 7 days ago
  40. c306095 [LLVM][OpenMP] Add "nowait" clause as valid for "workshare" (#88426) by Krzysztof Parzyszek · 7 days ago
  41. 38fd33a [Flang][AMDGPU] Add rocm-path flag (#88190) by Dominik Adamski · 7 days ago
  42. 58034be Revert "[flang][runtime] Add ACCESS library procedure" (#88507) by Tom Eccles · 7 days ago
  43. 8e6299a [flang][runtime] Add ACCESS library procedure (#88395) by Tom Eccles · 7 days ago
  44. b398416 [Flang][OpenMP][Lower] Use clause operand structures (#86802) by Sergio Afonso · 8 days ago
  45. 756154a [flang] Pass VALUE CHARACTER arg by register in BIND(C) calls (#87774) by jeanPerier · 8 days ago
  46. 2f28b10 [Flang] Add options frtlib-add-rpath and resource-dir (#88280) by Dominik Adamski · 8 days ago
  47. 069d506 [flang][Semantics] Fix updating flags of threadprivate symbols in presence of default clause (#78283) by NimishMishra · 8 days ago
  48. 4c300e0 [flang] Add design document for debug info generation. (#86939) by abidh · 8 days ago
  49. 0b777a4 [Flang] [OpenMP] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (#88206) by Raghu Maddhipatla · 8 days ago
  50. 700a155 [flang][OpenMP] Allocate array reduction variables on the heap (#87773) by Tom Eccles · 9 days ago
  51. 75b0502 [flang] Do not create .f18.mod files for each compiled module (#85249) by Michael Klemm · 9 days ago
  52. 3c038d3 Revert "[Driver] Ensure ToolChain::LibraryPaths is not empty for non-Darwin" by Arthur Eubanks · 9 days ago
  53. 0fb7623 [Flang] Define c_int_fast16_t and c_int_fast32_t for PowerPC. (#88292) by Daniel Chen · 9 days ago
  54. 5c21536 [flang][Frontend] Implement printing defined macros via -dM (#87627) by Krzysztof Parzyszek · 9 days ago
  55. c492f37 [flang] fix build on *BSD after 4762c6557d15 (#86204) by Brooks Davis · 10 days ago
  56. 255688a Revert "[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive." (#88198) by Raghu Maddhipatla · 10 days ago
  57. 48f490f [flang][cuda] Add UNIFIED data attribute (#88171) by Valentin Clement (バレンタイン クレメン) · 10 days ago
  58. ac52d9d [Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (#74187) by Raghu Maddhipatla · 10 days ago
  59. 21568eb [Flang] Update Extensions.md for supported BIND(C) LOGICAL kind. (#88159) by Daniel Chen · 10 days ago
  60. 1f7ad0e [flang][cuda] Add a proper TODO for allocate statement for cuda var (#88034) by Valentin Clement (バレンタイン クレメン) · 10 days ago
  61. 2116f10 [MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974) by Billy Zhu · 10 days ago
  62. eeba78e [flang]Accept directive inside type definition (#87804) by Mats Petersson · 11 days ago
  63. 70f2f19 [Driver] Ensure ToolChain::LibraryPaths is not empty for non-Darwin by Fangrui Song · 11 days ago
  64. bc25b67 [flang][omp] Heed valid build warning (#88015) by Peter Klausler · 11 days ago
  65. 0870180 [flang] Clean up ISO_FORTRAN_ENV, fix NUMERIC_STORAGE_SIZE (#87566) by Peter Klausler · 11 days ago
  66. d7b72da [flang] Don't allow non-standard data conversions of potentially abse… (#87391) by Peter Klausler · 11 days ago
  67. e480eeb [flang] Improve error message with declaration (#87294) by Peter Klausler · 11 days ago
  68. 5ac93db [flang] Handle forward reference to shadowing derived type from IMPLICIT (#87280) by Peter Klausler · 11 days ago
  69. 3ce646d [flang] Fix crash in reduction folding (#87201) by Peter Klausler · 11 days ago
  70. b7dba41 [flang] Fix crash in semantics on bad program (#87199) by Peter Klausler · 11 days ago
  71. 9242096 [flang][cuda] Allow list-directed PRINT and WRITE stmt in device code (#87415) by Valentin Clement (バレンタイン クレメン) · 11 days ago
  72. cfbeade [flang][runtime] Added simplified std::toupper implementation. (#87850) by Slava Zakharin · 11 days ago
  73. 5ddde95 [flang][OpenMP] Add support for complex reductions (#87488) by Mats Petersson · 12 days ago
  74. 2844e74 [flang] Fix source allocation to explicit length after deferred length object (#87785) by jeanPerier · 12 days ago
  75. 4d624a2 [flang][NFC] document BOZ error in DIM, MOD, MODULO, and SIGN (#87779) by jeanPerier · 12 days ago
  76. 822d5de [flang] Fix MASKR/MASKL lowering for INTEGER(16) (#87496) by jeanPerier · 12 days ago
  77. b67c423 [flang] Fix -Wunused-but-set-variable in Bridge.cpp (NFC) by Jie Fu · 2 weeks ago
  78. c664979 [NFC][flang][runtime] Moved freestanding-tools.h to use it in FortranDecimal. (#87827) by Slava Zakharin · 2 weeks ago
  79. 4f51e87 [flang][build] Fixed paths discrovery for the out-of-tree build. (#87822) by Slava Zakharin · 2 weeks ago
  80. be968fd [flang][runtime] Support for offload build of FortranDecimal. (#87653) by Slava Zakharin · 2 weeks ago
  81. 5274be9 [flang][cuda] Add restriction on implicit data transfer (#87720) by Valentin Clement (バレンタイン クレメン) · 2 weeks ago
  82. 276c0b5 [flang][doc] Added information about `REAL(16)` math intrinsics support. (#87710) by Slava Zakharin · 2 weeks ago
  83. b517031 [flang][cuda] Lower device to host and device to device transfer (#87387) by Valentin Clement (バレンタイン クレメン) · 2 weeks ago
  84. e769b2e Reland "[flang][runtime] Enable I/O APIs in F18 runtime offload builds." (#87729) by Slava Zakharin · 2 weeks ago
  85. 18af1c8 [FLANG] allow -fopenmp= (#86816) by Mats Petersson · 2 weeks ago
  86. 7ed5f38 [flang][NFC] Unify getIfConstantIntValue helpers (#87633) by Tom Eccles · 2 weeks ago
  87. edfc4de Reland "[flang][clang] Add Visibility specific help text for options (#81869)" by David Spickett · 2 weeks ago
  88. 44d461f Revert "[flang][clang] Add Visibility specific help text for options (#81869)" by David Spickett · 2 weeks ago
  89. 486f3ae [flang][clang] Add Visibility specific help text for options (#81869) by David Spickett · 2 weeks ago
  90. 8f4c17b [flang] Add --gcc-toolchain and --gcc-install-dir options to flang. (#87360) by Michael Kruse · 2 weeks ago
  91. ac741ee [flang] Added windows-include.h wrapper to resolve name conflicts. (#87650) by Slava Zakharin · 2 weeks ago
  92. 8c62d64 [flang][cuda] Add restriction on assumed size device variable (#87664) by Valentin Clement (バレンタイン クレメン) · 2 weeks ago
  93. 82a7aea [flang] Return 1 in ERROR STOP without user provided stop-code (#87501) by jeanPerier · 2 weeks ago
  94. 14a180d Revert "[flang][runtime] Enable I/O APIs in F18 runtime offload builds." (#87629) by Mehdi Amini · 2 weeks ago
  95. 2e84eae [flang][OpenMP] lower reductions of assumed shape arrays (#86982) by Tom Eccles · 2 weeks ago
  96. 438143d [flang] implement passing assumed-size array to assumed-rank arguments (#87511) by jeanPerier · 2 weeks ago
  97. ad604b7 [Flang] Make SLES 15 build tests (#87498) by Jan Patrick Lehr · 2 weeks ago
  98. bd895be [flang][OpenMP] Fix for #86393 (#87452) by Sourabh Singh Tomar · 2 weeks ago
  99. 8ffb7b0 [flang][runtime] Enable I/O APIs in F18 runtime offload builds. (#87543) by Slava Zakharin · 2 weeks ago
  100. 35af2fe [flang] Fixed MODULO(x, inf) to produce NaN. (#86145) by Slava Zakharin · 2 weeks ago