| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -65/+607 |
* | * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK | zack | 2004-05-01 | 1 | -4/+4 |
* | * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp, | rakdver | 2004-04-23 | 1 | -6/+7 |
* | * fold-const.c (fold_convert): Make function extern/public. | sayle | 2004-04-20 | 1 | -0/+1 |
* | * c-decl.c (finish_decl): Make a decl_stmt for a variable-sized | kenner | 2004-04-12 | 1 | -0/+5 |
* | * c-decl.c (build_compound_literal): Use TYPE_READONLY. | kenner | 2004-04-05 | 1 | -21/+38 |
* | * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | kenner | 2004-04-01 | 1 | -5/+10 |
* | * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c: | kenner | 2004-04-01 | 1 | -5/+12 |
* | * gengtype.c (create_option): New function. | zack | 2004-03-30 | 1 | -1/+1 |
* | * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | kenner | 2004-03-23 | 1 | -11/+49 |
* | * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | kenner | 2004-03-21 | 1 | -0/+18 |
* | * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly. | kenner | 2004-03-19 | 1 | -1/+1 |
* | * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5): New macros. | kenner | 2004-03-18 | 1 | -17/+77 |
* | gcc/ChangeLog | bonzini | 2004-03-16 | 1 | -53/+2 |
* | New option -Wstrict-aliasing=2. | wilson | 2004-03-10 | 1 | -0/+1 |
* | * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P, | ghazi | 2004-03-06 | 1 | -0/+18 |
* | * tree.h (TYPE_HASH): Use TYPE_UID. | jason | 2004-03-05 | 1 | -3/+6 |
* | * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat): | hubicka | 2004-03-03 | 1 | -11/+24 |
* | * stmt.c (expand_start_case_dummy): Remove. | kazu | 2004-02-26 | 1 | -1/+0 |
* | * builtins.c (apply_args_register_offset): Remove. | kazu | 2004-02-26 | 1 | -1/+0 |
* | * stor-layout.c (is_pending_size): Remove. | kazu | 2004-02-26 | 1 | -1/+0 |
* | * tree.c (check_qualified_type): New fn. | jason | 2004-02-24 | 1 | -0/+5 |
* | * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | rth | 2004-02-19 | 1 | -1/+18 |
* | * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c, | steven | 2004-02-17 | 1 | -2/+3 |
* | * tree.h (frame_base_decl): Add GTY marker. | uweigand | 2004-02-11 | 1 | -1/+1 |
* | 2004-02-10 Ziemowit Laski <zlaski@apple.com> | zlaski | 2004-02-11 | 1 | -0/+2 |
* | PR/14058 | zlomek | 2004-02-10 | 1 | -0/+1 |
* | * c-common.c (shadow_warning): Delete. | zack | 2004-02-08 | 1 | -7/+0 |
* | Josef Zlomek <zlomekj@suse.cz> | zlomek | 2004-02-06 | 1 | -0/+1 |
* | PR middle-end/13750 | ro | 2004-02-05 | 1 | -2/+2 |
* | * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P | pbrook | 2004-02-04 | 1 | -0/+7 |
* | PR c++/13975 | mmitchel | 2004-02-03 | 1 | -3/+7 |
* | * tree.c (commutative_tree_code, associative_tree_code): New | sayle | 2004-02-03 | 1 | -0/+2 |
* | Index: ChangeLog | geoffk | 2004-01-16 | 1 | -2/+2 |
* | * system.h: Poison PROMOTED_MODE | steven | 2004-01-14 | 1 | -6/+1 |
* | * expr.h (expand_expr): Make it a macro, not a function. | mmitchel | 2004-01-09 | 1 | -0/+1 |
* | * tree.h: Update documentation on nothrow_flag. | kenner | 2004-01-05 | 1 | -1/+4 |
* | * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast. | rth | 2003-12-02 | 1 | -2/+1 |
* | PR middle-end/12526 | jason | 2003-11-14 | 1 | -0/+1 |
* | PR opt/12275 | hubicka | 2003-11-13 | 1 | -1/+1 |
* | * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY | austern | 2003-11-06 | 1 | -12/+16 |
* | * tree.h (dwarf2out_def_cfa, dwarf2out_args_size, | aj | 2003-10-26 | 1 | -4/+4 |
* | * tree.h (IS_EXPR_CODE_CLASS): Use strchr. | jason | 2003-10-21 | 1 | -3/+5 |
* | * stmt.c (resolve_asm_operand_names): Call check_unique_operand_names | jason | 2003-10-09 | 1 | -0/+2 |
* | * stmt.c (expand_asm_operands): Take a location_t, instead of | rth | 2003-09-28 | 1 | -2/+1 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | rth | 2003-09-22 | 1 | -23/+7 |
* | * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | rth | 2003-09-21 | 1 | -7/+23 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -1/+1 |
* | * function.c (allocate_struct_function): New, split out of ... | rth | 2003-08-29 | 1 | -0/+1 |