aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-10ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.Eric Botcazou1-15/+34
2010-09-29Fix long lineEric Botcazou1-1/+1
2010-09-28builtin-attrs.def (ATTR_LEAF): New attribute.Jan Hubicka1-0/+24
2010-09-20langhooks.h (struct lang_hooks_for_types): Remove hash_types field.Eric Botcazou1-32/+20
2010-09-19trans.c (gnat_pushdecl): Do not do anything special for PARM_DECLs.Eric Botcazou1-19/+18
2010-09-19gigi.h (get_elaboration_procedure): Declare.Eric Botcazou1-13/+27
2010-09-10tree.h (build_index_2_type): Remove.Richard Guenther1-1/+1
2010-08-30utils.c (gnat_pushdecl): Remove test for PARM_DECLs.Eric Botcazou1-10/+11
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-08-09tree.c (nreverse): Assert that we don't have a BLOCK.Nathan Froyd1-1/+1
2010-08-09utils.c (build_vms_descriptor32): Fix formatting.Eric Botcazou1-79/+86
2010-08-09utils.c (make_descriptor_field): Add tree parameter.Nathan Froyd1-194/+150
2010-08-07decl.c (gnat_to_gnu_entity): Use XALLOCAVEC instead of alloca.Nathan Froyd1-3/+3
2010-07-23utils.c (update_pointer_to): In the unconstrained array case, merge the alias...Eric Botcazou1-0/+1
2010-07-23utils.c (gnat_types_compatible_p): Revert latest change and recurse only for ...Eric Botcazou1-2/+4
2010-07-22re PR ada/44892 (internal error on gnat.dg/unchecked_convert5.adb)Eric Botcazou1-6/+42
2010-07-22utils.c (gnat_types_compatible_p): Don't require strict equality for the comp...Eric Botcazou1-4/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-44/+44
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-29gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.Nathan Froyd1-71/+79
2010-06-11* gcc-interface/utils.c (update_pointer_to): Initialize last.Alexandre Oliva1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-7/+3
2010-05-30decl.c (gnat_to_gnu_entity): Adjust warning message.Eric Botcazou1-2/+2
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-1/+0
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher1-5/+2
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-6/+5
2010-05-12utils.c (update_pointer_to): Return early if the old pointer already points t...Eric Botcazou1-45/+79
2010-05-08gigi.h (create_field_decl): Move PACKED parameter.Eric Botcazou1-18/+20
2010-05-08gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.Eric Botcazou1-13/+18
2010-04-17uintp.h (UI_Lt): Declare.Eric Botcazou1-19/+5
2010-04-17gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...Eric Botcazou1-3/+2
2010-04-16gigi.h (gnat_init_decl_processing): Delete.Eric Botcazou1-42/+16
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou1-11/+11
2010-04-16uintp.adb (UI_From_Dint): Remove useless code.Eric Botcazou1-5/+3
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou1-82/+82
2010-04-15trans.c (gigi): Do not start statement group.Eric Botcazou1-13/+9
2010-04-13gigi.h (standard_datatypes): Add ADT_parent_name_id.Eric Botcazou1-0/+13
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-8/+15
2010-04-12trans.c (Identifier_to_gnu): Use boolean variable.Eric Botcazou1-48/+24
2010-04-11trans.c (lvalue_required_for_attribute_p): New static function.Eric Botcazou1-3/+4
2010-04-09gigi.h (maybe_variable): Delete.Eric Botcazou1-1/+1
2010-04-09gigi.h (gnat_mark_addressable): Rename parameter.Eric Botcazou1-6/+6
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-215/+40
2010-04-07exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type if the siz...Eric Botcazou1-1/+1
2010-01-18* gcc-interface/utils.c (create_var_decl_1): Fix formatting nits.Eric Botcazou1-3/+4
2010-01-18re PR ada/42068 (ICE in function_and_variable_visibility)Jan Hubicka1-7/+8
2009-11-26utils.c (copy_type): Unshare the language-specific data and the contents of t...Eric Botcazou1-0/+17
2009-11-24sem_util.adb (Set_Debug_Info_Needed): For an E_Class_Wide_Subtype, also set t...Eric Botcazou1-20/+19
2009-11-23decl.c (gnat_to_gnu_entity): Pass the list of attributes when building the co...Eric Botcazou1-4/+6
2009-11-05* gcc-interface/utils.c (gnat_type_for_mode): Handle vector modes.Eric Botcazou1-6/+18