Age | Commit message (Expand) | Author | Files | Lines |
2025-01-10 | ada: Set syntactic node properties immediately when crating the nodes | Piotr Trojanek | 1 | -3/+2 |
2025-01-10 | ada: Reorder syntactic node fields to match the Ada RM grammar | Piotr Trojanek | 1 | -1/+4 |
2025-01-07 | Update copyright years. | Marc Poulhiès | 1 | -1/+1 |
2025-01-06 | ada: Elide copy for calls as default values of nonlimited by-reference compon... | Eric Botcazou | 1 | -45/+35 |
2025-01-03 | ada: Rely on default parameter when making non-null nodes | Piotr Trojanek | 1 | -3/+2 |
2025-01-03 | ada: Rely on default parameter when making non-constant nodes | Piotr Trojanek | 1 | -1/+0 |
2025-01-03 | ada: Rely on default parameter when making component definition nodes | Piotr Trojanek | 1 | -3/+0 |
2025-01-03 | ada: Reuse and simplify counting the length of various lists | Piotr Trojanek | 1 | -11/+4 |
2025-01-03 | ada: Simplify traversal procedures into traversal functions | Piotr Trojanek | 1 | -40/+27 |
2025-01-03 | ada: Improve expansion of conditional expressions in object declarations | Eric Botcazou | 1 | -30/+1 |
2024-12-13 | ada: Improve expansion of nested conditional expressions in return statements | Eric Botcazou | 1 | -2/+3 |
2024-12-13 | ada: Fix code indentation | Piotr Trojanek | 1 | -21/+21 |
2024-12-12 | ada: Clean up and restrict usage of Initialization_Statements | Eric Botcazou | 1 | -2/+0 |
2024-11-26 | ada: Add minimal support for address clause/aspect on controlled objects | Eric Botcazou | 1 | -1/+3 |
2024-11-19 | ada: Cleanup in expansion of aggregates in object declarations with aspects | Eric Botcazou | 1 | -20/+4 |
2024-11-18 | ada: Cleanup in expansion of array aggregates in object declarations | Eric Botcazou | 1 | -6/+15 |
2024-11-12 | ada: Compile time crash on limited object in extended return | squirek | 1 | -5/+17 |
2024-11-12 | ada: Elide the copy in aggregate returns for nonlimited types | Eric Botcazou | 1 | -3/+5 |
2024-10-08 | ada: Fix wrong finalization of anonymous array aggregate | Eric Botcazou | 1 | -5/+10 |
2024-09-02 | ada: Cleanup expansion of object declarations | Piotr Trojanek | 1 | -7/+3 |
2024-08-29 | ada: Ensure validity checks for private scalar types | Piotr Trojanek | 1 | -1/+2 |
2024-08-02 | ada: Clean up handling of inlining of finalizer procedures | Richard Kenner | 1 | -0/+1 |
2024-08-01 | ada: Missing adjust of controlled component initialized from container aggregate | Gary Dismukes | 1 | -2/+4 |
2024-08-01 | ada: Remove support for bodies in -gnatceg | Arnaud Charlet | 1 | -12/+2 |
2024-06-27 | ada: Implement first half of Generalized Finalization | Eric Botcazou | 1 | -25/+28 |
2024-06-20 | ada: Do not compute Has_Controlled_Component twice during freezing | Eric Botcazou | 1 | -38/+0 |
2024-06-14 | ada: Add prototype for mutably tagged types | Justin Squirek | 1 | -7/+57 |
2024-06-10 | ada: Cleanup repeated code in expansion of stream attributes | Piotr Trojanek | 1 | -2/+1 |
2024-06-10 | ada: Simplify check for type without stream operations | Piotr Trojanek | 1 | -1/+3 |
2024-05-20 | ada: Extend expansion delaying mechanism to conditional expressions | Eric Botcazou | 1 | -0/+38 |
2024-05-17 | ada: Disable Equivalent_Array_Aggregate optimization if predicates involved | Steve Baird | 1 | -0/+1 |
2024-05-14 | ada: Decouple attachment from dynamic allocation for controlled objects | Eric Botcazou | 1 | -1/+4 |
2024-05-14 | ada: Restore default size for dynamic allocations of discriminated type | Eric Botcazou | 1 | -9/+28 |
2024-05-14 | ada: Follow-up adjustment after fix to Default_Initialize_Object | Eric Botcazou | 1 | -6/+10 |
2024-05-14 | ada: Reduce generated code duplication for streaming and Put_Image subprograms | Steve Baird | 1 | -1/+1 |
2024-05-14 | ada: Factor out implementation of default initialization for objects | Eric Botcazou | 1 | -457/+558 |
2024-05-14 | ada: Small fix to Default_Initialize_Object | Eric Botcazou | 1 | -12/+14 |
2024-05-13 | ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_Util | Eric Botcazou | 1 | -25/+0 |
2024-05-13 | ada: Replace finalization masters with finalization collections | Eric Botcazou | 1 | -31/+26 |
2024-05-13 | ada: Decouple finalization masters from storage pools | Eric Botcazou | 1 | -25/+24 |
2024-05-13 | ada: Restore fix for controlled dynamic allocation with BIP function call | Eric Botcazou | 1 | -0/+8 |
2024-05-07 | ada: Prevent calculation of negative stack counts | Piotr Trojanek | 1 | -1/+1 |
2024-05-07 | ada: Cleanup calculation of task stacks | Piotr Trojanek | 1 | -18/+13 |
2024-05-07 | ada: Fix bad interaction between homogeneous finalization master and BIP prot... | Eric Botcazou | 1 | -64/+0 |
2024-05-06 | ada: Fix non-idiomatic construct | Eric Botcazou | 1 | -1/+1 |
2024-05-06 | ada: Partial implementation of redesign of support for object finalization | Eric Botcazou | 1 | -9/+27 |
2024-01-22 | Update copyright years. | Marc Poulhiès | 1 | -1/+1 |
2023-12-19 | ada: Rename Is_Constr_Subt_For_UN_Aliased flag | Eric Botcazou | 1 | -2/+1 |
2023-11-07 | ada: Elide temporary for aliased array with unconstrained nominal subtype | Eric Botcazou | 1 | -23/+24 |
2023-11-07 | ada: Rename Is_Limited_View to reflect actual query | Yannick Moy | 1 | -3/+3 |