aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2018-10-09[Ada] Spurious warning on uninitialized entity during code generationEd Schonberg1-0/+1
2018-08-21[Ada] Minor reformattingsHristian Kirtchev1-3/+2
2018-08-21[Ada] Improper copying of limited arrays with default initializationEd Schonberg1-7/+26
2018-07-31[Ada] Replace low-level calls to Ekind with high-level calls to Is_FormalPiotr Trojanek1-1/+1
2018-07-31[Ada] Minor reformattingsHristian Kirtchev1-11/+10
2018-07-17[Ada] Fix expansion of aggregates components rewritten to raise statementsEd Schonberg1-0/+28
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-1/+1
2018-05-30[Ada] Extend the applicability of Thread_Local_Storage to composite typesEd Schonberg1-0/+18
2018-05-30[Ada] Reuse Is_Rewrite_Substitution where possiblePiotr Trojanek1-1/+1
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-1/+1
2018-05-28[Ada] Copy index expression trees rather than relocating themEd Schonberg1-1/+3
2018-05-28[Ada] Minor reformattingHristian Kirtchev1-7/+7
2018-05-25[Ada] Remove "constant" attribute on Osint.Unknown_AttributesArnaud Charlet1-8/+3
2018-05-25[Ada] Fix expansion of quantified expressions as part of "others" associationsEd Schonberg1-0/+15
2018-05-24[Ada] Add warning on redundant others_clause in array aggregateEd Schonberg1-0/+6
2018-05-22[Ada] Crash on partial initialization of controlled componentHristian Kirtchev1-3/+7
2018-05-22[Ada] In-place initialization for Initialize_ScalarsHristian Kirtchev1-4/+14
2018-01-11[Ada] Secondary stack leaks during object initializationHristian Kirtchev1-10/+11
2018-01-11[Ada] Minor reformattingHristian Kirtchev1-9/+5
2018-01-11[Ada] Crash on iterated_component_association in expression functionEd Schonberg1-12/+28
2017-12-15exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Use Component_Size of the inne...Pierre-Marie de Rodat1-22/+30
2017-12-15[multiple changes]Pierre-Marie de Rodat1-9/+9
2017-12-15gnat_and_program_execution.rst: Update section "Dynamic Stack Usage Analysis"...Pierre-Marie de Rodat1-2/+18
2017-12-05[multiple changes]Pierre-Marie de Rodat1-1/+12
2017-11-09[multiple changes]Pierre-Marie de Rodat1-2/+2
2017-11-09[multiple changes]Pierre-Marie de Rodat1-1/+1
2017-10-20exp_aggr.adb (Initialize_Array_Component): Avoid adjusting a component of an ...Pierre-Marie de Rodat1-0/+1
2017-10-09[multiple changes]Pierre-Marie de Rodat1-22/+31
2017-09-29exp_ch6.adb (Expand_Call_Helper): Handle case of build-in-place functions ret...Bob Duff1-62/+84
2017-09-29[multiple changes]Pierre-Marie de Rodat1-3/+0
2017-09-08exp_aggr.adb: (Aggr_Assignment_OK_For_Backend): Add early return for access t...Eric Botcazou1-6/+22
2017-09-08[multiple changes]Arnaud Charlet1-2/+17
2017-09-08[multiple changes]Arnaud Charlet1-1/+1
2017-09-08sem_ch3.adb, [...]: Remove references to Frontend_Layout_On_Target and remain...Arnaud Charlet1-2/+0
2017-09-07[multiple changes]Arnaud Charlet1-6/+6
2017-09-07[multiple changes]Arnaud Charlet1-2/+4
2017-09-06[multiple changes]Arnaud Charlet1-3/+3
2017-09-06[multiple changes]Arnaud Charlet1-0/+7
2017-09-06[multiple changes]Arnaud Charlet1-8/+20
2017-04-27[multiple changes]Arnaud Charlet1-3/+1
2017-04-27[multiple changes]Arnaud Charlet1-10/+2
2017-04-25[multiple changes]Arnaud Charlet1-3/+15
2017-04-25[multiple changes]Arnaud Charlet1-1/+1
2017-01-23[multiple changes]Arnaud Charlet1-33/+47
2017-01-23[multiple changes]Arnaud Charlet1-0/+148
2017-01-19[multiple changes]Arnaud Charlet1-218/+229
2017-01-19exp_ch3.adb (Expand_Freeze_Enumeration_Type): Mark the representation-to-posi...Hristian Kirtchev1-13/+13
2017-01-19[multiple changes]Arnaud Charlet1-146/+160
2017-01-19[multiple changes]Arnaud Charlet1-2/+2
2017-01-13[multiple changes]Arnaud Charlet1-1/+8