| Commit message (Expand) | Author | Age | Files | Lines |
| * | * c-typeck.c (really_start_incremental_init): Discriminate | dj | 2001-09-21 | 1 | -19/+11 |
| * | * c-typeck.c (comptypes): Handle zero-length arrays properly. | rth | 2001-09-16 | 1 | -6/+19 |
| * | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
| * | * c-common.c (c_tree_code_name): Const-ification. | ghazi | 2001-09-12 | 1 | -2/+2 |
| * | * c-typeck.c (pointer_diff): Try to eliminate common term before | amylaar | 2001-08-30 | 1 | -1/+37 |
| * | * c-common.c (c_alignof, c_alignof_expr): Move here... | jason | 2001-08-24 | 1 | -75/+0 |
| * | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
| * | * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro | grahams | 2001-08-08 | 1 | -1/+1 |
| * | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -4/+4 |
| * | * c-typeck.c (build_binary_op): Do not shorten unsigned | rth | 2001-07-17 | 1 | -13/+3 |
| * | * target.h (targetm): Rename global from "target", so as not to | shebs | 2001-07-07 | 1 | -2/+2 |
| * | * target.h (struct gcc_target): Add comp_type_attributes and | jsm28 | 2001-06-29 | 1 | -5/+1 |
| * | * Makefile.in (TARGET_H, TARGET_DEF_H): New. | neil | 2001-06-26 | 1 | -1/+2 |
| * | * c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P. | ghazi | 2001-06-12 | 1 | -2/+1 |
| * | * c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations | mmitchel | 2001-06-08 | 1 | -1/+2 |
| * | * c-typeck.c (build_c_cast): Use TYPE_MAIN_VARIANT when checking | jsm28 | 2001-06-05 | 1 | -1/+1 |
| * | * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P. | danglin | 2001-06-04 | 1 | -3/+1 |
| * | * c-typeck.c (digest_init): Issue error messages about | mmitchel | 2001-05-25 | 1 | -4/+11 |
| * | * c-common.c (finish_label_expr): New function, lifted from | neil | 2001-05-11 | 1 | -0/+45 |
| * | * c-typeck.c (internal_build_compound_expr): Check for | neil | 2001-05-06 | 1 | -8/+4 |
| * | * c-common.c (c_promoting_integer_type_p): New function, from the | rth | 2001-04-30 | 1 | -5/+2 |
| * | * c-typeck.c (convert_arguments): Don't check for width changes | ghazi | 2001-04-17 | 1 | -11/+8 |
| * | * c-typeck.c (convert_arguments): -Wtraditional now activates | ghazi | 2001-04-10 | 1 | -5/+16 |
| * | * c-typeck.c (digest_init): Fold init expression. | amodra | 2001-03-27 | 1 | -0/+2 |
| * | * c-typeck.c (common_type): push and pop binding level around | jakub | 2001-02-05 | 1 | -0/+5 |
| * | * c-typeck.c (set_init_index): If first is equal to last, assume as | jakub | 2001-01-31 | 1 | -10/+16 |
| * | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
| * | * c-typeck.c (struct constructor_stack): Add range_stack member. | jakub | 2001-01-27 | 1 | -1/+13 |
| * | * c-typeck.c (digest_init): Handle boolean types as scalars. | jsm28 | 2001-01-20 | 1 | -1/+1 |
| * | * c-typeck.c (store_init_value): Don't require constant initializer | jakub | 2001-01-12 | 1 | -188/+584 |
| * | * c-decl.c (finish_struct): Detect flexible array members | rth | 2001-01-05 | 1 | -17/+59 |
| * | * c-decl.c (grokdeclarator): Give zero-length arrays size zero. | rth | 2001-01-04 | 1 | -23/+20 |
| * | * c-typeck.c (build_asm_stmt): New, broken out from ... | rth | 2000-12-20 | 1 | -48/+82 |
| * | * c-typeck.c (build_conditional_expr): When merging type | jsm28 | 2000-11-20 | 1 | -10/+4 |
| * | * c-decl.c (grokdeclarator): Support flexible array members. | rth | 2000-11-19 | 1 | -0/+10 |
| * | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -3/+3 |
| * | * c-typeck.c (c_sizeof): Fold result to c_size_type_node. | rth | 2000-11-14 | 1 | -37/+55 |
| * | * c-common.c (boolean_increment): New function. | jsm28 | 2000-11-13 | 1 | -16/+33 |
| * | * c-parse.in (initelt): Give appropriate pedantic warnings, | jsm28 | 2000-11-13 | 1 | -11/+2 |
| * | Constant folding for builtins | bernds | 2000-11-01 | 1 | -1/+2 |
| * | * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment | jsm28 | 2000-10-31 | 1 | -0/+3 |
| * | * c-typeck.c (check_init_type_bitfields): Remove. | mmitchel | 2000-10-28 | 1 | -294/+20 |
| * | * c-common.c (check_format_info_recurse): Extract string constant | jsm28 | 2000-10-20 | 1 | -6/+23 |
| * | Improved sequence point warnings | bernds | 2000-10-17 | 1 | -130/+0 |
| * | * c-typeck.c (check_modify_expr): New function. | jsm28 | 2000-10-11 | 1 | -0/+132 |
| * | Patched code to generate warning when trying to perform static | wcohen | 2000-10-04 | 1 | -1/+2 |
| * | * c-typeck.c (c_expand_asm_operands): Restore the output tree | rth | 2000-09-19 | 1 | -0/+4 |
| * | * Makefile.in (c-common.o): Depend on diagnostic.h. | ghazi | 2000-09-19 | 1 | -1/+1 |
| * | * c-typeck.c (c_start_case): Fix typo. | mmitchel | 2000-09-18 | 1 | -1/+1 |
| * | * c-decl.c (grokdeclarator): Don't give a warning about defaulting | jsm28 | 2000-09-17 | 1 | -0/+2 |