aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
3 daysAdd support of --enable-host-pie to the native Ada compilerEric Botcazou2-39/+60
10 daysFix misoptimization at -O2 in LTO modeEric Botcazou1-0/+8
2025-01-31Fix wrong elaboration for allocator at library level of dynamic libraryEric Botcazou1-6/+10
2025-01-22d,ada/spec: only sub nostd{inc,lib} rather than nostd{inc,lib}*Arsen Arsenović1-3/+3
2025-01-07Update copyright years.Marc Poulhiès19-19/+19
2025-01-07ada: Drop g-cpp* units not needed by the compilerAlexandre Oliva1-6/+0
2025-01-07ada: Do not create temporaries for initialization statementsEric Botcazou1-1/+14
2025-01-07ada: Add "finally" GNAT extensionRonan Desplanques1-0/+23
2025-01-06Ada: fix spurious relinking of gnatbind for cross compilersEric Botcazou1-3/+7
2025-01-03ada: Handle C++ exception hierarchiesAlexandre Oliva1-0/+10
2024-12-14opts: Use OPTION_SET_P instead of magic value 2 for -fshort-enums default [PR...Jakub Jelinek1-1/+1
2024-12-13ada: Fix internal error on packed record with 0-size componentEric Botcazou1-1/+17
2024-12-13ada: Pass artificial_p to create_type_declTom Tromey1-2/+2
2024-11-26ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_AccessEric Botcazou1-3/+8
2024-11-23build: Discard obsolete references to $(GCC_PARTS)Maciej W. Rozycki1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski3-3/+0
2024-11-21c: Add u{,l,ll,imax}abs builtins [PR117024]Jakub Jelinek1-0/+1
2024-11-14ada: Avoid doing unnecessary work in elaborate_expression_2Eric Botcazou1-9/+24
2024-11-12ada: Typo fix in commentMarc Poulhiès1-1/+1
2024-11-04ada: Move special case for null string literal from frontend to backendPiotr Trojanek1-2/+12
2024-11-04ada: Remove special case for the size of a string literal subtypePiotr Trojanek1-6/+2
2024-11-04ada: Fix ancient typo in process_declsEric Botcazou1-6/+2
2024-10-29diagnostics: support multiple output formats simultaneously [PR116613]David Malcolm1-3/+3
2024-10-25ada: Change scope of XUB typeTom Tromey1-1/+1
2024-10-25ada: Set DECL_NAMELESS in create_type_declTom Tromey3-7/+15
2024-10-25ada: Mark some type decls as namelessTom Tromey1-0/+3
2024-10-25ada: Mark XUA types as artificialTom Tromey1-1/+1
2024-10-25ada: Mark XUB types as namelessTom Tromey1-0/+2
2024-10-25ada: Add 'artificial_p' parameter to build_unc_object_typeTom Tromey3-9/+15
2024-10-25ada: Standard types are not artificialTom Tromey1-2/+14
2024-10-25ada: Fix fallout of change in parameter passing out of aliasing considerationsEric Botcazou1-2/+5
2024-10-25ada: Fix internal error on bit-packed array type with Volatile_Full_AccessEric Botcazou1-0/+6
2024-10-25ada: Disable self-referential with_clausesBob Duff1-2/+2
2024-10-25ada: Emit DWARF for Ada 'with' and 'use' clausesTom Tromey1-5/+136
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm3-0/+3
2024-10-11Fix thinko in previous changeEric Botcazou1-1/+1
2024-10-08ada: Fix infinite loop on MSP430 with -mlarge flagEric Botcazou1-7/+2
2024-10-08ada: Remove -gnateE information message for noncontiguous enumeration typeEric Botcazou1-0/+5
2024-10-08ada: Add adareducer integration to ICE handlingRonan Desplanques1-0/+2
2024-10-08ada: Add External_Initialization extensionRonan Desplanques2-0/+13
2024-10-05Fix various issues of -ftrivial-auto-var-init=zero with AdaEric Botcazou2-0/+34
2024-09-25doc: Remove @code wrapping of fortran option names [PR116801]Mikael Morin1-2/+4
2024-09-10ada: Include missing associated header fileEric Botcazou1-0/+1
2024-09-10ada: Use the same warning character in continuationsViljar Indus2-11/+11
2024-09-09diagnostics: rename dc.printer to m_printer [PR116613]David Malcolm1-3/+3
2024-09-05ada: Add bypass for internal fields on strict-alignment platformsEric Botcazou1-3/+8
2024-09-05ada: Streamline handling of low-level peculiarities of record field layoutEric Botcazou4-18/+33
2024-09-05ada: Integrate new diagnostics in the frontendViljar Indus2-0/+30
2024-09-03ada: Add kludge for quirk of ancient 32-bit ABIs to previous changeEric Botcazou1-2/+14
2024-09-03ada: Plug loophole exposed by previous changeEric Botcazou1-0/+3