summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.c (expr_first, expr_length): New fns.jason2003-05-271-5/+50
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-27/+122
* * tree.c (expr_last): New fn.jason2003-05-201-0/+12
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)kraai2003-05-201-1/+0
* gcc:ghazi2003-05-171-13/+12
* * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.jason2003-05-131-0/+73
* PR c/10675rth2003-05-121-16/+17
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* * tree.c (save_expr): Don't fold a COMPONENT_REF.kenner2003-04-291-2/+9
* * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.kenner2003-04-161-30/+52
* * tree.c (next_decl_uid): Mark with GTY.geoffk2003-04-151-2/+2
* * tree.c (int_fits_type_p): Extract generic checks from the casekenner2003-04-141-19/+66
* * tree.c (build_constructor): New function.zack2003-04-131-0/+23
* PR c++/9393geoffk2003-04-121-28/+40
* * tree.c (tree_operand_check_failed): New function.zack2003-04-111-0/+16
* * tree.c (tree_size): For all 'c' and 'x' nodes, look directlyzack2003-04-071-21/+25
* 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>steven2003-04-061-23/+0
* * tree.c (substitute_in_expr, case 'e'): Only make recursive callkenner2003-03-191-5/+18
* PR target/9164rth2003-03-161-1/+2
* 2003-02-10 Phil Edwards <pme@gcc.gnu.org>pme2003-02-101-1/+1
* Merge from pch-branch.geoffk2003-01-101-2/+2
* * regmove.c: Fix comment typos.kazu2002-12-241-1/+1
* * tree.c (save_expr): Allow either side of a dyadic operand to benathan2002-12-231-7/+19
* omit needless bracesjason2002-12-191-3/+1
* * tree.c (make_node): Don't set TREE_TYPE on 's' class nodes.jason2002-12-181-14/+21
* Merge basic-improvements-branch to trunkzack2002-12-161-119/+56
* 2002-12-05 Dale Johannesen <dalej@apple.com>dalej2002-12-061-2/+3
* PR c++/8461, c++/8625jason2002-12-041-0/+3
* * hooks.c (hook_bool_void_false, hook_void_tree_int,rth2002-11-271-47/+0
* * tree.c (tree_vec_elt_check_failed): New function.zack2002-11-141-0/+16
* * langhooks.h (struct lang_hooks_for_tree_inlining): Addzack2002-10-231-0/+59
* * c-common.c (c_common_type_for_mode): Add V2HImode case.amylaar2002-10-141-0/+3
* * cfganal.c (dfs_enumerate_from): Use PARAMS.danglin2002-10-111-2/+2
* * conflict.c (arc_hash): Change return type to hashval_t.ghazi2002-10-091-2/+2
* * LANGUAGES: Follow spelling conventions.kazu2002-09-271-1/+1
* * machmode.def (V1DImode): New mode. A single element vector.nickc2002-09-171-0/+3
* gcc/rth2002-09-161-5/+2
* * tree.c (finish_vector_type): Fix a typo in a comment.shebs2002-08-211-1/+1
* 2002-08-20 Devang Patel <dpatel@apple.com>dpatel2002-08-211-1/+2
* Index: ChangeLoggeoffk2002-08-041-38/+3
* * dwarf2out.c (SECTION_ASM_OP,neil2002-07-231-2/+0
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-2/+0
* 2002-07-01 Aldy Hernandez <aldyh@redhat.com>aldyh2002-07-011-7/+8
* 2002-06-29 Aldy Hernandez <aldyh@redhat.com>aldyh2002-06-301-0/+25
* * tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,ghazi2002-06-211-0/+2
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-43/+43
* * tree.c (real_minus_onep): New function to test for -1.0.sayle2002-06-011-0/+16
* * target.h: Fix formatting.kazu2002-05-311-2/+2
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-13/+9
* * tree.c (decl_type_context): Return NULL_TREE if decl's context is abryce2002-05-241-0/+3