aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-06[multiple changes]Arnaud Charlet1-31/+23
2012-10-22trans.c (Loop_Statement_to_gnu): Use gnat_type_for_size directly to obtain an...Eric Botcazou1-1/+2
2012-10-02[multiple changes]Arnaud Charlet1-1/+1
2012-10-02decl.c (elaborate_expression_1): Use the variable for bounds of loop iterarat...Eric Botcazou1-1/+2
2012-10-02par_sco.adb, [...]: Change name Conditional_Expression to If_Expression.Robert Dewar1-1/+1
2012-10-01trans.c (gigi): Adjust previous change to avoid a typecast that discards a co...Arnaud Charlet1-2/+4
2012-10-01[multiple changes]Arnaud Charlet1-1/+7
2012-09-07trans.c (Loop_Statement_to_gnu): Revert to using size_type_node instead of si...Eric Botcazou1-3/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-07-23[multiple changes]Arnaud Charlet1-1/+9
2012-07-23trans.c: (Handled_Sequence_Of_Statements_to_gnu): Set location on TRY_CATCH_E...Tristan Gingold1-0/+1
2012-07-18trans.c (stmt_group_may_fallthru): New function.Eric Botcazou1-6/+24
2012-07-03trans.c (Call_to_gnu): Robustify test for function case if the CICO mechanism...Eric Botcazou1-3/+2
2012-07-03exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on the desig...Eric Botcazou1-0/+9
2012-06-19target.def (output_ident): New hook.Steven Bosscher1-5/+3
2012-06-15re PR ada/53592 (ICE on assignment to component of vector_type)Eric Botcazou1-1/+6
2012-06-11trans.c (Identifier_to_gnu): Test Is_Elementary_Type instead of Is_Scalar_Typ...Eric Botcazou1-3/+6
2012-05-15fe.h (Get_RT_Exception_Name): Define.Tristan Gingold1-4/+11
2012-05-06* gcc-interface/trans.c (gigi): Decorate reraise_zcx_decl.Tristan Gingold1-0/+6
2012-05-06trans.c (Loop_Statement_to_gnu): Also handle invariant conditions with only o...Eric Botcazou1-110/+149
2012-05-06gigi.h (make_packable_type): Declare.Eric Botcazou1-39/+23
2012-04-30gigi.h (mark_out_of_scope): Delete.Eric Botcazou1-82/+82
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-1/+1
2012-03-12gigi.h (shift_unc_components_for_thin_pointers): Kill.Eric Botcazou1-7/+11
2012-03-09ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.Eric Botcazou1-40/+36
2012-03-07trans.c (Identifier_to_gnu): Don't unshare initializer.Eric Botcazou1-8/+6
2012-02-27ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.Eric Botcazou1-32/+14
2012-02-15trans.c (Identifier_to_gnu): Move block retrieving the type of the result to ...Eric Botcazou1-11/+18
2012-02-15trans.c (gnat_to_gnu): If the type is tagged, mark it as used for debugging p...Eric Botcazou1-6/+14
2012-02-15volatile10.adb: New case.Eric Botcazou1-17/+27
2012-02-01trans.c (Loop_Statement_to_gnu): Use sizetype instead of size_type_node.Tristan Gingold1-4/+3
2012-01-27trans.c (gnat_to_gnu): Avoid making a SAVE_EXPR for a call to a function that...Eric Botcazou1-5/+25
2012-01-27gigi.h (get_minimal_subprog_decl): Declare.Eric Botcazou1-3/+16
2012-01-27gigi.h (create_label_decl): Adjust.Eric Botcazou1-1/+2
2012-01-09trans.c (call_to_gnu): Create the temporary for the return value in the varia...Eric Botcazou1-7/+14
2012-01-09* gcc-interface/trans.c (addressable_p) <COMPONENT_REF>: Fix thinko.Eric Botcazou1-2/+2
2011-12-18decl.c (gnat_to_gnu_param): Add comment about double reference and DECL_POINT...Eric Botcazou1-2/+3
2011-12-11* gcc-interface/trans.c (gigi): Initialize the linemap earlier.Eric Botcazou1-7/+7
2011-11-20trans.c (struct language_function): Add GNAT_RET.Eric Botcazou1-9/+202
2011-11-20trans.c (Subprogram_Body_to_gnu): Add comment.Eric Botcazou1-8/+7
2011-11-10fe.h (Serious_Errors_Detected): New macro.Eric Botcazou1-17/+137
2011-10-26decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...Eric Botcazou1-4/+2
2011-10-20trans.c (lhs_or_actual_p): New predicate.Eric Botcazou1-17/+31
2011-10-20back_end.adb (Call_Back_End): Pass the maximum logical line number instead of...Eric Botcazou1-0/+4
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-6/+4
2011-10-12trans.c (Attribute_to_gnu): Use remove_conversions.Eric Botcazou1-12/+5
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou1-58/+209
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-2/+2
2011-10-07gigi.h (gnat_useless_type_conversion): Declare.Eric Botcazou1-6/+337
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou1-6/+6