summaryrefslogtreecommitdiff
path: root/flang/lib/Optimizer/Transforms/AddDebugInfo.cpp
AgeCommit message (Expand)Author
2025-11-20[flang][debug] Make common blocks data extraction more robust. (#168752)Abid Qadeer
2025-11-14[flang][debug] handle inlined dummy_scope after #167489 (#168039)jeanPerier
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-10-03[flang][debug] Avoid redundant module info. (#161542)Abid Qadeer
2025-09-30[flang][debug] Generate splitDebugFilename field in DICompileUnitAttr. (#161214)Abid Qadeer
2025-09-26[mlir] Add splitDebugFilename field in DIComplileUnitAttr. (#160704)Abid Qadeer
2025-09-17[flang] Lowering support for -gdwarf-N flag. (#159137)Abid Qadeer
2025-07-03[flang][debug] Generate DISubprogramAttr for omp::TargetOp. (#146532)Abid Qadeer
2025-05-09[Flang] Add missing dependency to AddDebugInfo pass (#139099)Sergio Afonso
2025-04-10[flang][NFC] Split CG dialect and the passes. (#135240)Slava Zakharin
2025-03-18[flang] Fixed computation of position of function's arg in AddDebugInfo. (#13...Slava Zakharin
2025-03-03[flang] Fixed fir.coordinate_of access in AddDebugInfo. (#129423)Slava Zakharin
2025-02-13[flang][debug] Allow variable from non-entry blocks. (#125692)Abid Qadeer
2025-02-06[Flang] Move non-common headers to FortranSupport (#124416)Michael Kruse
2025-02-04[flang][debug] Improve check for global variable detection. (#118326)Abid Qadeer
2025-01-30[Flang][MLIR] Extend DataLayout utilities to have basic GPU Module support (#...agozillon
2025-01-28[flang][debug] Add support for common blocks. (#112398)Abid Qadeer
2025-01-03[flang][debug] Fix issue with argument numbering. (#120726)Abid Qadeer
2024-10-21[flang][debug] Don't generate debug for compiler-generated variables (#112423)Abid Qadeer
2024-10-07[mlir][debuginfo] Add support for subprogram annotations (#110946)Walter Erquinigo
2024-10-07[flang][debug] set DW_AT_main_subprogram for fortran main function (#111350)Tom Eccles
2024-10-04[flang][debug] Use PROGRAM name for main function name (#111022)Tom Eccles
2024-09-17[flang][debug] Generate correct subroutine type. (#108605)Abid Qadeer
2024-09-11[flang][debug] Handle 'used' module. (#107626)Abid Qadeer
2024-09-04[OpenMPIRBuilder] Don't drop debug info for target region. (#80692)Abid Qadeer
2024-08-27[mlir][debug] Handle DIImportedEntity. (#103055)Abid Qadeer
2024-08-27[flang][debug] Support derived types. (#99476)Abid Qadeer
2024-08-21[flang][debug] Allow non default array lower bounds. (#104467)Abid Qadeer
2024-07-25[flang][debug] Set scope of internal functions correctly. (#99531)Abid Qadeer
2024-07-23[MLIR][DebugInfo] Enable the use of DILocalVariable DIFlags (#100190)Walter Erquinigo
2024-07-23[flang] Enhance location information (#95862)Valentin Clement (バレンタイン クレメン)
2024-07-22[flang][debug] Generate correct name for external function. (#99510)Abid Qadeer
2024-07-17[flang][debug] Fix issues with local variables. (#98661)Abid Qadeer
2024-06-04[flang] Use fir.declare/fir.dummy_scope for TBAA tags attachments. (#92472)Slava Zakharin
2024-06-03[flang] Emit `argNo` debug info only for `func` block args (#93921)Kareem Ergawy
2024-05-22[flang] Add debug information for module variables. (#91582)Abid Qadeer
2024-05-16[reland][flang] Initial debug info support for local variables (#92304)Abid Qadeer
2024-05-15Revert "[flang] Initial debug info support for local variables. (#909… (#92...Pete Steinfeld
2024-05-15[flang] Initial debug info support for local variables. (#90905)Abid Qadeer
2024-04-30[flang] Update calls to isa/dyn_cast/dyn_cast_or_nullKazu Hirata
2024-04-30Reapply "[flang] Improve debug info for functions." with regression fixed. (#...Abid Qadeer
2024-04-29Revert "[flang] Improve debug info for functions." (#90444)David Spickett
2024-04-29[flang] Improve debug info for functions. (#90083)Abid Qadeer
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2024-04-23[flang] Remove hardcoded bits from AddDebugInfo. (#89231)Abid Qadeer
2024-04-18[flang] Rename AddDebugFoundation to AddDebugInfo (NFC) (#89191)abidh
2024-04-15[flang] Rename AddDebugFoundation to AddDebugInfo (NFC) (#88526)abidh