summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
Commit message (Expand)AuthorAgeFilesLines
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-141-1/+2
* * gcc-interface/utils.c: Include diagnostic.h.ebotcazou2011-06-061-3/+22
* * c-common.c (def_fn_type): Remove extra va_end.jakub2011-05-251-1/+0
* don't use build_function_type in the Ada FEfroydnj2011-05-111-21/+13
* 2011-05-07  Eric Botcazou  <ebotcazou@adacore.com>ebotcazou2011-05-071-3/+3
* don't use TYPE_ARG_TYPES in the Ada frontendfroydnj2011-05-061-7/+9
* * tree.h (get_pending_sizes): Remove prototype.ebotcazou2011-05-051-9/+0
* * gcc-interface/gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAGebotcazou2011-04-221-14/+18
* gcc/ada/froydnj2011-04-141-2/+2
* 2011-04-12 Martin Jambor <mjambor@suse.cz>jamborm2011-04-121-1/+1
* gcc/ada/froydnj2011-04-081-13/+2
* * gcc-interface/utils.c (update_pointer_to): Finalize named pointerebotcazou2011-04-021-1/+8
* * gcc-interface/utils.c (gnat_pushdecl): If this is a non-artificialebotcazou2011-04-021-2/+6
* * gcc-interface/gigi.h (get_dummy_type): Declare.ebotcazou2011-04-021-73/+90
* * gcc-interface/ada-tree.h (DECL_TAFT_TYPE_P): New flag.ebotcazou2011-04-021-0/+19
* * gcc-interface/gigi.h (record_builtin_type): Add ARTIFICIAL_P param.ebotcazou2011-04-021-4/+16
* * inline.adb (Back_End_Cannot_Inline): Lift restriction on calls toebotcazou2011-03-261-0/+1
* * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missinglaw2011-03-251-0/+1
* ChangeLog gcc/ktietz2011-03-211-18/+31
* * gcc-interface/gigi.h (smaller_form_type_p): Declare.ebotcazou2011-03-171-0/+36
* * gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead ofebotcazou2011-02-031-84/+112
* * gcc-interface/decl.c (substitute_in_type): Do not deal withebotcazou2010-12-311-3/+1
* gcc/froydnj2010-12-221-2/+2
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_General_Access_Type>:ebotcazou2010-12-131-8/+9
* * gcc-interface/utils.c (save_gnu_tree): Improve comments.ebotcazou2010-11-091-8/+7
* * gcc-interface/utils.c (update_pointer_to): Clear TYPE_POINTER_TO andebotcazou2010-10-251-0/+2
* * gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.charlet2010-10-221-1/+1
* 2010-10-19 Robert Dewar <dewar@adacore.com>charlet2010-10-191-0/+3
* 2010-10-18 Jose Ruiz <ruiz@adacore.com>charlet2010-10-181-1/+3
* * gcc-interface/lang.opt (gdwarf+): Remove.ebotcazou2010-10-101-11/+0
* * gcc-interface/ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.ebotcazou2010-10-101-15/+34
* Fix long lineebotcazou2010-09-291-1/+1
* * builtin-attrs.def (ATTR_LEAF): New attribute.hubicka2010-09-281-0/+24
* * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.ebotcazou2010-09-201-32/+20
* * gcc-interface/trans.c (gnat_pushdecl): Do not do anything specialebotcazou2010-09-191-19/+18
* * gcc-interface/gigi.h (get_elaboration_procedure): Declare.ebotcazou2010-09-191-13/+27
* 2010-09-10 Richard Guenther <rguenther@suse.de>rguenth2010-09-101-1/+1
* * gcc-interface/utils.c (gnat_pushdecl): Remove test for PARM_DECLs.ebotcazou2010-08-301-10/+11
* gcc/froydnj2010-08-201-2/+2
* gcc/froydnj2010-08-091-1/+1
* * gcc-interface/utils.c (build_vms_descriptor32): Fix formatting.ebotcazou2010-08-091-79/+86
* * gcc-interface/utils.c (make_descriptor_field): Add tree parameter.froydnj2010-08-091-194/+150
* * gcc-interface/decl.c (gnat_to_gnu_entity): Use XALLOCAVEC insteadfroydnj2010-08-071-3/+3
* * gcc-interfaces/utils.c (update_pointer_to): In the unconstrainedebotcazou2010-07-231-0/+1
* * gcc-interface/utils.c (gnat_types_compatible_p): Revert latest changeebotcazou2010-07-231-2/+4
* PR ada/44892ebotcazou2010-07-221-6/+42
* * gcc-interface/utils.c (gnat_types_compatible_p): Don't require strictebotcazou2010-07-221-4/+4
* gcc/froydnj2010-07-151-44/+44
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * gcc-interface/gigi.h (gnat_build_constructor): Take a VEC insteadfroydnj2010-06-291-71/+79