| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR ada/22418 (Ada produces mis-match (non compatible) types in MODIFY_EXPR) | Olivier Hainque | 2005-10-21 | 1 | -1/+1 |
* | re PR ada/21053 (Warnings from init.c) | Arnaud Charlet | 2005-08-29 | 1 | -4/+12 |
* | * decl.c, utils.c: Fix comment typos. | Kazu Hirata | 2005-08-01 | 1 | -1/+1 |
* | * decl.c, init.c, initialize.c: Fix comment typos. | Kazu Hirata | 2005-07-29 | 1 | -1/+1 |
* | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 2005-07-20 | 1 | -10/+10 |
* | decl.c (components_to_record): Use DECL_FCONTEXT instead of DECL_SECTION_NAME. | Andrew Pinski | 2005-07-09 | 1 | -4/+4 |
* | decl.c (gnat_to_gnu_entity): Do not strip the padding type if the parameter i... | Eric Botcazou | 2005-07-07 | 1 | -2/+6 |
* | decl.c (prepend_attributes): New case. | Eric Botcazou | 2005-07-04 | 1 | -0/+8 |
* | Update FSF address | R. Kelley Cook | 2005-07-01 | 1 | -2/+2 |
* | re PR ada/20515 ("stdcall" imports are not handled correctly) | Eric Botcazou | 2005-06-16 | 1 | -20/+38 |
* | cal.c, [...]: Fix comment typos. | Kazu Hirata | 2005-05-29 | 1 | -3/+3 |
* | adaint.c, [...]: Fix comment typos. | Kazu Hirata | 2005-04-01 | 1 | -7/+7 |
* | tree.def (FILE_TYPE): Removed. | Tom Tromey | 2005-03-30 | 1 | -1/+0 |
* | decl.c (gnat_to_gnu_entity): Rework comment. | Eric Botcazou | 2005-03-29 | 1 | -7/+6 |
* | ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate. | Eric Botcazou | 2005-03-18 | 1 | -27/+14 |
* | re PR ada/19900 (ACATS c391002 c432002 ICE categorize_ctor_elements_1) | Eric Botcazou | 2005-03-15 | 1 | -109/+154 |
* | Fix for c330001 - PR ada/19386 | Eric Botcazou | 2005-02-10 | 1 | -16/+43 |
* | decl.c (compatible_signatures_p): New function. | Arnaud Charlet | 2005-01-03 | 1 | -3/+72 |
* | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 2004-12-09 | 1 | -1/+0 |
* | decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U... | Arnaud Charlet | 2004-12-08 | 1 | -7/+11 |
* | a-exexpr.adb (Others_Value, [...]): New variables... | Arnaud Charlet | 2004-11-19 | 1 | -14/+27 |
* | decl.c (gnat_to_gnu_field): Use the type of the inner object for a JM type on... | Eric Botcazou | 2004-10-27 | 1 | -15/+19 |
* | cuintp.c, [...]: Use gcc_assert and gcc_unreachable. | Richard Kenner | 2004-10-04 | 1 | -67/+53 |
* | decl.c (gnat_to_gnu_entity): Check for a dummy designated type via TYPE_MODE ... | Olivier Hainque | 2004-09-21 | 1 | -1/+1 |
* | decl.c (gnat_to_gnu_type, [...]): Wrap modular packed array types in both lit... | Robert Dewar | 2004-09-21 | 1 | -15/+24 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -4/+3 |
* | [multiple changes] | Arnaud Charlet | 2004-09-13 | 1 | -47/+63 |
* | [multiple changes] | Arnaud Charlet | 2004-09-01 | 1 | -11/+23 |
* | [multiple changes] | Arnaud Charlet | 2004-08-13 | 1 | -10/+19 |
* | [multiple changes] | Arnaud Charlet | 2004-08-09 | 1 | -4/+8 |
* | [multiple changes] | Arnaud Charlet | 2004-07-26 | 1 | -691/+664 |
* | [multiple changes] | Arnaud Charlet | 2004-07-13 | 1 | -17/+43 |
* | decl.c: Remove calls to add_decl_expr... | Richard Kenner | 2004-06-28 | 1 | -95/+60 |
* | ada-tree.def (DECL_STMT): Deleted. | Richard Kenner | 2004-06-26 | 1 | -8/+8 |
* | decl.c (elaborate_expression, [...]): Arguments now bool instead of int. | Richard Kenner | 2004-06-20 | 1 | -25/+20 |
* | ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation. | Richard Kenner | 2004-06-14 | 1 | -5/+8 |
* | ada-tree.def (TRANSFORM_EXPR, [...]): Deleted. | Richard Kenner | 2004-06-07 | 1 | -83/+78 |
* | [multiple changes] | Arnaud Charlet | 2004-06-07 | 1 | -3/+17 |
* | [multiple changes] | Arnaud Charlet | 2004-05-17 | 1 | -29/+41 |
* | [multiple changes] | Arnaud Charlet | 2004-04-29 | 1 | -6/+7 |
* | [multiple changes] | Arnaud Charlet | 2004-04-27 | 1 | -1/+5 |
* | [multiple changes] | Arnaud Charlet | 2004-04-23 | 1 | -0/+2 |
* | [multiple changes] | Arnaud Charlet | 2004-04-19 | 1 | -8/+18 |
* | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 2004-04-05 | 1 | -2/+2 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -8/+8 |
* | alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | Richard Kenner | 2004-03-23 | 1 | -3/+7 |
* | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 2004-03-21 | 1 | -6/+3 |
* | [multiple changes] | Arnaud Charlet | 2004-03-19 | 1 | -35/+21 |
* | langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook. | Richard Kenner | 2004-03-19 | 1 | -9/+0 |
* | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 2004-03-18 | 1 | -1/+1 |