Age | Commit message (Expand) | Author | Files | Lines |
3 days | Add support of --enable-host-pie to the native Ada compiler | Eric Botcazou | 2 | -39/+60 |
10 days | Fix misoptimization at -O2 in LTO mode | Eric Botcazou | 1 | -0/+8 |
2025-01-31 | Fix wrong elaboration for allocator at library level of dynamic library | Eric Botcazou | 1 | -6/+10 |
2025-01-22 | d,ada/spec: only sub nostd{inc,lib} rather than nostd{inc,lib}* | Arsen Arsenović | 1 | -3/+3 |
2025-01-07 | Update copyright years. | Marc Poulhiès | 19 | -19/+19 |
2025-01-07 | ada: Drop g-cpp* units not needed by the compiler | Alexandre Oliva | 1 | -6/+0 |
2025-01-07 | ada: Do not create temporaries for initialization statements | Eric Botcazou | 1 | -1/+14 |
2025-01-07 | ada: Add "finally" GNAT extension | Ronan Desplanques | 1 | -0/+23 |
2025-01-06 | Ada: fix spurious relinking of gnatbind for cross compilers | Eric Botcazou | 1 | -3/+7 |
2025-01-03 | ada: Handle C++ exception hierarchies | Alexandre Oliva | 1 | -0/+10 |
2024-12-14 | opts: Use OPTION_SET_P instead of magic value 2 for -fshort-enums default [PR... | Jakub Jelinek | 1 | -1/+1 |
2024-12-13 | ada: Fix internal error on packed record with 0-size component | Eric Botcazou | 1 | -1/+17 |
2024-12-13 | ada: Pass artificial_p to create_type_decl | Tom Tromey | 1 | -2/+2 |
2024-11-26 | ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_Access | Eric Botcazou | 1 | -3/+8 |
2024-11-23 | build: Discard obsolete references to $(GCC_PARTS) | Maciej W. Rozycki | 1 | -1/+1 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 3 | -3/+0 |
2024-11-21 | c: Add u{,l,ll,imax}abs builtins [PR117024] | Jakub Jelinek | 1 | -0/+1 |
2024-11-14 | ada: Avoid doing unnecessary work in elaborate_expression_2 | Eric Botcazou | 1 | -9/+24 |
2024-11-12 | ada: Typo fix in comment | Marc Poulhiès | 1 | -1/+1 |
2024-11-04 | ada: Move special case for null string literal from frontend to backend | Piotr Trojanek | 1 | -2/+12 |
2024-11-04 | ada: Remove special case for the size of a string literal subtype | Piotr Trojanek | 1 | -6/+2 |
2024-11-04 | ada: Fix ancient typo in process_decls | Eric Botcazou | 1 | -6/+2 |
2024-10-29 | diagnostics: support multiple output formats simultaneously [PR116613] | David Malcolm | 1 | -3/+3 |
2024-10-25 | ada: Change scope of XUB type | Tom Tromey | 1 | -1/+1 |
2024-10-25 | ada: Set DECL_NAMELESS in create_type_decl | Tom Tromey | 3 | -7/+15 |
2024-10-25 | ada: Mark some type decls as nameless | Tom Tromey | 1 | -0/+3 |
2024-10-25 | ada: Mark XUA types as artificial | Tom Tromey | 1 | -1/+1 |
2024-10-25 | ada: Mark XUB types as nameless | Tom Tromey | 1 | -0/+2 |
2024-10-25 | ada: Add 'artificial_p' parameter to build_unc_object_type | Tom Tromey | 3 | -9/+15 |
2024-10-25 | ada: Standard types are not artificial | Tom Tromey | 1 | -2/+14 |
2024-10-25 | ada: Fix fallout of change in parameter passing out of aliasing considerations | Eric Botcazou | 1 | -2/+5 |
2024-10-25 | ada: Fix internal error on bit-packed array type with Volatile_Full_Access | Eric Botcazou | 1 | -0/+6 |
2024-10-25 | ada: Disable self-referential with_clauses | Bob Duff | 1 | -2/+2 |
2024-10-25 | ada: Emit DWARF for Ada 'with' and 'use' clauses | Tom Tromey | 1 | -5/+136 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 3 | -0/+3 |
2024-10-11 | Fix thinko in previous change | Eric Botcazou | 1 | -1/+1 |
2024-10-08 | ada: Fix infinite loop on MSP430 with -mlarge flag | Eric Botcazou | 1 | -7/+2 |
2024-10-08 | ada: Remove -gnateE information message for noncontiguous enumeration type | Eric Botcazou | 1 | -0/+5 |
2024-10-08 | ada: Add adareducer integration to ICE handling | Ronan Desplanques | 1 | -0/+2 |
2024-10-08 | ada: Add External_Initialization extension | Ronan Desplanques | 2 | -0/+13 |
2024-10-05 | Fix various issues of -ftrivial-auto-var-init=zero with Ada | Eric Botcazou | 2 | -0/+34 |
2024-09-25 | doc: Remove @code wrapping of fortran option names [PR116801] | Mikael Morin | 1 | -2/+4 |
2024-09-10 | ada: Include missing associated header file | Eric Botcazou | 1 | -0/+1 |
2024-09-10 | ada: Use the same warning character in continuations | Viljar Indus | 2 | -11/+11 |
2024-09-09 | diagnostics: rename dc.printer to m_printer [PR116613] | David Malcolm | 1 | -3/+3 |
2024-09-05 | ada: Add bypass for internal fields on strict-alignment platforms | Eric Botcazou | 1 | -3/+8 |
2024-09-05 | ada: Streamline handling of low-level peculiarities of record field layout | Eric Botcazou | 4 | -18/+33 |
2024-09-05 | ada: Integrate new diagnostics in the frontend | Viljar Indus | 2 | -0/+30 |
2024-09-03 | ada: Add kludge for quirk of ancient 32-bit ABIs to previous change | Eric Botcazou | 1 | -2/+14 |
2024-09-03 | ada: Plug loophole exposed by previous change | Eric Botcazou | 1 | -0/+3 |