aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-18trans.c (Subprogram_Body_to_gnu): Rework comment and set function_start_locus.Eric Botcazou1-3/+5
2014-05-18fe.h (Set_Present_Expr): Move around.Eric Botcazou1-2/+1
2014-05-18decl.c (gnat_to_gnu_entity): Use Underlying_Type in lieu of more verbose cons...Eric Botcazou1-18/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-6/+6
2014-05-14decl.c (gnat_to_gnu_entity): Convert integer_one_node to the appropriate type.Richard Sandiford1-2/+5
2014-04-28exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix, add 'Suf...Eric Botcazou1-8/+8
2014-04-23RevertEric Botcazou1-8/+8
2014-04-22fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.Eric Botcazou1-9/+8
2014-04-15* gcc-interface/trans.c (Case_Statement_to_gnu): Revert latest change.Eric Botcazou1-12/+17
2014-04-15decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Eric Botcazou1-41/+109
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-0/+9
2014-04-14snames.ads-tmpl (Name_Ivdep): New pragma-related name.Eric Botcazou1-6/+17
2014-04-14opt.ads (Suppress_Back_Annotation): Remove as unused.Eric Botcazou1-0/+2
2014-02-25* gcc-interface/trans.c (Pragma_to_gnu): Deal with Warning_As_Error.Eric Botcazou1-4/+21
2014-02-19[multiple changes]Arnaud Charlet1-0/+4
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