1. 4692ddc [Flang][AMDGPU] Change default AMDHSA Code Object version to 5 (#87464) by Dominik Adamski · 4 weeks ago
  2. 34d23c6 [Flang] Support for procedure pointer component default initialization. (#87356) by Daniel Chen · 4 weeks ago
  3. a31e433 [flang][runtime] Avoid recursive calls in F18 runtime CUDA build. (#87428) by Slava Zakharin · 4 weeks ago
  4. 621a42c [flang][NFC] use mlir::SymbolTable in lowering (#86673) by jeanPerier · 4 weeks ago
  5. 05c7716 [flang][NFC] speed-up external name conversion pass (#86814) by jeanPerier · 4 weeks ago
  6. 369f459 [Flang] Relaxing an error when contiguous pointer is assigned to a non-contig… (#86781) by harishch4 · 5 weeks ago
  7. 8a07d99 Add operands to worklist when only used by deleted op (#86990) by mlevesquedion · 5 weeks ago
  8. c709f39 [OpenMP] Apply post-commit review comments in PR86289, NFC (#86828) by Krzysztof Parzyszek · 5 weeks ago
  9. f934860 [flang][OpenMP] Make several function local to OpenMP.cpp, NFC (#86726) by Krzysztof Parzyszek · 5 weeks ago
  10. 540a8d1 [flang] Remove duplicate call to va_end() (#86865) by Marc Auberer · 5 weeks ago
  11. b2781cd [flang][OpenMP] Rename makeList overloads to make{Objects,Clauses}, NFC (#86725) by Krzysztof Parzyszek · 5 weeks ago
  12. 8b7f850 [flang][acc] Add support for lowering combined constructs (#86696) by Razvan Lupusoru · 5 weeks ago
  13. d8904ca [flang] Dodge bogus GCC 13.2.0 error message in new code (#86708) by Peter Klausler · 5 weeks ago
  14. 1be4132 [flang][OpenMP] Make OpenMP clause representation language-agnostic (#86289) by Krzysztof Parzyszek · 5 weeks ago
  15. 075c13c [flang] Catch impossible but necessary TBP override (#86558) by Peter Klausler · 5 weeks ago
  16. edc57ed [flang][NFC] Address reported "possible missing return" (#86523) by Peter Klausler · 5 weeks ago
  17. 68ac805 [flang] Special-case handling of INTRINSIC in type-decl-stmt (#86518) by Peter Klausler · 5 weeks ago
  18. c4770ee [flang][runtime] Use cuda::std::variant in the CUDA build. (#86615) by Slava Zakharin · 5 weeks ago
  19. 5f27f26 [flang] Catch non-constant targets for procedure pointer initialization (#86338) by Peter Klausler · 5 weeks ago
  20. 5eba220 [flang][runtime] Runtime support for REDUCE() (#86214) by Peter Klausler · 5 weeks ago
  21. 9df9260 [flang] Fix crash in name resolution (#85835) by Peter Klausler · 5 weeks ago
  22. f2a3bab [flang] Accept more unrecognized !DIR$ compiler directives (#85829) by Peter Klausler · 5 weeks ago
  23. 3b0c22e [Flang] Support for passing procedure pointer, reference to a function that returns a procedure pointer to structure constructor. (#86533) by Daniel Chen · 5 weeks ago
  24. afa6706 [Flang] Add new CHECK_MSG() function (#86576) by Carlos Seo · 5 weeks ago
  25. fbcd89c [flang][runtime] Prepare enabling PRINT of integer32 for device. (#86247) by Slava Zakharin · 6 weeks ago
  26. f916a9e [flang][cuda] Lower simple host to device data transfer (#85960) by Valentin Clement (バレンタイン クレメン) · 6 weeks ago
  27. 1eb2dea [flang][OpenMP] Organize `genOMP` functions in OpenMP.cpp, NFC (#86309) by Krzysztof Parzyszek · 6 weeks ago
  28. e096e4a [flang] Fix -Wunused-variable in BoxedProcedure.cpp (NFC) by Jie Fu · 6 weeks ago
  29. 2c1191a [flang][OpenMP] Allow loop iteration variables in DSA clauses (#86194) by Leandro Lupori · 6 weeks ago
  30. 5246346 [flang][NFC] speedup BoxedProcedure for derived types with many components (#86144) by jeanPerier · 6 weeks ago
  31. 188dec0 [flang] Silence MSVC warning about shifts (NFC) (#83737) by AtariDreams · 6 weeks ago
  32. 67e33c7 [flang][NFC] Extract FIROpConversion to its own files (#86213) by Valentin Clement (バレンタイン クレメン) · 6 weeks ago
  33. 84efeab [flang] Fix lowering of host associated cray pointee symbols (#86121) by jeanPerier · 6 weeks ago
  34. 4d8ee0c [flang][runtime] Added pseudo file unit for simplified PRINT. (#86134) by Slava Zakharin · 6 weeks ago
  35. 0d14f30 [flang][OpenMP] Convert processTODO and remove unused objects (#81627) by Krzysztof Parzyszek · 6 weeks ago
  36. 02ac4a0 [Flang] Support for NULL() and procedure in structure constructor for procedure pointer component. (#85991) by Daniel Chen · 6 weeks ago
  37. 4b8abde [flang][NFC] Fix header guards by Tarun Prabhu · 6 weeks ago
  38. 3ef5385 Reapply "[Flang][OpenMP][Lower] NFC: Move clause processing helpers into the ClauseProcessor (#85258)" (#85807) by Sergio Afonso · 6 weeks ago
  39. 8fa47af [flang][Lower] Convert OMP Map and related functions to evaluate::Expr (#81626) by Krzysztof Parzyszek · 6 weeks ago
  40. 8f9e520 [flang][cuda] Fix fir.cuda_kernel_launch assembly with no args (#85987) by Valentin Clement (バレンタイン クレメン) · 6 weeks ago
  41. b776259 [flang][OpenMP] simplify getReductionName (#85666) by Tom Eccles · 6 weeks ago
  42. 608e41b [flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` sources (#80874) by Michael Klemm · 6 weeks ago
  43. 667e18e [MLIR][OpenMP] NFC: Uniformize OpenMP ops names (#85393) by Sergio Afonso · 6 weeks ago
  44. 8c1b7ee [flang][OpenMP] lower simple array reductions (#84958) by Tom Eccles · 6 weeks ago
  45. 23a483e [flang][NFC] move extractSequenceType helper out of OpenACC to share code (#84957) by Tom Eccles · 6 weeks ago
  46. 63bd473 [flang][CodeGen] Run PreCGRewrite on omp reduction declare ops (#84954) by Tom Eccles · 6 weeks ago
  47. 698cde2 [flang] run CFG conversion on omp reduction declare ops (#84953) by Tom Eccles · 6 weeks ago
  48. dafcfbb [flang][cuda] Update syntax of fir.cuda_kernel_launch to match fir.call (#85814) by Valentin Clement (バレンタイン クレメン) · 6 weeks ago
  49. 1f6e6e5 [Flang] Fix to the module procedure interface block ignoring implicit… (#85735) by harishch4 · 6 weeks ago
  50. 5ccc0fb Reapply "[flang] Fix cuda-option test on Darwin (#85687)" by Stephen Tozer · 6 weeks ago
  51. 8c70bd7 Revert "[flang] Fix cuda-option test on Darwin (#85687)" by Stephen Tozer · 6 weeks ago
  52. 2267ce5 [flang] Fix cuda-option test on Darwin (#85687) by Leandro Lupori · 6 weeks ago
  53. d83b8d7 Revert "[Flang][OpenMP][Lower] NFC: Move clause processing helpers into the ClauseProcessor (#85258)" by Sergio Afonso · 6 weeks ago
  54. dd91b72 [Flang][OpenMP][Lower] NFC: Move clause processing helpers into the ClauseProcessor (#85258) by Sergio Afonso · 6 weeks ago
  55. 0899ddf [Flang][Lower] NFC: Replace SmallVector with more suitable alternatives (#85227) by Sergio Afonso · 6 weeks ago
  56. 9beb6ec [flang] Enable polymorphic lowering by default (#83285) by jeanPerier · 6 weeks ago
  57. da35114 [Flang][OpenMP] Complete and organize directive sets (#85219) by Sergio Afonso · 6 weeks ago
  58. 7ff58bc [flang] Lower sequence associated argument passed by descriptor (#85696) by jeanPerier · 6 weeks ago
  59. 7d6eeef [flang][cuda] Handle lowering of stars in cuf kernel launch parameters (#85695) by Valentin Clement (バレンタイン クレメン) · 6 weeks ago
  60. ae33366 [flang] Diagnose calling impure final procedure due to finalization in FORALL (#85685) by Kelvin Li · 6 weeks ago
  61. 3a2df0b [flang][cuda] Add proper TODO for cuda fortran assignment (#85705) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  62. 95a1121 [flang][runtime] Get rid of warnings in F18 runtime CUDA build. (#85488) by Slava Zakharin · 7 weeks ago
  63. b28dca3 [flang] Fix crash on erroneous program (#85615) (#85659) by Peter Klausler · 7 weeks ago
  64. ee865cc [flang] Catch inappropriate attributes for PARAMETERs (#85588) by Peter Klausler · 7 weeks ago
  65. 2e83899 [flang][runtime] Round hex REAL input correctly with excess digits (#85587) by Peter Klausler · 7 weeks ago
  66. 67c7b3d [flang] Fix SCALE() folding with big scale factors (#85576) by Peter Klausler · 7 weeks ago
  67. 322ca7e [flang] Reduce recursion in common::visit (#85483) by Peter Klausler · 7 weeks ago
  68. 1e9b5f8 [flang][NFC] Fix include style (#85655) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  69. 5619a91 [flang] Diagnose the impure procedure reference in finalization according to the rank of the entity (#85475) by Kelvin Li · 7 weeks ago
  70. 2880696 [flang][MLIR][OpenMP] Extend delayed privatization for scalar allocatables and pointers (#84740) by Kareem Ergawy · 7 weeks ago
  71. dbd06d3 [NFC][flang] Reorder const and RT_API_ATTRS. by Slava Zakharin · 7 weeks ago
  72. 749bf44 [flang][OpenMP] Convert DataSharingProcessor to omp::Clause (#81629) by Krzysztof Parzyszek · 7 weeks ago
  73. fa42706 [flang][runtime] Added Fortran::common::reference_wrapper for use on device. by Slava Zakharin · 7 weeks ago
  74. 8587bd1 [flang][runtime] Added Fortran::common::optional for use on device. by Slava Zakharin · 7 weeks ago
  75. 84c0ba2 [flang] Parse !$CUF KERNEL DO <<< (*) (#85338) by Peter Klausler · 7 weeks ago
  76. 3a38b52 [flang][runtime] Fix off-by-one error in EX0.0 output editing (#85428) by Peter Klausler · 7 weeks ago
  77. f1a9a9b [flang] Lower REAL(16) MODULO to Float128Math library call. (#85322) by Slava Zakharin · 7 weeks ago
  78. cc2e544 [flang][cuda] Lower dim3 grid z correctly on calls (#85346) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  79. f0bce41 [flang][OpenMP] Remove unused variable (NFC) by Jie Fu · 7 weeks ago
  80. d3ff172 [flang][OpenMP] Convert repeatable clauses (except Map) in ClauseProc… (#81623) by Krzysztof Parzyszek · 7 weeks ago
  81. 74d9607 [flang] support fir.alloca operations inside of omp reduction ops (#84952) by Tom Eccles · 7 weeks ago
  82. 930a842 [flang][Semantics][OpenMP] set intrinsic attr for reductions (#85114) by Tom Eccles · 7 weeks ago
  83. 24b5eb3 [flang][cuda] Update FIROps.td to add $grid_z to CudaKernelLaunch (#85318) by Iman Hosseini · 7 weeks ago
  84. f51f73e [flang] Avoid module dependency failure when __fortran_buitlin is updated by Valentin Clement · 7 weeks ago
  85. 4222f5b [flang] Lower c_ptr_eq/ne for iso_c_binding (#85293) by Valentin Clement · 7 weeks ago
  86. 5287b5b [flang] Clip circular dependence between implementation modules (#85309) by Peter Klausler · 7 weeks ago
  87. 6ef41b5 [flang][OpenMP] Convert unique clauses in ClauseProcessor (#81622) by Krzysztof Parzyszek · 7 weeks ago
  88. 605bfdf [flang][runtime] Temporary fix for unresolved reference in CUDA F18 runtime. (#85294) by Slava Zakharin · 7 weeks ago
  89. c03360a Revert "[flang] Lower c_ptr_eq/ne for iso_c_binding" (#85293) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  90. 01bb3a4 [flang] Lower c_ptr_eq/ne for iso_c_binding (#85135) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  91. f517b80 Fix NDEBUG build: guard call to `dump` with #if/#endif by Krzysztof Parzyszek · 7 weeks ago
  92. cd09733 [flang][NFC] Expose patterns from PreCGRewrite pass (#85156) by Valentin Clement (バレンタイン クレメン) · 7 weeks ago
  93. 3f0e52d Fix -Werror build by Krzysztof Parzyszek · 7 weeks ago
  94. 75c5fbf [flang][OpenMP] Implement flexible OpenMP clause representation (#81621) by Krzysztof Parzyszek · 7 weeks ago
  95. 0bf1677 [flang][runtime] Fixed flang-runtime-cuda-gcc builder after af964c7. (#85144) by Slava Zakharin · 7 weeks ago
  96. 3d61dbc [flang] Correct accessibility of name that is both generic and derive… (#85098) by Peter Klausler · 7 weeks ago
  97. 1467379 [flang][runtime] Handle end of internal output correctly (#84994) by Peter Klausler · 7 weeks ago
  98. 6f54c53 [flang][runtime] Let FORT_CHECK_POINTER_DEALLOCATION=0 disable runtime … (#84956) by Peter Klausler · 7 weeks ago
  99. a09b4d0 [flang] Support multiple distinct module files with same name in one … (#84838) by Peter Klausler · 7 weeks ago
  100. f05f77f [flang] Omit parent components for references to bindings (#84836) by Peter Klausler · 7 weeks ago