aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_unst.adb
AgeCommit message (Expand)AuthorFilesLines
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre1-1/+1
2022-09-12[Ada] Fix oversight in implementation of unnestingEric Botcazou1-0/+2
2022-09-06[Ada] Handle new At_End expansion during unnestingJustin Squirek1-1/+10
2022-05-09[Ada] Remove extra space around binary operatorsPiotr Trojanek1-1/+1
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Fix comment about subprogram unnesting and unconstrained arraysPiotr Trojanek1-1/+2
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-2/+2
2021-10-20[Ada] Never treat intrinsic subprograms as nestedRichard Kenner1-0/+1
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-1/+3
2021-06-18[Ada] Update comments related to TBDArnaud Charlet1-1/+1
2021-06-16[Ada] Don't look for aliases for generic subprogramsRichard Kenner1-2/+3
2021-06-15[Ada] Fix handling of scopes for subprogram calls in unnestingArnaud Charlet1-1/+1
2021-05-07[Ada] Minor reformattingsBob Duff1-26/+26
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-2/+2
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-06[Ada] Assert failure on E_Enumeration_Literal and front-end unnestingArnaud Charlet1-3/+6
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2020-12-15[Ada] Transform_Function_Array issuesArnaud Charlet1-10/+11
2020-10-27[Ada] New flag Transform_Function_ArrayArnaud Charlet1-2/+2
2020-09-03Look at fullest view when checking for static types in unnestingArnaud Charlet1-13/+17
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-15/+14
2020-07-06[Ada] Refine use of access types in unnestingRichard Kenner1-11/+7
2020-06-16[Ada] Change how we detect internal protected subprogramsRichard Kenner1-1/+1
2020-06-08[Ada] Issue with unnesting of 'First/Last and renamingRichard Kenner1-11/+16
2020-06-03[Ada] Iterate with procedural versions of Next_... routines where possiblePiotr Trojanek1-1/+1
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2020-06-02[Ada] ICE during unnesting when nested subprograms have address takenGary Dismukes1-2/+6
2020-06-02[Ada] Unnesting bugs with array renamings generated for quantified exprGary Dismukes1-3/+10
2019-12-13[Ada] Unnesting and annex EArnaud Charlet1-2/+5
2019-12-13[Ada] Adding support for unsupported type conversions in CCGJavier Miranda1-0/+13
2019-12-13[Ada] Minor fix typo in commentPiotr Trojanek1-1/+1
2019-12-12[Ada] Fix repeated words and typos in doc and commentsPiotr Trojanek1-2/+2
2019-09-19[Ada] Suppress GNAT FE up-level reference transformation for GNAT-LLVMGary Dismukes1-1/+4
2019-09-18[Ada] Refine previous change for -gnatn and LLVMArnaud Charlet1-1/+1
2019-08-20[Ada] Unnesting: take inlining (-gnatn) into accountArnaud Charlet1-7/+36
2019-07-04[Ada] Minor reformattingHristian Kirtchev1-1/+1
2019-07-04[Ada] Unnesting: handle conditional expressionsEd Schonberg1-0/+27
2019-07-01[Ada] Minor reformattingHristian Kirtchev1-7/+7
2019-07-01[Ada] Unnesting: improve handling of private and incomplete typesEd Schonberg1-6/+26
2019-07-01[Ada] Minor reformattingHristian Kirtchev1-4/+2
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-11[Ada] Unnesting: do not eliminate subprogram whose address is takenEd Schonberg1-1/+2
2018-12-11[Ada] Unnesting: ensure Current_Subprogram is always initializedArnaud Charlet1-1/+1
2018-12-11[Ada] Unnesting: fix for constrained arrays and improve static constantsEd Schonberg1-3/+27
2018-11-14[Ada] Minor reformattingHristian Kirtchev1-26/+23
2018-10-09[Ada] Unnesting: fix handling of private types that are synchronizedEd Schonberg1-0/+6
2018-10-09[Ada] Unnesting: fix handling of uplevel refs to unconstrained formalsEd Schonberg1-6/+29
2018-10-09[Ada] Unnesting: avoid unnecessary loads of SystemEd Schonberg1-10/+15
2018-09-26[Ada] Minor reformattingsHristian Kirtchev1-15/+15
2018-09-26[Ada] Unnesting: fix handling of up level refs for entriesEd Schonberg1-9/+83