aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-20decl.c (gnat_to_gnu_entity): Adjust call to components_to_record.Eric Botcazou1-9/+7
2011-10-26decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...Eric Botcazou1-3/+1
2011-10-12trans.c (Attribute_to_gnu): Use remove_conversions.Eric Botcazou1-8/+9
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou1-1/+87
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+2
2011-10-07re PR lto/50492 (Ada bootstrap failure --with-build-config=bootstrap-lto)Eric Botcazou1-7/+15
2011-10-07gigi.h (gnat_useless_type_conversion): Declare.Eric Botcazou1-5/+25
2011-09-26utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...Eric Botcazou1-32/+31
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou1-12/+12
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou1-23/+18
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou1-9/+38
2011-09-25ada-tree.h (TREE_THIS_NOTRAP): Redefine.Eric Botcazou1-12/+17
2011-09-11utils.c (maybe_unconstrained_array): In the reference to unconstrained array ...Eric Botcazou1-11/+34
2011-09-08utils.c (unchecked_convert): Use a field of the right precision when converti...Eric Botcazou1-8/+29
2011-07-24gigi.h (build_function_stub): Remove.Eric Botcazou1-64/+1
2011-07-13utils.c (build_vms_descriptor32): Skip the 32-bit range comparison if Pmode i...Eric Botcazou1-2/+4
2011-07-02tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou1-0/+3
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-06utils.c: Include diagnostic.h.Eric Botcazou1-3/+22
2011-05-25c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek1-1/+0
2011-05-11don't use build_function_type in the Ada FENathan Froyd1-21/+13
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-3/+3
2011-05-06don't use TYPE_ARG_TYPES in the Ada frontendNathan Froyd1-7/+9
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-9/+0
2011-04-22gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.Eric Botcazou1-14/+18
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-2/+2
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd1-13/+2
2011-04-02utils.c (update_pointer_to): Finalize named pointer types.Eric Botcazou1-1/+8
2011-04-02utils.c (gnat_pushdecl): If this is a non-artificial declaration of a pointer...Eric Botcazou1-2/+6
2011-04-02gigi.h (get_dummy_type): Declare.Eric Botcazou1-73/+90
2011-04-02ada-tree.h (DECL_TAFT_TYPE_P): New flag.Eric Botcazou1-0/+19
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