aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
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
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 Botcazou2-7/+9
2022-05-19[Ada] Remove dead code for scope entity having E_Subprogram_Body kindPiotr Trojanek1-4/+0
2022-05-17[Ada] Use Actions field of freeze nodes for subprogramsEric Botcazou1-0/+5
2022-05-13ada: gcc-if: build proper String_Pointer for Get_External_NameAlexandre Oliva1-1/+2
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet2-249/+13
2022-05-12[Ada] Introduce hardbool Machine_Attribute for AdaAlexandre Oliva1-0/+4
2022-05-11[Ada] Proof of 'Image support for unsigned integersYannick Moy1-1/+7
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska2-3/+3
2022-03-10ada/104861 - use target_noncanonial for Target_NameRichard Biener1-1/+2
2022-01-19[Ada] Set target_cpu to x32 for x86_64-linux-gnux32H.J. Lu1-0/+7
2022-01-18Revert Ada .cc renaming renaming.Martin Liska1-32/+26
2022-01-17Manual changes for .cc renaming.Martin Liska2-3/+9
2022-01-17Change references of .c files to .cc filesMartin Liska7-46/+46
2022-01-17Rename .c files to .cc files.Martin Liska7-0/+0
2022-01-11[Ada] Relax assertion on designated types for equality operatorsEric Botcazou1-9/+14
2022-01-10[Ada] Fix bogus error on call to subprogram with incomplete profileEric Botcazou1-2/+29
2022-01-10[Ada] Fix internal error on unchecked union with component clausesEric Botcazou1-12/+17
2022-01-10[Ada] Make pragma Inspection_Point work for constantsEric Botcazou1-0/+17