aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gen_il-gen-gen_nodes.adb
AgeCommit message (Expand)AuthorFilesLines
2023-11-21ada: Small cleanup in finalization machineryEric Botcazou1-1/+0
2023-11-07ada: Fix incorrect resolution of overloaded function call in instanceEric Botcazou1-6/+12
2023-11-07ada: Implement Aspects as fields under nodesViljar Indus1-20/+63
2023-11-07ada: Minor tweaks for comparison operatorsEric Botcazou1-2/+1
2023-06-20ada: Further fixes to handling of private views in instancesEric Botcazou1-2/+5
2023-06-13ada: Streamline expansion of controlled actions for aggregatesEric Botcazou1-2/+2
2023-05-23ada: Fix latent issue in support for protected entriesEric Botcazou1-1/+2
2023-05-16ada: Introduce Cannot_Be_Superflat flag on N_Range nodesEric Botcazou1-1/+2
2023-05-16ada: Change Present_Expr field type to UintRichard Kenner1-1/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: INOX: prototype RFC on String InterpolationJavier Miranda1-0/+3
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-1/+1
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek1-0/+1
2022-09-12[Ada] Tech debt: Expansion of contractsJustin Squirek1-1/+2
2022-09-06[Ada] Place "at end" on body nodesBob Duff1-3/+7
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-2/+0
2022-05-30[Ada] Delete no-longer-used Convert_To_Return_False flagSteve Baird1-2/+1
2022-05-18[Ada] Fix the parsing for delta aggregateMarc Poulhiès1-0/+1
2022-05-17[Ada] Cleanups related to front-end SJLJBob Duff1-2/+1
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2021-12-02[Ada] Use bracket aggregates in Ada2022Marc Poulhiès1-0/+2
2021-12-01[Ada] Allow formal functions to have a default in the form of an expression f...Gary Dismukes1-0/+2
2021-10-25[Ada] Make Declaration_Node return nondeclarations in fewer casesBob Duff1-3/+16
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-3/+3
2021-10-01[Ada] Add more node unionsRichard Kenner1-0/+27
2021-10-01[Ada] Add N_Is_DeclRichard Kenner1-1/+15
2021-10-01[Ada] Add N_Entity_NameRichard Kenner1-0/+10
2021-09-23[Ada] Add N_Has_Bounds and N_Is_IndexRichard Kenner1-0/+13
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-6/+6
2021-07-06[Ada] Tbuild cleanupBob Duff1-2/+8
2021-07-06[Ada] Removal of various ??? comments plus related code changesGary Dismukes1-6/+0
2021-07-06[Ada] Make parent of N_Exception_Declaration be N_DeclarationBob Duff1-2/+2
2021-06-21[Ada] INOX: prototype "when" constructsJustin Squirek1-0/+13
2021-06-21[Ada] Implementation of AI12-205: defaults for formal typesEd Schonberg1-1/+2
2021-06-17[Ada] Casing on composite valuesSteve Baird1-1/+3
2021-06-15[Ada] Variable-sized node types -- cleanupBob Duff1-17/+36
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek1-0/+1
2021-05-07[Ada] Variable-sized node typesBob Duff1-0/+1616