aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16sem_res.adb (Comes_From_Predefined_Lib_Unit): New.Hristian Kirtchev1-1/+16
2007-08-14(lvalue_required_p): Handle N_Parameter_Association like N_Function_Call and ...Arnaud Charlet1-86/+57
2007-06-15[multiple changes]Andrew Pinski1-4/+6
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-1/+1
2007-06-10decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes...Duncan Sands1-13/+0
2007-06-06gigi.h, trans.c (Identifier_to_gnu): Change test for deferred constant by add...Gary Dismukes1-194/+498
2007-04-06trans.c (call_to_gnu): Return an expression with a COMPOUND_EXPR including th...Olivier Hainque1-76/+143
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-1/+1
2007-03-09cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling fold with the ...Roger Sayle1-15/+15
2007-02-16trans.c (call_to_gnu): Use build_call_list instead of build3 to build the cal...Eric Botcazou1-9/+10
2007-01-25decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERF...Roger Sayle1-9/+5
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-4/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-12-02Makefile.in, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-17re PR ada/27936 (gnatbind fails to link)Eric Botcazou1-36/+24
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-10-31gigi.h: (tree_code_for_record_type): Declare.Eric Botcazou1-181/+272
2006-09-29decl.c (gnat_to_gnu_entity): Do not set "const" flag on "pure" Ada subprogram...Eric Botcazou1-0/+5
2006-09-13re PR ada/29025 (procedure doesn't modify In Out parameter)Olivier Hainque1-10/+17
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-04gigi.h (get_ada_base_type): Delete.Eric Botcazou1-6/+5
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner1-23/+100
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-2/+2
2005-12-09trans.c (tree_transform, emit_check): Adjust calls to build_call_raise, passi...Olivier Hainque1-13/+18
2005-12-02trans.c (gnat_gimplify_expr): Use buildN instead of build.Richard Guenther1-1/+1
2005-11-17re PR ada/22333 (ACATS FAIL c34007p c34007r c45282b spurious discriminant CON...Richard Kenner1-6/+32
2005-11-15decl.c: Factor common code to build a storage type for an unconstrained objec...Thomas Quinot1-50/+136
2005-11-10re PR ada/23995 (ICE on misaligned rep clause)Eric Botcazou1-0/+3
2005-11-03re PR ada/23427 (latent bug with array type size check)James E Wilson1-2/+2
2005-10-21re PR ada/21937 (Member record alignment triggers an ICE)Eric Botcazou1-13/+11
2005-08-29trans.c: Protect < in error msg with quote Replace GCC_ZCX by Back_End_Except...Arnaud Charlet1-11/+15
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+2
2005-07-04decl.c (prepend_attributes): New case.Eric Botcazou1-4/+41
2005-07-01Update FSF addressR. Kelley Cook1-2/+2
2005-06-16re PR ada/20515 ("stdcall" imports are not handled correctly)Eric Botcazou1-8/+47
2005-06-02trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when...Andrew Pinski1-0/+1
2005-05-29cal.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-04-01adaint.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2005-03-29decl.c (gnat_to_gnu_entity): Rework comment.Eric Botcazou1-2/+1
2005-03-18ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.Eric Botcazou1-31/+34
2005-03-15trans.c (gnat_to_gnu): Set gnu_result to NULL_TREE on entry.Eric Botcazou1-0/+2
2005-03-15re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1)Eric Botcazou1-31/+45
2005-02-10g-zstspl.ads: New file.Robert Dewar1-10/+12
2005-01-03eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.Arnaud Charlet1-17/+54
2004-12-30re PR ada/19128 (Bug box while building asharp)Sohail Somani1-2/+2
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+1
2004-12-22[multiple changes]Richard Henderson1-3/+7
2004-12-19* trans.c (gigi): Update gimplify_body call.Richard Henderson1-1/+1
2004-12-08misc.c (gnat_types_compatible_p, [...]): Remove.Arnaud Charlet1-12/+14
2004-11-19a-exexpr.adb (Others_Value, [...]): New variables...Arnaud Charlet1-12/+10