| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-tree.h (enum c_typespec_kind, struct c_typespec, | jsm28 | 2004-10-14 | 1 | -2/+41 |
* | * c-tree.h (readonly_error): Remove. | jsm28 | 2004-09-30 | 1 | -1/+0 |
* | * c-tree.h (enum c_typespec_keyword): New. | jsm28 | 2004-09-17 | 1 | -11/+36 |
* | * c-tree.h (struct c_declspecs): Add const_p, volatile_p and | jsm28 | 2004-09-14 | 1 | -3/+12 |
* | * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c, | jsm28 | 2004-09-12 | 1 | -2/+8 |
* | * c-tree.h (enum c_storage_class): New. | jsm28 | 2004-09-11 | 1 | -0/+16 |
* | * c-tree.h (struct c_declspecs): Remove typedef_decl. Add | jsm28 | 2004-09-10 | 1 | -2/+5 |
* | PR c/8420 | jsm28 | 2004-09-09 | 1 | -13/+52 |
* | * c-tree.h (enum c_declarator_kind, struct c_arg_info, struct | jsm28 | 2004-09-09 | 1 | -17/+98 |
* | * c-tree.h (C_DECL_USED, parser_obstack, in_alignof, in_sizeof, | jsm28 | 2004-09-09 | 1 | -0/+15 |
* | [gcc/ChangeLog] | zlaski | 2004-09-08 | 1 | -1/+0 |
* | [gcc/ChangeLog] | zlaski | 2004-09-03 | 1 | -1/+1 |
* | [gcc/ChangeLog] | zlaski | 2004-09-02 | 1 | -0/+1 |
* | * attribs.c (strip_attrs): Remove. | jsm28 | 2004-08-31 | 1 | -0/+1 |
* | * c-tree.h (struct language_function): Add arg_info element. | jsm28 | 2004-08-30 | 1 | -0/+1 |
* | [gcc/ChangeLog] | zlaski | 2004-08-28 | 1 | -2/+0 |
* | * c-typeck.c (build_offsetof): Remove. | rth | 2004-08-27 | 1 | -1/+0 |
* | [gcc/ChangeLog] | zlaski | 2004-08-25 | 1 | -0/+1 |
* | * c-tree.h (c_sizeof_nowarn): Remove. | jsm28 | 2004-08-22 | 1 | -2/+0 |
* | * c-decl.c (set_array_declarator_type): Rename to | jsm28 | 2004-08-21 | 1 | -1/+4 |
* | * c-decl.c (build_array_declarator, set_array_declarator_type, | jsm28 | 2004-08-21 | 1 | -3/+3 |
* | PR c/11250 | jsm28 | 2004-07-21 | 1 | -4/+6 |
* | * c-tree.h (struct c_expr): Define. | jsm28 | 2004-07-19 | 1 | -6/+15 |
* | * langhooks.h (builtin_function): New langhook. | jsm28 | 2004-07-17 | 1 | -0/+2 |
* | * c-decl.c (static_ctors, static_dtors): Make static. | zack | 2004-07-08 | 1 | -4/+0 |
* | * langhooks.c: Don't include gt-langhooks.h. | zack | 2004-07-05 | 1 | -1/+0 |
* | * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | nathan | 2004-07-05 | 1 | -1/+1 |
* | * c-decl.c (struct c_binding): Remove contour field; add | zack | 2004-07-03 | 1 | -6/+2 |
* | PR c/1027 | jsm28 | 2004-07-01 | 1 | -0/+2 |
* | * c-decl.c (c_in_iteration_stmt, c_in_case_stmt): Remove. | rth | 2004-06-24 | 1 | -20/+14 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -1/+0 |
* | * c-common.def (RETURN_STMT): Remove. | rth | 2004-06-21 | 1 | -0/+1 |
* | * c-common.c (verify_sequence_points): Export. | rth | 2004-06-21 | 1 | -1/+1 |
* | * c-common.c (flag_objc_sjlj_exceptions): New. | rth | 2004-06-18 | 1 | -0/+3 |
* | * c-common.h (c_begin_if_stmt, c_begin_while_stmt, | rth | 2004-06-17 | 1 | -1/+1 |
* | * c-parse.in (if_stmt_locus): Remove. | rth | 2004-06-16 | 1 | -4/+4 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -2/+20 |
* | * c-typeck.c (comptypes, tagged_types_tu_compatible_p, | jsm28 | 2004-06-13 | 1 | -6/+1 |
* | PR c/13519 | jsm28 | 2004-06-06 | 1 | -0/+1 |
* | * c-parse.in (OFFSETOF, offsetof_member_designator): New. | rth | 2004-06-01 | 1 | -0/+1 |
* | ChangeLog: | pinskia | 2004-05-30 | 1 | -1/+0 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -3/+14 |
* | * c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct. | zack | 2004-03-28 | 1 | -28/+4 |
* | * c-tree.h (C_DECL_REGISTER): New. | jsm28 | 2004-03-28 | 1 | -0/+5 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | zack | 2004-03-23 | 1 | -46/+25 |
* | PR middle-end/13448 | mmitchel | 2004-02-29 | 1 | -1/+1 |
* | * c-decl.c (c_expand_deferred_function): Remove. | kazu | 2004-02-26 | 1 | -1/+0 |
* | * c-parse.in (maybe_type_qual): Delete. | zack | 2004-02-12 | 1 | -2/+2 |
* | gcc/ | kazu | 2004-02-04 | 1 | -1/+1 |
* | 2004-02-03 Paolo Bonzini <bonzini@gnu.org> | paolo | 2004-02-03 | 1 | -0/+1 |