| Commit message (Expand) | Author | Age | Files | Lines |
* | exp_ch4.adb, [...]: Minor comment fixes and code clean up. | Bob Duff | 2010-01-25 | 1 | -3/+3 |
* | [multiple changes] | Arnaud Charlet | 2010-01-25 | 1 | -13/+15 |
* | [multiple changes] | Arnaud Charlet | 2009-10-30 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2009-10-29 | 1 | -1/+7 |
* | [multiple changes] | Arnaud Charlet | 2009-10-27 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2009-09-18 | 1 | -1/+15 |
* | [multiple changes] | Arnaud Charlet | 2009-07-22 | 1 | -11/+30 |
* | [multiple changes] | Arnaud Charlet | 2009-07-15 | 1 | -4/+3 |
* | exp_aggr.adb, [...]: Minor reformatting Minor code reorganization | Robert Dewar | 2009-07-15 | 1 | -9/+10 |
* | exp_ch7.adb, [...] (Make_Temporary): Utility to create a defining identifier ... | Ed Schonberg | 2009-07-13 | 1 | -6/+4 |
* | [multiple changes] | Arnaud Charlet | 2009-07-13 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2009-07-11 | 1 | -3/+1 |
* | exp_ch3.adb (Expand_Freeze_Record_Type): Handle constructors of non-tagged re... | Javier Miranda | 2009-07-10 | 1 | -6/+5 |
* | [multiple changes] | Arnaud Charlet | 2009-07-10 | 1 | -1/+32 |
* | [multiple changes] | Arnaud Charlet | 2009-05-06 | 1 | -12/+15 |
* | sem_aggr.adb (Valid_Ancestor_Type): Add support for C++ constructors. | Javier Miranda | 2009-05-06 | 1 | -16/+23 |
* | exp_aggr.adb (Build_Record_Aggr_Code): Add implicit call to the C++ construct... | Javier Miranda | 2009-05-06 | 1 | -0/+19 |
* | sem_ch3.adb (Analyze_Object_Declaration): Disable error message associated wi... | Javier Miranda | 2009-04-29 | 1 | -7/+16 |
* | [multiple changes] | Arnaud Charlet | 2009-04-29 | 1 | -4/+24 |
* | [multiple changes] | Arnaud Charlet | 2009-04-20 | 1 | -1/+3 |
* | [multiple changes] | Arnaud Charlet | 2009-04-20 | 1 | -27/+22 |
* | [multiple changes] | Arnaud Charlet | 2009-04-20 | 1 | -10/+4 |
* | einfo.ads, einfo.adb: New attribute Underlying_Record_View... | Ed Schonberg | 2009-04-17 | 1 | -4/+20 |
* | [multiple changes] | Arnaud Charlet | 2009-04-17 | 1 | -2/+4 |
* | [multiple changes] | Arnaud Charlet | 2009-04-17 | 1 | -4/+4 |
* | [multiple changes] | Arnaud Charlet | 2009-04-17 | 1 | -14/+14 |
* | sem_aggr.adb, [...]: Reorganize einfo/sem_aux, moving routines from einfo to ... | Robert Dewar | 2009-04-09 | 1 | -0/+1 |
* | a-crbtgk.adb, [...]: Fix typos in comments. | Ralf Wildenhues | 2008-09-14 | 1 | -1/+1 |
* | exp_aggr.adb (Static_Array_Aggregate): Call Analyze_And_Resolve on the compon... | Gary Dismukes | 2008-08-22 | 1 | -5/+6 |
* | exp_ch5.adb, [...]: Rename... | Bob Duff | 2008-08-22 | 1 | -9/+9 |
* | exp_aggr.adb (Static_Array_Aggregate): When a static array aggregate with a r... | Gary Dismukes | 2008-08-22 | 1 | -0/+6 |
* | 2008-08-20 Ed Schonberg <schonberg@adacore.com> | Ed Schonberg | 2008-08-20 | 1 | -4/+0 |
* | sem_aggr.adb, [...] (Valid_Ancestor): Resolve confusion between partial and f... | Ed Schonberg | 2008-08-20 | 1 | -0/+4 |
* | exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the target to ... | Gary Dismukes | 2008-08-04 | 1 | -1/+5 |
* | exp_aggr.adb: Minor reformatting | Robert Dewar | 2008-07-31 | 1 | -8/+8 |
* | exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component and the ... | Ed Schonberg | 2008-07-31 | 1 | -4/+45 |
* | exp_aggr.adb (Build_Array_Aggr_Code): If component type includes tasks and co... | Ed Schonberg | 2008-05-27 | 1 | -0/+10 |
* | exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains tasks... | Ed Schonberg | 2008-05-27 | 1 | -0/+14 |
* | exp_aggr.adb: Add ??? comment Fix typo | Thomas Quinot | 2008-05-27 | 1 | -1/+3 |
* | einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias. | Javier Miranda | 2008-05-26 | 1 | -3/+3 |
* | 2008-05-20 Javier Miranda <miranda@adacore.com> | Javier Miranda | 2008-05-20 | 1 | -11/+6 |
* | exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine whether... | Ed Schonberg | 2008-04-08 | 1 | -9/+9 |
* | exp_aggr.adb (Replace_Type): When checking for self-reference... | Ed Schonberg | 2008-03-26 | 1 | -17/+26 |
* | exp_aggr.adb (Not_OK_For_Backend): A component of a private type with discrim... | Ed Schonberg | 2007-12-19 | 1 | -22/+62 |
* | exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a limited... | Ed Schonberg | 2007-12-13 | 1 | -195/+252 |
* | exp_atag.ads, [...]: Replace headers with GPL v3 headers. | Robert Dewar | 2007-09-10 | 1 | -4/+3 |
* | exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an ancestor part g... | Gary Dismukes | 2007-08-16 | 1 | -2/+6 |
* | exp_aggr.ads, [...] (Convert_Aggr_In_Allocator): Use Insert_Actions to place ... | Ed Schonberg | 2007-08-14 | 1 | -37/+116 |
* | exp_aggr.ads, [...]: | Javier Miranda | 2007-06-06 | 1 | -162/+592 |
* | exp_aggr.adb: If the array component is a discriminated record... | Ed Schonberg | 2007-04-06 | 1 | -80/+99 |