aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-21c: Add u{,l,ll,imax}abs builtins [PR117024]Jakub Jelinek1-0/+1
2024-10-25ada: Set DECL_NAMELESS in create_type_declTom Tromey1-2/+7
2024-10-25ada: Mark some type decls as namelessTom Tromey1-0/+3
2024-10-25ada: Add 'artificial_p' parameter to build_unc_object_typeTom Tromey1-5/+8
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-05Fix various issues of -ftrivial-auto-var-init=zero with AdaEric Botcazou1-0/+27
2024-09-05ada: Streamline handling of low-level peculiarities of record field layoutEric Botcazou1-1/+1
2024-07-03Deduplicate explicitly-sized typesAlexandre Oliva1-5/+111
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed record equalityEric Botcazou1-7/+19
2024-06-14ada: Typo and indentation fixMarc Poulhiès1-1/+1
2024-05-21ada: Fix oversight in previous changeEric Botcazou1-2/+5
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09ada: Fix bogus Constraint_Error on allocator for access to array of access typeEric Botcazou1-1/+2
2024-01-09ada: Preliminary cleanup in aliasing support codeEric Botcazou1-25/+23
2023-12-16Add support for target_version attributeAndrew Carlotti1-2/+4
2023-12-16ada: Improve attribute exclusion handlingAndrew Carlotti1-37/+33
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva1-2/+71
2023-12-05Restore build with GCC 4.8 to GCC 5Richard Sandiford1-1/+1
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-3/+5
2023-11-21ada: Fix issue with indefinite vector of overaligned unconstrained arrayEric Botcazou1-3/+16
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-09-19ada: Refine upper array bound for bit packed arrayMarc Poulhiès1-0/+95
2023-09-15ada: Fix minor glitch in finish_record_typeEric Botcazou1-1/+1
2023-07-18ada: Expose expected_throw attributeAlexandre Oliva1-0/+19
2023-05-30ada: Minor generic tweaks left and and rightEric Botcazou1-0/+1
2023-05-18ada: use _P() defines from tree.hBernhard Reutner-Fischer1-4/+4
2023-04-18Fixed typo.Jin Ma1-1/+1
2023-01-16ada: Update copyright years.Marc Poulhiès1-1/+1
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou1-0/+7
2022-09-06[Ada] Fix missing name for access type in generic instantiationEric Botcazou1-12/+16
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 instance of Ada.Task_Attributes at -OEric Botcazou1-7/+13
2022-06-02[Ada] Update copyright noticesPierre-Marie de Rodat1-1/+1
2022-06-02[Ada] Remove left-overs of front-end SJLJ processingEric Botcazou1-20/+0
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-3/+2
2022-05-19[Ada] Do not give warnings for compiler-generated entities by defaultEric Botcazou1-2/+5
2022-05-19[Ada] Add support for "simd" function attributeEric Botcazou1-0/+51
2022-05-19[Ada] Preserve unchecked conversion of string constantEric Botcazou1-0/+7
2022-05-12[Ada] Introduce hardbool Machine_Attribute for AdaAlexandre Oliva1-0/+4
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7156