aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils2.c
AgeCommit message (Expand)AuthorFilesLines
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-12/+4
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou1-1/+86
2011-09-26utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the dereference of the po...Eric Botcazou1-42/+32
2011-09-26trans.c (assoc_to_constructor): Minor tweaks.Eric Botcazou1-25/+28
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou1-35/+57
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou1-12/+85
2011-09-25decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.Eric Botcazou1-10/+6
2011-09-11utils.c (maybe_unconstrained_array): In the reference to unconstrained array ...Eric Botcazou1-0/+10
2011-09-11gigi.h (build_call_0_expr): Delete.Eric Botcazou1-76/+41
2011-09-11trans.c (build_return_expr): Use void_type_node for MODIFY_EXPR.Eric Botcazou1-5/+11
2011-08-30ada-tree.h (TYPE_EXTRA_SUBTYPE_P): Add internal check.Eric Botcazou1-2/+2
2011-08-29[multiple changes]Arnaud Charlet1-7/+7
2011-07-24utils2.c (build_binary_op): Do not mark the left operand as addressable.Eric Botcazou1-5/+0
2011-07-24gigi.h (build_function_stub): Remove.Eric Botcazou1-37/+0
2011-06-06utils2.c (gnat_stabilize_reference): Propagate TREE_THIS_NOTRAP flag.Eric Botcazou1-0/+3
2011-06-06utils2.c (gnat_stabilize_reference): Fix thinko.Eric Botcazou1-2/+2
2011-05-05re PR ada/48844 (ICE on assignment of aggregate with discriminated record type)Eric Botcazou1-5/+11
2011-04-02utils2.c (build_allocator): In the unconstrained array type case...Eric Botcazou1-12/+3
2011-03-24einfo.ads (Size_Depends_On_Discriminant): Adjust description.Eric Botcazou1-1/+10
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou1-53/+1
2010-12-20Fix typos in gcc/ada.Ralf Wildenhues1-1/+1
2010-11-27re PR ada/46574 (ada bootstrap fails with --enable-build-with-cxx.)Eric Botcazou1-2/+2
2010-11-10trans.c (gigi): Don't set 'pure' flag on SJLJ routines.Eric Botcazou1-26/+19
2010-10-27trans.c (gigi): Fix formatting issues.Eric Botcazou1-4/+4
2010-10-26utils2.c (build_compound_expr): New function.Richard Kenner1-0/+27
2010-10-25utils2.c: Include flags.h and remove prototypes.Eric Botcazou1-5/+6
2010-10-19[multiple changes]Arnaud Charlet1-0/+107
2010-10-14sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...Eric Botcazou1-7/+15
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-2/+1
2010-10-11utils2.c (maybe_wrap_malloc): Fix crash when allocating very large object on ...Tristan Gingold1-3/+4
2010-10-10trans.c (gnat_to_gnu): Use invert_truthvalue_loc instead of invert_truthvalue.Eric Botcazou1-2/+2
2010-09-19decl.c (gnat_to_gnu_entity): Look into expressions for external constants tha...Eric Botcazou1-3/+17
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-06-29gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.Nathan Froyd1-43/+23
2010-06-23[multiple changes]Arnaud Charlet1-6/+5
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher1-1/+0
2010-05-08gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.Eric Botcazou1-1/+1
2010-04-17utils2.c (build_unary_op): Do not issue warning.Eric Botcazou1-8/+2
2010-04-17uintp.h (UI_Lt): Declare.Eric Botcazou1-6/+18
2010-04-17back-end.adb (Call_Back_End): Pass Standard_Character to gigi.Eric Botcazou1-3/+4
2010-04-17gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...Eric Botcazou1-39/+37
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou1-33/+39
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou1-4/+8
2010-04-15trans.c (gigi): Set DECL_IGNORED_P on EH functions.Eric Botcazou1-15/+32
2010-04-15trans.c (call_to_gnu): Open a nesting level if this is a statement.Eric Botcazou1-1/+28
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-11/+3
2010-04-11trans.c (lvalue_required_for_attribute_p): New static function.Eric Botcazou1-2/+2
2010-04-11utils2.c (build_cond_expr): Take the address and dereference if the result ty...Eric Botcazou1-3/+5
2010-04-09gigi.h (maybe_variable): Delete.Eric Botcazou1-7/+297