aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2022-11-08ada: Fix oversight in implementation of allocators for storage modelsEric Botcazou1-7/+26
2022-11-08ada: Move warnings switches -- initial workBob Duff3-3/+3
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou7-61/+605
2022-09-15Move void_list_node init to common codeRichard Biener1-1/+0
2022-09-12[Ada] Fix immediate assertion failure with -gnatd.1Eric Botcazou1-1/+5
2022-09-06[Ada] Mark artificial formal parameters in the debug infoEric Botcazou1-0/+1
2022-09-06[Ada] Fix problematic line debug info attached to call to finalizerEric Botcazou1-5/+13
2022-09-06[Ada] Fix internal error on double renaming of private constantEric Botcazou1-25/+43
2022-09-06[Ada] Fix missing name for access type in generic instantiationEric Botcazou1-12/+16
2022-09-06[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou1-0/+25
2022-09-06[Ada] Place "at end" on body nodesBob Duff1-85/+71
2022-07-13[Ada] Small housekeeping work in gigiEric Botcazou1-1/+8
2022-07-13[Ada] Extend No_Dependence restriction to code generationEric Botcazou2-21/+64
2022-07-13[Ada] Revert recent change in debug info for vector array typesEric Botcazou1-8/+0
2022-07-13[Ada] Undo questionable renaming in earlier changeEric Botcazou1-2/+2
2022-07-13[Ada] Also deal with private actual types in latest changeEric Botcazou1-0/+13
2022-07-13[Ada] Adjust name of stack checking functionEric Botcazou1-1/+1
2022-07-13[Ada] Use actual types instead of formal types consistently in debug infoEric Botcazou1-27/+93
2022-07-13[Ada] Generate debug info entry for user-defined access subtypeEric Botcazou1-7/+6
2022-07-13[Ada] Do not generate DW_TAG_typedef for constrained array typesEric Botcazou1-16/+9
2022-07-13[Ada] Fix internal error on comparison with access function parameterEric Botcazou1-5/+10
2022-07-13[Ada] Fix internal error on instance of Ada.Task_Attributes at -OEric Botcazou1-7/+13
2022-07-13[Ada] Fix wrong access check with access-to-unconstrained-arrayEric Botcazou1-8/+13
2022-07-06[Ada] Simplify regular expression that matches 8 consecutive digitsPiotr Trojanek1-1/+1
2022-07-06[Ada] Update comment after recent changes wrt. secondary stack & tagged typesEric Botcazou1-3/+1
2022-07-06[Ada] Improve code generated for aggregates of VFA typeEric Botcazou3-4/+29
2022-07-06[Ada] Fix crash on aliased renaming of unconstrained arrayEric Botcazou1-5/+7
2022-07-06[Ada] Small tweak to gnat_to_gnu_subprog_typeEric Botcazou1-3/+3
2022-07-06[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-0/+11
2022-07-06[Ada] Handle secondary stack memory allocations alignmentMarc Poulhiès1-4/+6
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+11
2022-06-02[Ada] Update copyright noticesPierre-Marie de Rodat3-3/+3
2022-06-02[Ada] Remove left-overs of front-end SJLJ processingEric Botcazou3-117/+4
2022-06-02[Ada] Fix record layout warnings not being taggedGhjuvan Lacambre1-8/+8
2022-06-02[Ada] Disable -flto when building the shared libgnatArnaud Charlet1-2/+2
2022-06-02[Ada] Couple of small preparatory adjustmentsEric Botcazou2-6/+11
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou6-93/+66
2022-06-01[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_StackEric Botcazou1-1/+1
2022-05-28Rename OSCONS_CC to GCC_FOR_ADA_RTSAlexandre Oliva1-20/+12
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou2-0/+53
2022-05-19[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-2/+5
2022-05-19[Ada] Small housekeeping work in gnat_gimplify_exprEric Botcazou1-71/+60
2022-05-19[Ada] Add support for "simd" function attributeEric Botcazou2-1/+55
2022-05-19[Ada] Fix internal error on unchecked union with component clauses (2)Eric Botcazou1-6/+23
2022-05-19[Ada] Do not set Current_Error_Node to a node without locationEric Botcazou1-1/+2
2022-05-19[Ada] Fix internal error on semi-circular record typesEric Botcazou1-8/+11
2022-05-19[Ada] Fix for internal error on semi-circular record aggregateEric Botcazou1-2/+12
2022-05-19[Ada] Adjust copyright lineEric Botcazou4-4/+4
2022-05-19[Ada] Preserve unchecked conversion of string constantEric Botcazou1-0/+7
2022-05-19[Ada] Get rid of secondary stack for controlled componentsEric Botcazou6-13/+53