aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-02gigi.h (record_builtin_type): Add ARTIFICIAL_P param.Eric Botcazou1-4/+16
2011-03-26inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...Eric Botcazou1-0/+1
2011-03-25dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.Jeff Law1-0/+1
2011-03-21ChangeLog gcc/Kai Tietz1-18/+31
2011-03-17gigi.h (smaller_form_type_p): Declare.Eric Botcazou1-0/+36
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou1-84/+112
2010-12-31decl.c (substitute_in_type): Do not deal with LANG_TYPE, METHOD_TYPE or OFFSE...Eric Botcazou1-3/+1
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-2/+2
2010-12-13decl.c (gnat_to_gnu_entity): Build a stub DECL for the dummy fat pointer type...Eric Botcazou1-8/+9
2010-11-09utils.c (save_gnu_tree): Improve comments.Eric Botcazou1-8/+7
2010-10-25utils.c (update_pointer_to): Clear TYPE_POINTER_TO and TYPE_REFERENCE_TO of t...Eric Botcazou1-0/+2
2010-10-22* gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.Arnaud Charlet1-1/+1
2010-10-19[multiple changes]Arnaud Charlet1-0/+3
2010-10-18adaint.c (__gnat_pthread_setaffinity_np, [...]): Remove wrappers, no longer n...Jose Ruiz1-1/+3
2010-10-10lang.opt (gdwarf+): Remove.Olivier Hainque1-11/+0
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