1. 8006d39 [flang] Emit warning when Hollerith actual passed to CLASS(*) (#84084) by Peter Klausler · 9 weeks ago
  2. 1618f0a [flang][cuda] Enable cuda with -x cuda option (#84944) by Valentin Clement (バレンタイン クレメン) · 9 weeks ago
  3. 7e01b00 [flang][runtime] Added lowering and runtime for REAL(16) IEEE_FMA. (#85017) by Slava Zakharin · 9 weeks ago
  4. a2b3567 [flang] Enable REAL(16) MODULO lowering. (#85005) by Slava Zakharin · 9 weeks ago
  5. 969798e [flang] Moved REAL(16) RANDOM_NUMBER to Float128Math library. (#85002) by Slava Zakharin · 9 weeks ago
  6. a3cd109 [Flang][OpenMP] Implement "promotion" of use_device_ptr non-cptr arguments to use_device_addr (#82834) by agozillon · 9 weeks ago
  7. bdb17e2 [flang][OpenMP][OMPIRBuilder][mlir] Optionally pass reduction vars by ref (#84304) by Tom Eccles · 9 weeks ago
  8. 58c1e82 [Flang][OpenMp] Fix to threadprivate not working with host-association. (#74966) by harishch4 · 9 weeks ago
  9. 278c33f [flang] Avoid passing null pointers to nonnull parameters (#84785) by Krzysztof Parzyszek · 10 weeks ago
  10. a08a07e [flang][Lower] Fix use-after-free with TypeRange (#84369) by Krzysztof Parzyszek · 10 weeks ago
  11. dbf782e [flang] lower vector subscripted polymorphic designators (#84778) by jeanPerier · 10 weeks ago
  12. 0409ea0 [flang] implement sizeof lowering for polymorphic entities (#84498) by jeanPerier · 10 weeks ago
  13. 8c800f4 [flang] Fixed compiler build on glibc 2.17 systems after 3149c93. (#84873) by Slava Zakharin · 10 weeks ago
  14. c0da65d [flang][NFC] Use the tablegen definition for FIR dialect (#84822) by Valentin Clement (バレンタイン クレメン) · 10 weeks ago
  15. 56c756a [flang] Avoid forming a reference from null pointer (#84787) by Krzysztof Parzyszek · 10 weeks ago
  16. d794a12 [flang] Avoid left shifts of negative signed values (#84786) by Krzysztof Parzyszek · 10 weeks ago
  17. d5f167c [flang][unittests] Fix buffer underrun in LengthWithoutTrailingSpaces (#84382) by Krzysztof Parzyszek · 10 weeks ago
  18. 8e521e5 [flang][unittests] Use malloc when memory will be deallcated with free (#84380) by Krzysztof Parzyszek · 10 weeks ago
  19. 0b645aa [flang][CodeGen] Fix use-after-free in BoxedProcedurePass (#84376) by Krzysztof Parzyszek · 10 weeks ago
  20. 55f6308 [flang] Fix Darwin build after 4762c6557d15 (#84478) by Leandro Lupori · 10 weeks ago
  21. 156e909 [flang][OpenMP] Only use HLFIR base in privatization logic (#84123) by Kareem Ergawy · 10 weeks ago
  22. d2fcc0d [flang][OpenMP] Fix use-after-free in OMPFunctionFiltering (#84373) by Krzysztof Parzyszek · 2 months ago
  23. 7ee1e76 [Frontend][OpenMP] introduce OMP.h header file, use it instead of OMP… (#84188) by Krzysztof Parzyszek · 2 months ago
  24. a686e28 [flang][unittests] Fix buffer overrun in FrontendActionTest (#84381) by Krzysztof Parzyszek · 2 months ago
  25. 8e9262e [flang][CodeGen] Replace correct op in BoxedProcedurePass (#84375) by Krzysztof Parzyszek · 2 months ago
  26. 5bf743b [flang][HLFIR] Fix use-after-free when rewriting users in `canonicalize` (#84371) by Krzysztof Parzyszek · 2 months ago
  27. 17059ae [Flang][AArch64] Add support for complex16 params/returns (#84217) by Kiran Chandramohan · 2 months ago
  28. 81db7f9 [flang][TBAABuilder] not all loads and stores are inside of functions (#84305) by Tom Eccles · 2 months ago
  29. a19965d [flang][NFC] move loadIfRef to FIRBuilder (#84306) by Tom Eccles · 2 months ago
  30. c3be62e [flang] Fixed build issues after f20ea05. (#84377) by Slava Zakharin · 2 months ago
  31. 8cacd11 [flang] Changes to map variables in link clause of declare target (#83643) by Anchu Rajendran S · 2 months ago
  32. 8a9507d [flang][OpenMP] Add `%flang_fc1` `RUN` to delayed privatization tests (#84296) by Kareem Ergawy · 2 months ago
  33. 57d18ee [flang] Added COMPLEX(16) ** INTEGER(4/8) lowering and runtime. (#84115) by Slava Zakharin · 2 months ago
  34. c6e1dc1 [flang] Do not traverse selectors in FindImpureCall and HasVectorSubscript (#84041) by jeanPerier · 2 months ago
  35. 6bfb3d0 [flang] Added lowering and runtime for COMPLEX(16) intrinsics. (#83874) by Slava Zakharin · 2 months ago
  36. 19d5e20 [flang] Emit "raw" name for procedure interface in module file (#83915) by Peter Klausler · 2 months ago
  37. e5dbb49 [flang] Skim usage before marking unknown module externals as subrout… (#83897) by Peter Klausler · 2 months ago
  38. 4ff84b9 [flang] Rework F'2023 constraint C1167 checking (#83888) by Peter Klausler · 2 months ago
  39. 44af0cc [flang] NULL(NULL(NULL(...(NULL()...))) means NULL() (#83738) by Peter Klausler · 2 months ago
  40. 1b0ec63 [flang] Fix bogus error message about invalid polymorphic entity (#83733) by Peter Klausler · 2 months ago
  41. 8006993 [flang] Catch more bad pointer initialization targets (#83731) by Peter Klausler · 2 months ago
  42. d93a17e [Flang][MLIR][OpenMP] Create a deferred declare target marking process for Bridge.cpp (#78502) by agozillon · 2 months ago
  43. 46d5953 [Flang][OpenMP] : Add a temporary lowering for workshare directive (#78268) by Kiran Chandramohan · 2 months ago
  44. e6d8cb2 [flang] Implement passing of assumed-type actual arguments. (#83851) by jeanPerier · 2 months ago
  45. 2ee7146 [flang] Deallocate structure constructor allocatable components (#83824) by jeanPerier · 2 months ago
  46. 7589125 Revert "[flang] disable memory-allocation-opt.fir test on windows" (#83822) by jeanPerier · 2 months ago
  47. 620e545 [Docs] Allow building man pages without myst_parser (#82402) by cor3ntin · 2 months ago
  48. 7c66511 [flang][NFC] Expose FIR to LLVM patterns (#83492) by Valentin Clement (バレンタイン クレメン) · 2 months ago
  49. 6599695 [flang] disable memory-allocation-opt.fir test on windows (#83535) by jeanPerier · 2 months ago
  50. 1197eed [flang] Fix use-after-free in `MemoryAllocation.cpp` (#83768) by Matthias Springer · 2 months ago
  51. ca7b11c [Flang] Allow Intrinsic simpification with min/maxloc dim and scalar result (#81619) by David Green · 3 months ago
  52. f1f55db [flang] Support INDEX as a procedure interface (#83073) by Peter Klausler · 3 months ago
  53. d605693 [flang] Downgrade error to warning (#83032) by Peter Klausler · 3 months ago
  54. 8717b4b [flang] Enforce F'2023 C1520 correctly (#82842) by Peter Klausler · 3 months ago
  55. dddc41c [flang] Fix handling of shadowed procedure name used as interface (#82837) by Peter Klausler · 3 months ago
  56. 2799c0a [flang] Allow PROCEDURE() with explicit type elsewhere (#82835) by Peter Klausler · 3 months ago
  57. d176998 [flang] Ensure names resolve in DATA statement objects (#82825) by Peter Klausler · 3 months ago
  58. 4a8d759 [flang] Accept whole assumed-size arrays as variable selectors (#82806) by Peter Klausler · 3 months ago
  59. 4ae6890 [flang] Whether a procedure's interface is explicit or not is not a d… (#82796) by Peter Klausler · 3 months ago
  60. f24d158 [flang] Fix "suspicious condition" in C++ usage (#82790) by Peter Klausler · 3 months ago
  61. 4416b7e [flang] Fix DATA-like default component initialization (#82784) by Peter Klausler · 3 months ago
  62. 41e7367 [flang] Catch attempt to type a subroutine (#82704) by Peter Klausler · 3 months ago
  63. 9797b7c [flang] Fix crash in statement function semantics (bug #80532) (#82702) by Peter Klausler · 3 months ago
  64. 8dc5a69 [flang] Fix separate MODULE PROCEDURE when binding label exists (#82686) by Peter Klausler · 3 months ago
  65. effee20 [flang] Handle implied ASYNCHRONOUS attribute (#82638) by Peter Klausler · 3 months ago
  66. 487d05a [flang][runtime] Allow 1023 active asynchronous IDs (#82446) by Peter Klausler · 3 months ago
  67. 9d6b222 [flang][runtime] Underflow real input to -0. when negative (#82443) by Peter Klausler · 3 months ago
  68. c2b7c00 [flang] Use module file hashes for more checking and disambiguation (#80354) by Peter Klausler · 3 months ago
  69. 89b4fa8 [flang] Fixed ieee_logb to behave for denormals. (#83518) by Slava Zakharin · 3 months ago
  70. 06443f1 [Flang] Add support for assume_aligned directive (#81747) by Mats Petersson · 3 months ago
  71. b21424e [flang][HLFIR] Use GreedyPatternRewriter in LowerHLFIRIntrinsics (#83438) by Tom Eccles · 3 months ago
  72. d12222b [flang][runtime] Partial revert of #83383. (#83478) by Slava Zakharin · 3 months ago
  73. 5bb6c98 [flang] Add [[maybe_unused]] to fix -Werror build (#83456) by Peter Klausler · 3 months ago
  74. 4330050 [flang][runtime] Moved support for some REAL(16) intrinsics to Float128Math. (#83383) by Slava Zakharin · 3 months ago
  75. b380eeb [flang] Set polymorphic entity lowering option on by default (#83308) by jeanPerier · 3 months ago
  76. 9621da6 [flang][runtime] Support NORM2 for REAL(16) with FortranFloat128Math lib. (#83219) by Slava Zakharin · 3 months ago
  77. 0a18562 [flang][OpenMP] Fix copyprivate test on ppc64le by Leandro Lupori · 3 months ago
  78. 5d92cd2 [llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate (#80488) by Leandro Lupori · 3 months ago
  79. 4b50489 [flang] Give internal linkage to internal procedures (#81929) by jeanPerier · 3 months ago
  80. 5b2b6e5 [flang] Fix build failure (NFC) by Jie Fu · 3 months ago
  81. f27948a [flang] Fix flang build after #83132 (#83253) by Matthias Springer · 3 months ago
  82. 28d913f [flang] Fix linker error for debug builds. (#83250) by Kareem Ergawy · 3 months ago
  83. 0735ab3 [flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (#81833) by Kareem Ergawy · 3 months ago
  84. 88a3d1a [flang] fix warning after #82042 by Jean Perier · 3 months ago
  85. 4a68d01 [flang] Handle OPTIONAL polymorphic captured in internal procedures (#82042) by jeanPerier · 3 months ago
  86. cadc9ec [flang][runtime] Fixed flang+Werror buildbots after #83169. by Slava Zakharin · 3 months ago
  87. 3c7c9e6 [flang][runtime] Fixed aarach buildbots after #83169. by Slava Zakharin · 3 months ago
  88. 2b4156e [flang][runtime] Support SUM/PRODUCT/DOT_PRODUCT reductions for REAL(16). (#83169) by Slava Zakharin · 3 months ago
  89. c76c945 [flang][cuda] CUF kernel loop directive (#82836) by Valentin Clement (バレンタイン クレメン) · 3 months ago
  90. 31ffd57 [flang][runtime] Added F128 wrappers for LDBL_MANT_DIG == 113 targets. (#83102) by Slava Zakharin · 3 months ago
  91. 7edd2a2 [flang][cuda][NFC] Add test for attributes on procedure (#83044) by Valentin Clement (バレンタイン クレメン) · 3 months ago
  92. 9c255af [NFC][flang] Removed unused constexpr var. by Slava Zakharin · 3 months ago
  93. 5c2323c [flang] Fix ISO_Fortran_binding.h to work better with C++ code (#82556) by Pete Steinfeld · 3 months ago
  94. 4ed9088 [flang] Added support for REAL16 math intrinsics in lowering and runtime. (#82860) by Slava Zakharin · 3 months ago
  95. c80d676 [flang] Fixes for LIT testing of FLANG_RUNTIME_F128_MATH_LIB build. (#82832) by Slava Zakharin · 3 months ago
  96. 879a725 [flang][cuda] Make sure CUDA attribute are imported when using module variable (#82844) by Valentin Clement (バレンタイン クレメン) · 3 months ago
  97. 09e6624 [flang] Ensure USE-associated objects can be in NAMELIST (#82846) by Peter Klausler · 3 months ago
  98. ba5c46a [flang][OpenMP] Set OpenMP attributes in MLIR module in bbc before lo… (#82774) by Krzysztof Parzyszek · 3 months ago
  99. 5d12921 [flang][cuda] Allow object with SHARED attribute as definable (#82822) by Valentin Clement (バレンタイン クレメン) · 3 months ago
  100. 76c45ce [flang][cuda] Fix semantic for the CONSTANT attribute (#82821) by Valentin Clement (バレンタイン クレメン) · 3 months ago