aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-21[multiple changes]Arnaud Charlet1-8/+21
2014-01-20decl.c (gnat_to_gnu_entity): Robustify tests for aliased objects with an unco...Eric Botcazou1-23/+16
2013-12-04trans.c (Case_Statement_to_gnu): Do not push a binding level for each branch ...Eric Botcazou1-6/+11
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-23gimplify.h (recalculate_side_effects): Delete.Eric Botcazou1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.Eric Botcazou1-6/+0
2013-11-18trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't nee...Eric Botcazou1-5/+17
2013-11-14Include gimple.h and pointer-set.h in gcc-interface/trans.cH.J. Lu1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-19cuintp.c: Remove useless include directives.Eric Botcazou1-8/+16
2013-10-17[multiple changes]Arnaud Charlet1-3/+3
2013-10-14Complete previous change.Arnaud Charlet1-0/+13
2013-10-14trans.c: Synchronize declarations of other/all others between gigi and the ru...Tristan Gingold1-6/+6
2013-10-14gigi.h (standard_datatypes): Add ADT_set_exception_parameter_declTristan Gingold1-0/+9
2013-10-10[multiple changes]Arnaud Charlet1-0/+4
2013-09-18re PR ada/58264 (incorrect bounds of string when assigned from dereference of...Eric Botcazou1-49/+91
2013-09-18* gcc-interface/trans.c (gigi): Remove dead code.Eric Botcazou1-12/+0
2013-09-18trans.c (Subprogram_Body_to_gnu): Pop the stack of return variables for subpr...Eric Botcazou1-0/+2
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-6/+6
2013-08-13trans.c (set_end_locus_from_node): Clear column info for the end_locus of a b...Thomas Quinot1-2/+6
2013-08-13trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no End_Label...Thomas Quinot1-14/+44
2013-08-13trans.c (Call_to_gnu): Deal with specific conditional expressions for misalig...Eric Botcazou1-2/+12
2013-08-13trans.c (can_equal_min_or_max_val_p): Be prepared for values outside of the r...Eric Botcazou1-1/+4
2013-07-21gigi.h: Likewise.Ondřej Bílka1-2/+2
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou1-22/+1
2013-05-26trans.c (Attribute_to_gnu): Add kludge to avoid generating an overflow for -1.Eric Botcazou1-3/+8
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