summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
Commit message (Expand)AuthorAgeFilesLines
* * gcc-interface/decl.c (make_packable_type): Copy DECL_PARALLEL_TYPEebotcazou2011-04-221-0/+2
* * gcc-interface/gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAGebotcazou2011-04-224-64/+69
* * gcc-interface/Makefile.in (NO_SIBLING_ADAFLAGS): Always define.ebotcazou2011-04-212-85/+84
* * gcc-interface/Make-lang.in (gnatbind): Replace $(ALL_CFLAGS) withebotcazou2011-04-171-1/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Function>: Declare theebotcazou2011-04-171-0/+7
* gcc/ada/froydnj2011-04-141-2/+2
* gcc/ada/froydnj2011-04-132-1/+20
* 2011-04-12 Martin Jambor <mjambor@suse.cz>jamborm2011-04-121-1/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Procedure>: Set minimumebotcazou2011-04-081-0/+3
* * gcc-interface/trans.c (Identifier_to_gnu): Do not return initializersebotcazou2011-04-081-2/+6
* gcc/ada/froydnj2011-04-081-13/+2
* * gcc-interface/utils2.c (build_allocator): In the unconstrained arrayebotcazou2011-04-021-12/+3
* * gcc-interface/utils.c (update_pointer_to): Finalize named pointerebotcazou2011-04-021-1/+8
* * gcc-interface/lang.opt (feliminate-unused-debug-types): Delete.ebotcazou2011-04-022-25/+2
* * gcc-interface/utils.c (gnat_pushdecl): If this is a non-artificialebotcazou2011-04-021-2/+6
* * gcc-interface/decl.c (gnat_to_gnu_entity): Do not force theebotcazou2011-04-021-3/+1
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Do not makeebotcazou2011-04-021-9/+20
* * gcc-interface/gigi.h (get_dummy_type): Declare.ebotcazou2011-04-023-174/+171
* * gcc-interface/ada-tree.h (DECL_TAFT_TYPE_P): New flag.ebotcazou2011-04-024-10/+51
* * gcc-interface/gigi.h (record_builtin_type): Add ARTIFICIAL_P param.ebotcazou2011-04-023-13/+28
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Deferebotcazou2011-04-021-36/+41
* * dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.ebotcazou2011-04-011-1/+14
* 2011-03-28 Kai Tietz <ktietz@redhat.com>ktietz2011-03-281-0/+5
* 2011-03-28 Tristan Gingold <gingold@adacore.com>gingold2011-03-282-23/+38
* * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create TYPE_DECLebotcazou2011-03-261-3/+14
* * gcc-interface/gigi.h (finalize_from_with_types): Adjust comment.ebotcazou2011-03-263-50/+47
* * inline.adb (Back_End_Cannot_Inline): Lift restriction on calls toebotcazou2011-03-262-14/+15
* * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missinglaw2011-03-251-0/+1
* * einfo.ads (Size_Depends_On_Discriminant): Adjust description.ebotcazou2011-03-241-1/+10
* * gcc-interface/trans.c (gnat_to_gnu): Remove obsolete case ofebotcazou2011-03-241-15/+7
* * gcc-interface/trans.c (create_temporary): New function taken from...ebotcazou2011-03-231-71/+110
* * gcc-interface/decl.c (validate_size): Improve comments and tweakebotcazou2011-03-231-29/+28
* * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create TYPE_DECLebotcazou2011-03-231-13/+24
* PR bootstrap/48216ebotcazou2011-03-211-10/+11
* * gcc-interface/decl.c (components_to_record): Add REORDER parameter,ebotcazou2011-03-211-53/+114
* * gcc-interface/decl.c (elaborate_expression_1): When optimization isebotcazou2011-03-211-6/+14
* ChangeLog gcc/ktietz2011-03-211-18/+31
* * gcc-interface/decl.c (elaborate_expression_1): Try harder to findebotcazou2011-03-171-30/+47
* * gcc-interface/gigi.h (smaller_form_type_p): Declare.ebotcazou2011-03-173-25/+39
* * gcc-interface/misc.c (gnat_init_options): Do not concatenate -I andebotcazou2011-02-141-7/+6
* * gcc-interface/Makefile.in (x86-64 darwin): Handle multilibs.ebotcazou2011-02-081-3/+9
* * gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead ofebotcazou2011-02-034-145/+120
* 2011-01-26 Richard Guenther <rguenther@suse.de>rguenth2011-01-261-1/+1
* * gcc-interface/decl.c: Disable Stdcall convention handling for 64-bit.ebotcazou2011-01-041-5/+10
* * gcc-interface/trans.c (Case_Statement_to_gnu): Put the SLOC of theebotcazou2011-01-041-2/+8
* * gcc-interface/trans.c (Subprogram_Body_to_gnu): Evaluate theebotcazou2011-01-041-25/+25
* * gcc-interface/trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.ebotcazou2011-01-041-11/+74
* PR ada/47131ebotcazou2011-01-041-22/+1
* * gcc-interface/decl.c (substitute_in_type): Do not deal withebotcazou2010-12-312-6/+1
* gcc/froydnj2010-12-221-2/+2