summaryrefslogtreecommitdiff
path: root/flang/test/Integration
AgeCommit message (Expand)Author
2025-11-20[flang][debug] Make common blocks data extraction more robust. (#168752)Abid Qadeer
2025-11-17Reland [VPlan] Expand WidenInt inductions with nuw/nsw (#168354)Ramkumar Ramachandra
2025-11-14Revert "[VPlan] Expand WidenInt inductions with nuw/nsw" (#168080)Alex Bradbury
2025-11-14[flang] Implement !DIR$ IVDEP directive (#133728)Jean-Didier PAILLEUX
2025-11-14[VPlan] Expand WidenInt inductions with nuw/nsw (#163538)Ramkumar Ramachandra
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-11-10[flang][NFC] Strip trailing whitespace from tests (2 of N)Tarun Prabhu
2025-11-06[flang][debug] Add debug type support for procedure pointers (#166764)Abid Qadeer
2025-10-28[flang] Implement !DIR$ [NO]INLINE and FORCEINLINE directives (#134350)Jean-Didier PAILLEUX
2025-10-04[Flang][OpenMP] Fix negative array indexing with allocatable derived type arr...agozillon
2025-10-01[flang][debug] Change type*N to type(kind=N). (#161432)Abid Qadeer
2025-09-30[flang][debug] Improve name generation for basic types. (#161361)Abid Qadeer
2025-09-30[flang][debug] Generate splitDebugFilename field in DICompileUnitAttr. (#161214)Abid Qadeer
2025-09-26[flang][Driver] Support -gsplit-dwarf. (#160540)Abid Qadeer
2025-09-23[flang] Disable -gdwarf-5 tests on AIX. (#159533)Abid Qadeer
2025-09-17[flang] Lowering support for -gdwarf-N flag. (#159137)Abid Qadeer
2025-09-04[NFC][flang] Updated tests with -force-no-alias options. (#156746)Slava Zakharin
2025-08-29[flang] Fixed LIT test after re-enabling `noalias`. (#156109)Slava Zakharin
2025-08-29[flang] Re-enable setting `noalias` on procedure arguments. (#155949)Slava Zakharin
2025-08-14[flang] Fix buildbot failure after #152914 (#153578)parabola94
2025-08-13[flang/flang-rt] Add -isysroot flag only to tests really requiring (#152914)parabola94
2025-08-05[Flang][OpenMP] Make implicitly captured scalars fully firstprivatized (#147442)agozillon
2025-07-17[flang] Main program symbol no longer conflicts with the other symbols (#149169)Eugene Epshteyn
2025-07-09[flang] Add -fcomplex-arithmetic= option and select complex division algorith...Shunsuke Watanabe
2025-07-04[Flang][OpenMP][NFC] Remove flag toggling deprecated no hlfir flow in map-typ...agozillon
2025-07-03[flang] fix skip-external-rtti-definition for ppc (#146826)jeanPerier
2025-07-03[flang] improve DITypeAttr caching with recursive derived types (#146543)jeanPerier
2025-07-02[flang] Emit `fir.global` in the global address space (#146653)Kareem Ergawy
2025-06-30[flang] add option to generate runtime type info as external (#146071)jeanPerier
2025-06-27Revert "[flang] add option to generate runtime type info as external" (#146064)jeanPerier
2025-06-27[flang] add option to generate runtime type info as external (#145901)jeanPerier
2025-06-19[flang] Fixed test added in #144830.Slava Zakharin
2025-06-19[flang] Set low probability for array repacking code. (#144830)Slava Zakharin
2025-06-09[DebugInfo][RemoveDIs] Rip out the UseNewDbgInfoFormat flag (#143207)Jeremy Morse
2025-05-29Reland "[flang] Added noalias attribute to function arguments. (#140803)"Slava Zakharin
2025-05-28Revert "[flang] Added noalias attribute to function arguments." (#141884)Slava Zakharin
2025-05-28[flang] Added noalias attribute to function arguments. (#140803)Slava Zakharin
2025-05-14[flang] Add loop annotation attributes to the loop backedge (#126082)Asher Mancinelli
2025-04-09[DebugInfo] Soft-disable the production of debug intrinsics (#133933)Jeremy Morse
2025-04-09[mlir][llvm][OpenMP] Hoist __atomic_load alloca (#132888)NimishMishra
2025-04-04[Flang][Driver][AMDGPU] Fix -mcode-object-version (#134230)Sergio Afonso
2025-04-02[flang] Implement !DIR$ NOVECTOR and !DIR$ NOUNROLL[_AND_JAM] (#133885)Jean-Didier PAILLEUX
2025-04-01[DebugInfo][RemoveDIs] Remove debug-intrinsic printing cmdline options (#131855)Jeremy Morse
2025-03-19[flang] Disabling REAL kinds must also disable their COMPLEX (#131353)Peter Klausler
2025-03-11Reland [flang] In AllocMemOp lowering, convert types for calling malloc on 32...R
2025-03-08Revert "[flang] In AllocMemOp lowering, convert types for calling malloc on 3...R
2025-03-08[flang] In AllocMemOp lowering, convert types for calling malloc on 32-bit (#...R
2025-03-07[Flang][OpenMP][MLIR] Implement close, present and ompx_hold modifiers for Fl...agozillon
2025-03-07[mlir][OpenMP] fix crash outlining infinite loop (#129872)Tom Eccles
2025-03-04[flang][debug] Improve handling of cyclic derived types with classes. (#129588)Abid Qadeer