| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree.c (expr_first, expr_length): New fns. | jason | 2003-05-27 | 1 | -5/+50 |
* | * tree.h (contains_placeholder_p): Now returns bool. | kenner | 2003-05-27 | 1 | -27/+122 |
* | * tree.c (expr_last): New fn. | jason | 2003-05-20 | 1 | -0/+12 |
* | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | kraai | 2003-05-20 | 1 | -1/+0 |
* | gcc: | ghazi | 2003-05-17 | 1 | -13/+12 |
* | * tree.h (STRIP_MAIN_TYPE_NOPS): New macro. | jason | 2003-05-13 | 1 | -0/+73 |
* | PR c/10675 | rth | 2003-05-12 | 1 | -16/+17 |
* | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -2/+2 |
* | * tree.c (save_expr): Don't fold a COMPONENT_REF. | kenner | 2003-04-29 | 1 | -2/+9 |
* | * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions. | kenner | 2003-04-16 | 1 | -30/+52 |
* | * tree.c (next_decl_uid): Mark with GTY. | geoffk | 2003-04-15 | 1 | -2/+2 |
* | * tree.c (int_fits_type_p): Extract generic checks from the case | kenner | 2003-04-14 | 1 | -19/+66 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -0/+23 |
* | PR c++/9393 | geoffk | 2003-04-12 | 1 | -28/+40 |
* | * tree.c (tree_operand_check_failed): New function. | zack | 2003-04-11 | 1 | -0/+16 |
* | * tree.c (tree_size): For all 'c' and 'x' nodes, look directly | zack | 2003-04-07 | 1 | -21/+25 |
* | 2003-04-06 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-04-06 | 1 | -23/+0 |
* | * tree.c (substitute_in_expr, case 'e'): Only make recursive call | kenner | 2003-03-19 | 1 | -5/+18 |
* | PR target/9164 | rth | 2003-03-16 | 1 | -1/+2 |
* | 2003-02-10 Phil Edwards <pme@gcc.gnu.org> | pme | 2003-02-10 | 1 | -1/+1 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -2/+2 |
* | * regmove.c: Fix comment typos. | kazu | 2002-12-24 | 1 | -1/+1 |
* | * tree.c (save_expr): Allow either side of a dyadic operand to be | nathan | 2002-12-23 | 1 | -7/+19 |
* | omit needless braces | jason | 2002-12-19 | 1 | -3/+1 |
* | * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes. | jason | 2002-12-18 | 1 | -14/+21 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -119/+56 |
* | 2002-12-05 Dale Johannesen <dalej@apple.com> | dalej | 2002-12-06 | 1 | -2/+3 |
* | PR c++/8461, c++/8625 | jason | 2002-12-04 | 1 | -0/+3 |
* | * hooks.c (hook_bool_void_false, hook_void_tree_int, | rth | 2002-11-27 | 1 | -47/+0 |
* | * tree.c (tree_vec_elt_check_failed): New function. | zack | 2002-11-14 | 1 | -0/+16 |
* | * langhooks.h (struct lang_hooks_for_tree_inlining): Add | zack | 2002-10-23 | 1 | -0/+59 |
* | * c-common.c (c_common_type_for_mode): Add V2HImode case. | amylaar | 2002-10-14 | 1 | -0/+3 |
* | * cfganal.c (dfs_enumerate_from): Use PARAMS. | danglin | 2002-10-11 | 1 | -2/+2 |
* | * conflict.c (arc_hash): Change return type to hashval_t. | ghazi | 2002-10-09 | 1 | -2/+2 |
* | * LANGUAGES: Follow spelling conventions. | kazu | 2002-09-27 | 1 | -1/+1 |
* | * machmode.def (V1DImode): New mode. A single element vector. | nickc | 2002-09-17 | 1 | -0/+3 |
* | gcc/ | rth | 2002-09-16 | 1 | -5/+2 |
* | * tree.c (finish_vector_type): Fix a typo in a comment. | shebs | 2002-08-21 | 1 | -1/+1 |
* | 2002-08-20 Devang Patel <dpatel@apple.com> | dpatel | 2002-08-21 | 1 | -1/+2 |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -38/+3 |
* | * dwarf2out.c (SECTION_ASM_OP, | neil | 2002-07-23 | 1 | -2/+0 |
* | * defaults.h (obstack_chunk_alloc, obstack_chunk_free): | neil | 2002-07-23 | 1 | -2/+0 |
* | 2002-07-01 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-07-01 | 1 | -7/+8 |
* | 2002-06-29 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-06-30 | 1 | -0/+25 |
* | * tree.c (tree_node_kind, tree_node_counts, tree_node_sizes, | ghazi | 2002-06-21 | 1 | -0/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -43/+43 |
* | * tree.c (real_minus_onep): New function to test for -1.0. | sayle | 2002-06-01 | 1 | -0/+16 |
* | * target.h: Fix formatting. | kazu | 2002-05-31 | 1 | -2/+2 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -13/+9 |
* | * tree.c (decl_type_context): Return NULL_TREE if decl's context is a | bryce | 2002-05-24 | 1 | -0/+3 |