Age | Commit message (Expand) | Author | Files | Lines |
2023-11-07 | ada: Rename Is_Limited_View to reflect actual query | Yannick Moy | 1 | -4/+6 |
2023-10-19 | ada: Simplify "not Present" with "No" | Piotr Trojanek | 1 | -1/+1 |
2023-10-10 | ada: Fix bad finalization of limited aggregate in conditional expression | Eric Botcazou | 1 | -3/+10 |
2023-09-15 | ada: Explicitly analyze and expand null array aggregates | Piotr Trojanek | 1 | -1/+4 |
2023-09-15 | ada: Fix internal error on aggregate nested in container aggregate | Eric Botcazou | 1 | -7/+9 |
2023-09-05 | ada: Crash on function returning empty Ada 2022 aggregate | Javier Miranda | 1 | -1/+22 |
2023-07-28 | ada: Fix memory explosion on aggregate of nested packed array type | Eric Botcazou | 1 | -1/+3 |
2023-07-18 | ada: Fix expanding container aggregates with Iterator specification | Viljar Indus | 1 | -2/+5 |
2023-07-18 | ada: Fix internal error on aggregates of self-referencing types | Eric Botcazou | 1 | -5/+8 |
2023-06-27 | ada: Fix expanding container aggregates | Viljar Indus | 1 | -0/+1 |
2023-06-20 | ada: Fix internal error on aggregate within container aggregate | Eric Botcazou | 1 | -7/+9 |
2023-06-13 | ada: Streamline expansion of controlled actions for aggregates | Eric Botcazou | 1 | -708/+32 |
2023-06-13 | ada: Small housekeeping work in expansion of extension aggregates | Eric Botcazou | 1 | -21/+15 |
2023-06-13 | ada: Fix wrong expansion of limited extension aggregate | Eric Botcazou | 1 | -2/+0 |
2023-06-13 | ada: Factor out tag assignments from type in expander | Eric Botcazou | 1 | -41/+6 |
2023-06-13 | ada: Fix expansion of aggregates with controlled components | Eric Botcazou | 1 | -3/+99 |
2023-06-13 | ada: Factor common processing in expansion of aggregates | Eric Botcazou | 1 | -640/+360 |
2023-05-30 | ada: Small cleanups and fixes in expansion of aggregates | Eric Botcazou | 1 | -62/+28 |
2023-05-30 | ada: Fix wrong expansion of array aggregate with noncontiguous choices | Eric Botcazou | 1 | -20/+18 |
2023-05-29 | ada: Cleanup detection of type support subprogram entities | Piotr Trojanek | 1 | -2/+1 |
2023-05-29 | ada: Fix memory leak in multi-dimensional array aggregate of Vector | Eric Botcazou | 1 | -1/+1 |
2023-05-29 | ada: Fix crash on vector initialization | Marc Poulhiès | 1 | -2/+5 |
2023-05-26 | ada: Fix double free on finalization of Vector in array aggregate | Eric Botcazou | 1 | -18/+9 |
2023-05-26 | ada: Use context variables in expansion of aggregates | Piotr Trojanek | 1 | -10/+7 |
2023-05-26 | ada: Simplify expansion of positional aggregates | Piotr Trojanek | 1 | -9/+3 |
2023-05-26 | ada: Clean style in expansion of array aggregates | Piotr Trojanek | 1 | -7/+5 |
2023-05-25 | ada: Crash on empty aggregate using the Ada 2022 notation | Javier Miranda | 1 | -1/+3 |
2023-05-22 | ada: Fix crash caused by incorrect expansion of iterated component | Marc Poulhiès | 1 | -1/+10 |
2023-05-22 | ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_Hidden | Bob Duff | 1 | -1/+1 |
2023-05-22 | ada: Add Is_Past_Self_Hiding_Point flag | Bob Duff | 1 | -0/+1 |
2023-05-22 | ada: Remove redundant protection against empty lists | Piotr Trojanek | 1 | -5/+3 |
2023-05-22 | ada: prevent infinite recursion in Collect_Types_In_Hierarchy | Bob Duff | 1 | -0/+1 |
2023-05-16 | ada: Fix missing warning on aggregate with iterated component | Eric Botcazou | 1 | -1/+0 |
2023-05-16 | ada: Adjust semantics and implementation of storage models | Eric Botcazou | 1 | -26/+25 |
2023-01-09 | ada: Update copyright notice | Arnaud Charlet | 1 | -1/+1 |
2023-01-03 | ada: Adapt frontend optimization for aggregate assignment | Marc Poulhiès | 1 | -14/+92 |
2022-12-06 | ada: Elide the copy in extended returns for nonlimited by-reference types | Eric Botcazou | 1 | -1/+1 |
2022-11-21 | ada: Move warnings switches | Bob Duff | 1 | -0/+1 |
2022-11-04 | ada: Fix couple of issues with arrays indexed by enumeration type | Eric Botcazou | 1 | -2/+2 |
2022-09-05 | [Ada] Move check for null array aggregates to expansion | Piotr Trojanek | 1 | -1/+18 |
2022-09-05 | [Ada] Detect expansion of iterated component associations into loops | Piotr Trojanek | 1 | -3/+3 |
2022-09-05 | [Ada] Fix double identifiers in iterated component association | Piotr Trojanek | 1 | -5/+8 |
2022-07-06 | [Ada] Fix spurious error for aggregate with box component choice | Eric Botcazou | 1 | -10/+1 |
2022-07-05 | [Ada] Fix dangling bounds for array result of BIP functions | Eric Botcazou | 1 | -16/+3 |
2022-05-30 | [Ada] Fix expansion of aggregate for discriminated limited extension | Eric Botcazou | 1 | -3/+13 |
2022-05-19 | [Ada] Support Ada 2022 null array aggregates | Ed Schonberg | 1 | -10/+25 |
2022-05-18 | [Ada] Prevent overflow in computation of aggregate size | Piotr Trojanek | 1 | -2/+2 |
2022-05-13 | [Ada] Fix iterated component association for array aggregate | Marc Poulhiès | 1 | -0/+24 |
2022-05-10 | [Ada] Avoid repeated conversions from Int to Char_Code | Piotr Trojanek | 1 | -8/+10 |
2022-05-09 | [Ada] Fix indentation of "Start of processing for ..." labels | Piotr Trojanek | 1 | -1/+1 |