aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-22decl.c (gnat_to_gnu_entity): Adjust comment.Eric Botcazou1-1/+1
2014-08-04[multiple changes]Arnaud Charlet1-20/+14
2014-08-01[multiple changes]Arnaud Charlet1-2/+22
2014-08-01fe.h (GNAT_Mode): New.Arnaud Charlet1-1/+2
2014-08-01[multiple changes]Arnaud Charlet1-1/+3
2014-08-01ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.Arnaud Charlet1-164/+67
2014-08-01[multiple changes]Arnaud Charlet1-19/+1
2014-08-01* gcc-interface/decl.c, gcc-interface/trans.c: Remove VMS handling.Robert Dewar1-9/+7
2014-07-31decl.c, [...]: Add handling of Inline_Always pragma.Javier Miranda1-3/+19
2014-07-30decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Pierre-Marie de Rodat1-5/+6
2014-07-18decl.c, [...] (Is_Packed_Array_Type): Renamed Is_Packed_Array_Impl_Type.Arnaud Charlet1-21/+23
2014-05-18decl.c (change_qualified_type): New static function.Eric Botcazou1-49/+48
2014-05-18decl.c (gnat_to_gnu_entity): Use Underlying_Type in lieu of more verbose cons...Eric Botcazou1-10/+3
2014-05-18decl.c (gnat_to_gnu_entity): Do not consider that regular packed arrays can n...Eric Botcazou1-2/+4
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-14decl.c (gnat_to_gnu_entity): Convert integer_one_node to the appropriate type.Richard Sandiford1-1/+2
2014-05-13* gcc-interface/decl.c (annotate_value): Fix thinko in latest change.Eric Botcazou1-5/+6
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+3
2014-04-28exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix, add 'Suf...Eric Botcazou1-11/+9
2014-04-23RevertEric Botcazou1-4/+2
2014-04-22fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.Eric Botcazou1-2/+4
2014-04-15decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Eric Botcazou1-79/+64
2014-04-15decl.c (prepend_one_attribute_pragma): Call Is_OK_Static_Expression in lieu o...Eric Botcazou1-2/+4
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-17/+5
2014-04-14opt.ads (Suppress_Back_Annotation): Remove as unused.Eric Botcazou1-15/+36
2014-04-14stor-layout.c (place_field): Finalize non-constant offset for the field, if any.Eric Botcazou1-1/+2
2014-01-25decl.c (gnat_to_gnu_entity): Always build a variable for E_Variable with a pr...Tristan Gingold1-0/+4
2014-01-25decl.c (gnat_to_gnu_param): Make sure an Out parameter with Default_Value asp...Robert Dewar1-2/+4
2014-01-24[multiple changes]Arnaud Charlet1-95/+112
2014-01-20decl.c (gnat_to_gnu_entity): Robustify tests for aliased objects with an unco...Eric Botcazou1-8/+9
2014-01-20decl.c (gnat_to_gnu_entity): Tidy up.Eric Botcazou1-18/+50
2014-01-20decl.c (gnat_to_gnu_entity): Remove obsolete code for type_annotate_only mode...Eric Botcazou1-40/+16
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-04decl.c (components_to_record): Add specific handling for fields with zero siz...Eric Botcazou1-0/+23
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-8/+8
2013-11-18decl.c (gnat_to_gnu_entity): Deal with an error mark as renamed object in typ...Eric Botcazou1-2/+6
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-6/+1
2013-10-17[multiple changes]Arnaud Charlet1-7/+7
2013-10-13decl.c (gnat_to_gnu_entity): Force all local variables with aggregate types i...Eric Botcazou1-2/+15
2013-10-13* gcc-interface/decl.c (gnat_to_gnu_param): Remove obsolete comment.Eric Botcazou1-6/+2
2013-09-18* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.Eric Botcazou1-0/+6
2013-08-13decl.c (gnat_to_gnu_entity): Do not bother about alias sets of derived types ...Eric Botcazou1-1/+1
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-10/+10
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou1-24/+5