aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou1-43/+283
2022-09-15Move void_list_node init to common codeRichard Biener1-1/+0
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] 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 Botcazou1-19/+58
2022-07-13[Ada] Adjust name of stack checking functionEric Botcazou1-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 Botcazou1-3/+6
2022-07-06[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-0/+11
2022-06-02[Ada] Remove left-overs of front-end SJLJ processingEric Botcazou1-67/+1
2022-06-02[Ada] Couple of small preparatory adjustmentsEric Botcazou1-4/+7
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-47/+56
2022-05-19[Ada] Avoid copy operation for returns involving function callsEric Botcazou1-0/+42
2022-05-19[Ada] Small housekeeping work in gnat_gimplify_exprEric Botcazou1-71/+60
2022-05-19[Ada] Do not set Current_Error_Node to a node without locationEric Botcazou1-1/+2
2022-05-19[Ada] Get rid of secondary stack for controlled componentsEric Botcazou1-0/+8
2022-05-19[Ada] Small housekeeping work continuedEric Botcazou1-50/+50
2022-05-19[Ada] Small housekeeping workEric Botcazou1-44/+39
2022-05-19[Ada] Do not override inlining heuristics for expression functions at -OsEric Botcazou1-6/+1
2022-05-17[Ada] Use Actions field of freeze nodes for subprogramsEric Botcazou1-0/+5
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet1-222/+12
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+11009