aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17gigi.h (smaller_form_type_p): Declare.Eric Botcazou1-25/+0
2011-02-03gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.Eric Botcazou1-3/+3
2011-01-04trans.c (Case_Statement_to_gnu): Put the SLOC of the end-of-case on the end l...Eric Botcazou1-2/+8
2011-01-04trans.c (Subprogram_Body_to_gnu): Evaluate the expressions of the parameter c...Eric Botcazou1-25/+25
2011-01-04trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.Olivier Hainque1-11/+74
2011-01-04re PR ada/47131 (internal error for ACATS C34011B on SJLJ targets)Eric Botcazou1-22/+1
2010-12-20Fix typos in gcc/ada.Ralf Wildenhues1-2/+2
2010-12-13trans.c (can_be_lower_p): New predicate.Eric Botcazou1-7/+30
2010-11-17trans.c (addressable_p): Rewrite obsolete paragraph in head comment.Eric Botcazou1-4/+5
2010-11-10trans.c (gigi): Don't set 'pure' flag on SJLJ routines.Eric Botcazou1-4/+0
2010-11-10trans.c (lvalue_required_p) <N_Type_Conversion>): Look through it for element...Eric Botcazou1-18/+15
2010-11-03gigi.h (add_stmt_force): Declare.Eric Botcazou1-9/+30
2010-10-27trans.c (gigi): Fix formatting issues.Eric Botcazou1-34/+38
2010-10-26utils2.c (build_compound_expr): New function.Richard Kenner1-18/+7
2010-10-25decl.c (gnat_to_gnu_entity, [...]): Allow In Out/Out parameters for functions.Eric Botcazou1-113/+231
2010-10-22[multiple changes]Arnaud Charlet1-3/+5
2010-10-19[multiple changes]Arnaud Charlet1-44/+131
2010-10-14sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...Eric Botcazou1-6/+18
2010-10-11[multiple changes]Arnaud Charlet1-4/+6
2010-10-10lang.opt (gdwarf+): Remove.Olivier Hainque1-12/+0
2010-10-10trans.c (gnat_to_gnu): Use invert_truthvalue_loc instead of invert_truthvalue.Eric Botcazou1-1/+2
2010-10-10ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.Eric Botcazou1-2/+16
2010-09-19trans.c (gnat_pushdecl): Do not do anything special for PARM_DECLs.Eric Botcazou1-65/+70
2010-09-19gigi.h (get_elaboration_procedure): Declare.Eric Botcazou1-8/+16
2010-09-19decl.c (gnat_to_gnu_entity): Explicitly test _LEVEL variables against zero in...Eric Botcazou1-19/+23
2010-08-30trans.c (call_to_gnu): Also force the return slot opt for the call to a funct...Eric Botcazou1-4/+9
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-08-07decl.c (gnat_to_gnu_entity): Use XALLOCAVEC instead of alloca.Nathan Froyd1-3/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-09trans.c (gnat_gimplify_expr): Deal with CALL_EXPR.Eric Botcazou1-23/+21
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-1/+0
2010-06-29gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.Nathan Froyd1-24/+36
2010-06-27Fix typoEric Botcazou1-1/+1
2010-06-27trans.c: Include tree-flow.h.Eric Botcazou1-14/+15
2010-06-20trans.c (Subprogram_Body_to_gnu): Use while instead of for loop.Eric Botcazou1-5/+4
2010-06-17trans.c (set_gnu_expr_location_from_node): New static function.Eric Botcazou1-9/+48
2010-06-17trans.c (push_stack, pop_stack): Delete.Eric Botcazou1-35/+21
2010-06-16trans.c (gnu_stack_free_list): Delete.Nathan Froyd1-92/+65
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-6/+6
2010-05-30decl.c (gnat_to_gnu_entity): Adjust warning message.Eric Botcazou1-6/+6
2010-05-26explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead...Steven Bosscher1-4/+2
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher1-1/+3
2010-05-19langhooks.h (struct lang_hooks): Add new field deep_unsharing.Eric Botcazou1-25/+0
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-4/+4
2010-05-16gigi.h (enum standard_datatypes): Add new value ADT_exception_data_name_id.Eric Botcazou1-0/+4
2010-05-08gigi.h (create_field_decl): Move PACKED parameter.Eric Botcazou1-2/+3
2010-05-08gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.Eric Botcazou1-3/+4
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-10/+2
2010-04-25trans.c (gnat_to_gnu): Do not use memmove if the array type is bit-packed.Eric Botcazou1-2/+4
2010-04-17back-end.adb (Call_Back_End): Pass Standard_Character to gigi.Eric Botcazou1-19/+24