Age | Commit message (Expand) | Author | Files | Lines |
2024-08-23 | ada: Fix style in lines starting with assignment operator | Piotr Trojanek | 1 | -5/+5 |
2024-08-01 | ada: Implement full relaxed finalization semantics for controlled objects | Eric Botcazou | 1 | -19/+20 |
2024-06-14 | ada: Add prototype for mutably tagged types | Justin Squirek | 1 | -10/+70 |
2024-06-13 | ada: List subprogram body entities in scopes | Yannick Moy | 1 | -1/+7 |
2024-06-10 | ada: Iterator filter ignored on formal loop | Justin Squirek | 1 | -8/+37 |
2024-01-22 | Update copyright years. | Marc Poulhiès | 1 | -1/+1 |
2023-11-30 | ada: Fix spelling of functions with(out) "side effects" | Yannick Moy | 1 | -2/+2 |
2023-11-21 | ada: Compiler error reporting illegal prefix on legal loop iterator with "in" | Gary Dismukes | 1 | -21/+21 |
2023-09-26 | ada: Clarify RM references that justify a constraint check | Yannick Moy | 1 | -3/+4 |
2023-07-04 | ada: Do not unnecessarily use component-wise loop for slice assignment | Eric Botcazou | 1 | -6/+2 |
2023-06-15 | ada: Fix internal error on loop iterator filter with -gnatVa | Eric Botcazou | 1 | -0/+1 |
2023-06-15 | ada: Remove dead code in Expand_Iterator_Loop_Over_Container | Eric Botcazou | 1 | -13/+4 |
2023-06-13 | ada: Streamline expansion of controlled actions for aggregates | Eric Botcazou | 1 | -13/+42 |
2023-05-29 | ada: Fix wrong finalization for case expression in expression function | Eric Botcazou | 1 | -2/+6 |
2023-05-26 | ada: Fix typos "statment" and "condtion" | Bob Duff | 1 | -1/+1 |
2023-05-22 | ada: Remove extra parentheses | Arnaud Charlet | 1 | -1/+1 |
2023-05-22 | ada: Remove redundant protection against empty lists | Piotr Trojanek | 1 | -1/+0 |
2023-05-16 | ada: Adjust semantics and implementation of storage models | Eric Botcazou | 1 | -5/+53 |
2023-05-15 | ada: Clean up vanishing entity fields | Bob Duff | 1 | -0/+12 |
2023-01-09 | ada: Update copyright notice | Arnaud Charlet | 1 | -1/+1 |
2022-12-06 | ada: Accessibility code reorganization and bug fixes | Justin Squirek | 1 | -0/+1 |
2022-11-21 | ada: Move warnings switches | Bob Duff | 1 | -0/+1 |
2022-11-04 | ada: Allow enabling a restricted set of language extensions. | Steve Baird | 1 | -1/+3 |
2022-10-06 | ada: Clean up slice-of-component optimization | Bob Duff | 1 | -2/+4 |
2022-10-06 | ada: Disable slice-of-component optimization in some cases | Bob Duff | 1 | -0/+10 |
2022-09-29 | ada: Improve efficiency of slice-of-component assignment | Bob Duff | 1 | -24/+71 |
2022-09-05 | [Ada] Cleanup expansion of attribute Priority | Piotr Trojanek | 1 | -25/+13 |
2022-09-05 | [Ada] Fix expansion of attribute Priority | Piotr Trojanek | 1 | -3/+6 |
2022-07-12 | [Ada] Avoid namespace pollution for Next and Previous | Bob Duff | 1 | -19/+22 |
2022-06-02 | [Ada] Remove redundant checks for missing lists | Piotr Trojanek | 1 | -54/+51 |
2022-06-01 | [Ada] Fix search for "for ... of" loop subprograms | Bob Duff | 1 | -0/+14 |
2022-05-17 | [Ada] Streamline implementation of Has_Compatible_Representation | Eric Botcazou | 1 | -2/+2 |
2022-05-11 | [Ada] Excess finalization on assignment with target name symbol | Gary Dismukes | 1 | -3/+9 |
2022-05-10 | [Ada] Cleanup detection of No_Elist with No and Present | Piotr Trojanek | 1 | -1/+1 |
2022-05-09 | [Ada] Fix internal error on declaration of derived discriminated record type | Eric Botcazou | 1 | -22/+34 |
2022-05-09 | [Ada] Remove doubly-negated tests for empty lists | Piotr Trojanek | 1 | -2/+1 |
2022-01-11 | [Ada] Avoid redundant checks for empty lists | Piotr Trojanek | 1 | -3/+1 |
2022-01-11 | [Ada] Update copyright notice and bump Gnatvsn.Current_Year | Arnaud Charlet | 1 | -1/+1 |
2022-01-07 | [Ada] Remove extra space before THEN keywords | Piotr Trojanek | 1 | -1/+1 |
2022-01-07 | [Ada] Remove explicit expansion of block with general case statement | Piotr Trojanek | 1 | -2/+0 |
2022-01-07 | [Ada] Remove unnecessary guard for inserting non-empty list | Piotr Trojanek | 1 | -6/+2 |
2022-01-05 | [Ada] Improve support for casing on types with controlled parts | Steve Baird | 1 | -4/+4 |
2021-12-01 | [Ada] Improve support for casing on types with controlled parts | Steve Baird | 1 | -64/+134 |
2021-10-25 | [Ada] Renamed_Or_Alias cleanup | Bob Duff | 1 | -0/+1 |
2021-09-22 | [Ada] Add -gnatX support for casing on array values | Steve Baird | 1 | -16/+131 |
2021-09-21 | [Ada] Clean up uses of Esize and RM_Size | Bob Duff | 1 | -2/+2 |
2021-09-20 | [Ada] Refine types of local constants that store Etype results | Piotr Trojanek | 1 | -4/+4 |
2021-07-09 | [Ada] Add -gnatX support for casing on discriminated values | Steve Baird | 1 | -3/+24 |
2021-07-06 | [Ada] Fix bug in casing on composite values with -gnatX | Steve Baird | 1 | -3/+11 |
2021-07-06 | [Ada] Spurious initialization of element iterators in "for of" loops | Justin Squirek | 1 | -53/+15 |