aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26decl.c (gnat_to_gnu_entity): Do not prematurely elaborate the full view of a ...Eric Botcazou1-1/+1
2013-05-24gigi.h (gnat_init_gcc_fp): Declare.Eric Botcazou1-0/+3
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou1-25/+27
2013-05-24ada-tree.h (LOOP_STMT_NO_UNROLL): New define.Eric Botcazou1-6/+40
2013-05-24trans.c: Include diagnostic.h and opts.h.Eric Botcazou1-1/+86
2013-03-06trans.c (Attribute_to_gnu): Abort instead of erroring out for an unimplemente...Eric Botcazou1-7/+2
2013-03-06trans.c (Raise_Error_to_gnu): Record the unpadded type of the index type on t...Eric Botcazou1-1/+1
2013-03-06trans.c (emit_range_check): Assert that the range type is a numerical type an...Eric Botcazou1-5/+10
2013-02-06Revert previous change, unintended.Arnaud Charlet1-148/+32
2013-02-06[multiple changes]Arnaud Charlet1-32/+148
2013-01-22trans.c (gnat_to_gnu): Do not translate the Etype of the node before translat...Eric Botcazou1-1/+1
2013-01-22trans.c (Pragma_to_gnu): Use optimize_size instead of optimize and adjust war...Eric Botcazou1-6/+20
2013-01-22gigi.h (ADT_unhandled_except_decl, [...]): New.Tristan Gingold1-0/+34
2013-01-03Update comments.Arnaud Charlet1-8/+2
2013-01-02par_sco.adb: Add SCO generation for task types and single task declarations.Thomas Quinot1-0/+10
2012-12-08trans.c (gnat_to_gnu): Assert that the type of the prefix is ultimately an ar...Eric Botcazou1-0/+4
2012-12-08trans.c (Subprogram_Body_to_gnu): Be prepared for a by-ref VAR_DECL in the ca...Eric Botcazou1-2/+8
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-1/+1
2012-11-23trans.c (Attribute_to_gnu): Look through a view conversion from constrained t...Eric Botcazou1-1/+14
2012-11-18decl.c: Remove trailing spaces.Eric Botcazou1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-103/+87
2012-11-09trans.c (gnat_to_gnu): Deal with a missing library unit instead of calling gn...Eric Botcazou1-5/+20
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