summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
Commit message (Expand)AuthorAgeFilesLines
* * langhooks.h (struct lang_hooks): Add new field deep_unsharing.ebotcazou2010-05-192-25/+2
* gcc/froydnj2010-05-182-10/+9
* 2010-05-16 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-05-161-6/+1
* * gcc-interface/gigi.h (enum standard_datatypes): Add new valueebotcazou2010-05-163-0/+31
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy upebotcazou2010-05-121-110/+99
* * gcc-interface/utils.c (update_pointer_to): Return early if the oldebotcazou2010-05-121-45/+79
* * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tablesebotcazou2010-05-101-4/+5
* * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables.ebotcazou2010-05-081-1/+16
* * gcc-interface/decl.c (make_aligning_type): Declare the type.ebotcazou2010-05-081-3/+7
* * gcc-interface/decl.c (gnat_to_gnu_entity): Create variables for sizeebotcazou2010-05-081-0/+54
* * gcc-interface/gigi.h (create_field_decl): Move PACKED parameter.ebotcazou2010-05-084-151/+157
* * gcc-interface/gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.ebotcazou2010-05-085-27/+36
* PR 40989ebotcazou2010-05-071-1/+2
* gcc:ro2010-05-061-36/+27
* 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-05-061-2/+2
* Uniquization of constants at the Tree levelebotcazou2010-04-281-10/+2
* * exp_dbug.ads: Fix outdated description. Mention link between XVSebotcazou2010-04-251-6/+10
* * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Do notebotcazou2010-04-251-2/+4
* 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>ebotcazou2010-04-181-1/+1
* * gcc-interface/utils2.c (build_unary_op) <ATTR_ADDR_EXPR>: Do notebotcazou2010-04-171-8/+2
* Fix copyright date.ebotcazou2010-04-171-1/+1
* Add missing hunk for previous patch.ebotcazou2010-04-171-31/+37
* * uintp.h (UI_Lt): Declare.ebotcazou2010-04-174-108/+96
* * back-end.adb (Call_Back_End): Pass Standard_Character to gigi.ebotcazou2010-04-175-64/+34
* * gcc-interface/gigi.h (enum standard_datatypes): Add new valuesebotcazou2010-04-176-101/+80
* * gcc-interface/gigi.h (gnat_init_decl_processing): Delete.ebotcazou2010-04-165-163/+164
* * gcc-interface/trans.c (unchecked_conversion_nop): Handle functionebotcazou2010-04-161-2/+8
* * gcc-interface/decl.c (gnat_to_gnu_entity): Use boolean_type_node inebotcazou2010-04-164-115/+128
* * gcc-interface/ada-tree.def (LOOP_STMT): Change to 4-operand nodes.ebotcazou2010-04-163-67/+213
* * uintp.adb (UI_From_Dint): Remove useless code.ebotcazou2010-04-165-68/+91
* * gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Just copyebotcazou2010-04-162-32/+39
* * gcc-interface/cuintp.c (UI_To_gnu): Fix long line.ebotcazou2010-04-156-248/+240
* * gcc-interface/trans.c (gigi): Set DECL_IGNORED_P on EH functions.ebotcazou2010-04-152-31/+76
* * gcc-interface/trans.c (call_to_gnu): Open a nesting level if this isebotcazou2010-04-152-95/+165
* * gcc-interface/trans.c (gigi): Do not start statement group.ebotcazou2010-04-152-54/+23
* * gcc-interface/trans.c (call_to_gnu): Do not unnecessarily forceebotcazou2010-04-151-12/+6
* * gcc-interface/decl.c (validate_size): Reorder, remove obsolete testebotcazou2010-04-151-44/+34
* * gcc-interface/gigi.h: Reorder declarations and tweak comments.ebotcazou2010-04-144-31/+63
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Class_Wide_Type>: Fixebotcazou2010-04-142-52/+53
* Remove lang_eh_type_covers, which is dead, and the correspondingbaldrick2010-04-132-22/+1
* * gcc-interface/gigi.h (standard_datatypes): Add ADT_parent_name_id.ebotcazou2010-04-134-5/+44
* * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pureebotcazou2010-04-136-99/+177
* * gcc-interface/trans.c (Identifier_to_gnu): Use boolean variable.ebotcazou2010-04-122-103/+64
* * gcc-interface/trans.c (lvalue_required_for_attribute_p): New staticebotcazou2010-04-113-18/+55
* * gcc-interface/utils2.c (build_cond_expr): Take the address andebotcazou2010-04-111-3/+5
* * gcc-interface/trans.c (Case_Statement_to_gnu): Bool-ify variable.ebotcazou2010-04-111-4/+19
* * gcc-interface/gigi.h (maybe_variable): Delete.ebotcazou2010-04-095-326/+334
* * gcc-interface/gigi.h (gnat_mark_addressable): Rename parameter.ebotcazou2010-04-095-283/+191
* * tree.h (TREE_ADDRESSABLE): Document its effect for function types.ebotcazou2010-04-086-505/+250
* * exp_pakd.adb (Create_Packed_Array_Type): Always use a modular typeebotcazou2010-04-072-36/+53