summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_unst.adb
Commit message (Expand)AuthorAgeFilesLines
* [Ada] Update comments related to TBDArnaud Charlet2021-06-181-1/+1
* [Ada] Don't look for aliases for generic subprogramsRichard Kenner2021-06-161-2/+3
* [Ada] Fix handling of scopes for subprogram calls in unnestingArnaud Charlet2021-06-151-1/+1
* [Ada] Minor reformattingsBob Duff2021-05-071-26/+26
* [Ada] Variable-sized node types -- cleanupBob Duff2021-05-071-2/+2
* [Ada] Variable-sized node typesBob Duff2021-05-071-2/+6
* [Ada] Assert failure on E_Enumeration_Literal and front-end unnestingArnaud Charlet2021-05-061-3/+6
* [Ada] Update copyright noticeArnaud Charlet2021-05-031-1/+1
* [Ada] Transform_Function_Array issuesArnaud Charlet2020-12-151-10/+11
* [Ada] New flag Transform_Function_ArrayArnaud Charlet2020-10-271-2/+2
* Look at fullest view when checking for static types in unnestingArnaud Charlet2020-09-031-13/+17
* [Ada] Use membership tests in front-endArnaud Charlet2020-07-271-15/+14
* [Ada] Refine use of access types in unnestingRichard Kenner2020-07-061-11/+7
* [Ada] Change how we detect internal protected subprogramsRichard Kenner2020-06-161-1/+1
* [Ada] Issue with unnesting of 'First/Last and renamingRichard Kenner2020-06-081-11/+16
* [Ada] Iterate with procedural versions of Next_... routines where possiblePiotr Trojanek2020-06-031-1/+1
* [Ada] Bump copyright yearArnaud Charlet2020-06-021-1/+1
* [Ada] ICE during unnesting when nested subprograms have address takenGary Dismukes2020-06-021-2/+6
* [Ada] Unnesting bugs with array renamings generated for quantified exprGary Dismukes2020-06-021-3/+10
* [Ada] Unnesting and annex EArnaud Charlet2019-12-131-2/+5
* [Ada] Adding support for unsupported type conversions in CCGJavier Miranda2019-12-131-0/+13
* [Ada] Minor fix typo in commentPiotr Trojanek2019-12-131-1/+1
* [Ada] Fix repeated words and typos in doc and commentsPiotr Trojanek2019-12-121-2/+2
* [Ada] Suppress GNAT FE up-level reference transformation for GNAT-LLVMGary Dismukes2019-09-191-1/+4
* [Ada] Refine previous change for -gnatn and LLVMArnaud Charlet2019-09-181-1/+1
* [Ada] Unnesting: take inlining (-gnatn) into accountArnaud Charlet2019-08-201-7/+36
* [Ada] Minor reformattingHristian Kirtchev2019-07-041-1/+1
* [Ada] Unnesting: handle conditional expressionsEd Schonberg2019-07-041-0/+27
* [Ada] Minor reformattingHristian Kirtchev2019-07-011-7/+7
* [Ada] Unnesting: improve handling of private and incomplete typesEd Schonberg2019-07-011-6/+26
* [Ada] Minor reformattingHristian Kirtchev2019-07-011-4/+2
* [Ada] Bump copyright years to 2019Pierre-Marie de Rodat2019-01-081-1/+1
* [Ada] Unnesting: do not eliminate subprogram whose address is takenEd Schonberg2018-12-111-1/+2
* [Ada] Unnesting: ensure Current_Subprogram is always initializedArnaud Charlet2018-12-111-1/+1
* [Ada] Unnesting: fix for constrained arrays and improve static constantsEd Schonberg2018-12-111-3/+27
* [Ada] Minor reformattingHristian Kirtchev2018-11-141-26/+23
* [Ada] Unnesting: fix handling of private types that are synchronizedEd Schonberg2018-10-091-0/+6
* [Ada] Unnesting: fix handling of uplevel refs to unconstrained formalsEd Schonberg2018-10-091-6/+29
* [Ada] Unnesting: avoid unnecessary loads of SystemEd Schonberg2018-10-091-10/+15
* [Ada] Minor reformattingsHristian Kirtchev2018-09-261-15/+15
* [Ada] Unnesting: fix handling of up level refs for entriesEd Schonberg2018-09-261-9/+83
* [Ada] Minor reformattingsHristian Kirtchev2018-08-211-8/+5
* [Ada] Unnesting: improve support for entries in protected objectsEd Schonberg2018-07-311-30/+47
* [Ada] Unnesting: don't use Get_Actual_Subtype for record subtypesEd Schonberg2018-07-171-6/+25
* [Ada] Minor reformattingHristian Kirtchev2018-07-171-4/+4
* [Ada] Minor reformattingHristian Kirtchev2018-07-161-34/+42
* [Ada] Unnesting: handle 'Address references that are callsEd Schonberg2018-07-161-1/+3
* [Ada] Unnesting: handle the semantic of Storage_Pool fieldEd Schonberg2018-07-161-1/+15
* [Ada] Major code cleanupEd Schonberg2018-07-161-13/+94
* [Ada] Minor reformattingHristian Kirtchev2018-06-111-42/+43