Age | Commit message (Expand) | Author | Files | Lines |
2005-12-09 | tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i... | Diego Novillo | 1 | -2/+2 |
2005-12-09 | trans.c (tree_transform, emit_check): Adjust calls to build_call_raise, passi... | Olivier Hainque | 1 | -13/+18 |
2005-12-02 | trans.c (gnat_gimplify_expr): Use buildN instead of build. | Richard Guenther | 1 | -1/+1 |
2005-11-17 | re PR ada/22333 (ACATS FAIL c34007p c34007r c45282b spurious discriminant CON... | Richard Kenner | 1 | -6/+32 |
2005-11-15 | decl.c: Factor common code to build a storage type for an unconstrained objec... | Thomas Quinot | 1 | -50/+136 |
2005-11-10 | re PR ada/23995 (ICE on misaligned rep clause) | Eric Botcazou | 1 | -0/+3 |
2005-11-03 | re PR ada/23427 (latent bug with array type size check) | James E Wilson | 1 | -2/+2 |
2005-10-21 | re PR ada/21937 (Member record alignment triggers an ICE) | Eric Botcazou | 1 | -13/+11 |
2005-08-29 | trans.c: Protect < in error msg with quote Replace GCC_ZCX by Back_End_Except... | Arnaud Charlet | 1 | -11/+15 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -1/+2 |
2005-07-04 | decl.c (prepend_attributes): New case. | Eric Botcazou | 1 | -4/+41 |
2005-07-01 | Update FSF address | R. Kelley Cook | 1 | -2/+2 |
2005-06-16 | re PR ada/20515 ("stdcall" imports are not handled correctly) | Eric Botcazou | 1 | -8/+47 |
2005-06-02 | trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when... | Andrew Pinski | 1 | -0/+1 |
2005-05-29 | cal.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-04-01 | adaint.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2005-03-29 | decl.c (gnat_to_gnu_entity): Rework comment. | Eric Botcazou | 1 | -2/+1 |
2005-03-18 | ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate. | Eric Botcazou | 1 | -31/+34 |
2005-03-15 | trans.c (gnat_to_gnu): Set gnu_result to NULL_TREE on entry. | Eric Botcazou | 1 | -0/+2 |
2005-03-15 | re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1) | Eric Botcazou | 1 | -31/+45 |
2005-02-10 | g-zstspl.ads: New file. | Robert Dewar | 1 | -10/+12 |
2005-01-03 | eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used. | Arnaud Charlet | 1 | -17/+54 |
2004-12-30 | re PR ada/19128 (Bug box while building asharp) | Sohail Somani | 1 | -2/+2 |
2004-12-23 | re PR middle-end/17746 (ICE when building the Ada RTS) | Eric Botcazou | 1 | -1/+1 |
2004-12-22 | [multiple changes] | Richard Henderson | 1 | -3/+7 |
2004-12-19 | * trans.c (gigi): Update gimplify_body call. | Richard Henderson | 1 | -1/+1 |
2004-12-08 | misc.c (gnat_types_compatible_p, [...]): Remove. | Arnaud Charlet | 1 | -12/+14 |
2004-11-19 | a-exexpr.adb (Others_Value, [...]): New variables... | Arnaud Charlet | 1 | -12/+10 |
2004-10-27 | trans.c (call_to_gnu): For an (in-)out parameter passed by reference whose ty... | Eric Botcazou | 1 | -0/+14 |
2004-10-04 | cuintp.c, [...]: Use gcc_assert and gcc_unreachable. | Richard Kenner | 1 | -98/+71 |
2004-09-21 | decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit... | Robert Dewar | 1 | -11/+10 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -12/+12 |
2004-09-13 | [multiple changes] | Arnaud Charlet | 1 | -181/+285 |
2004-09-01 | [multiple changes] | Arnaud Charlet | 1 | -42/+31 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -5/+3 |
2004-08-16 | cuintp.c (UI_To_gnu): Be more conservative with build_int_cst call.s | Nathan Sidwell | 1 | -8/+13 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -10/+8 |
2004-08-09 | [multiple changes] | Arnaud Charlet | 1 | -111/+129 |
2004-07-26 | [multiple changes] | Arnaud Charlet | 1 | -321/+297 |
2004-07-20 | [multiple changes] | Arnaud Charlet | 1 | -2056/+2043 |
2004-07-14 | trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL. | Richard Kenner | 1 | -0/+1 |
2004-07-14 | * trans.c (gnat_init_stmt_group): Remove duplicate definition. | Andreas Schwab | 1 | -22/+0 |
2004-07-13 | [multiple changes] | Arnaud Charlet | 1 | -86/+171 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -14/+3 |
2004-07-01 | tree.def (RTL_EXPR): Remove. | Richard Henderson | 1 | -6/+0 |
2004-06-28 | decl.c: Remove calls to add_decl_expr... | Richard Kenner | 1 | -202/+231 |
2004-06-26 | ada-tree.def (DECL_STMT): Deleted. | Richard Kenner | 1 | -61/+47 |
2004-06-23 | c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call. | Richard Henderson | 1 | -7/+2 |
2004-06-20 | decl.c (elaborate_expression, [...]): Arguments now bool instead of int. | Richard Kenner | 1 | -101/+55 |
2004-06-14 | ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation. | Richard Kenner | 1 | -34/+60 |