summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/14791jakub2004-06-101-0/+1
* * tree.c (iterative_hash_expr): Use real_hash.amylaar2004-06-071-2/+5
* * tree.c (array_type_nelts, save_expr, substitute_in_expr,sayle2004-05-211-7/+8
* PR middle-end/3074sayle2004-05-201-9/+0
* * tree.def (documentation): Remove mention of class 'b'.zack2004-05-141-11/+4
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-182/+287
* gcc/ChangeLog:bonzini2004-05-051-11/+34
* PR/c++ 15119kenner2004-04-251-1/+14
* * c-decl.c (finish_decl): Make a decl_stmt for a variable-sizedkenner2004-04-121-14/+38
* 2004-04-05 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-04-051-2/+2
* * c-decl.c (build_compound_literal): Use TYPE_READONLY.kenner2004-04-051-4/+6
* * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.kenner2004-04-011-4/+4
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-18/+17
* PR 12267, 12391, 12560, 13129, 14114, 14113zack2004-03-231-3/+15
* * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.kenner2004-03-231-27/+69
* * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.kenner2004-03-211-24/+127
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-201-2/+2
* * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.kenner2004-03-191-143/+74
* * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.kenner2004-03-191-26/+19
* Fix typo in comment.kenner2004-03-181-1/+1
* * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5): New macros.kenner2004-03-181-25/+129
* gcc/ChangeLogbonzini2004-03-161-42/+23
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-11/+11
* (build_pointer_type_for_mode): Fix comments and whitespace.kenner2004-03-111-5/+6
* * tree.h (TYPE_HASH): Use TYPE_UID.jason2004-03-051-29/+46
* * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):hubicka2004-03-031-23/+26
* * tree.c (check_qualified_type): New fn.jason2004-02-241-3/+17
* * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.rth2004-02-191-112/+199
* 2004-02-10 Ziemowit Laski <zlaski@apple.com>zlaski2004-02-111-2/+47
* PR middle-end/13750ro2004-02-051-19/+5
* PR c++/13975mmitchel2004-02-031-0/+4
* * tree.c (commutative_tree_code, associative_tree_code): Newsayle2004-02-031-3/+50
* PR java/13824sayle2004-01-291-0/+7
* Index: ChangeLoggeoffk2004-01-161-6/+20
* * tree.c (get_unwidened): Reorder conditions so that the null pointerrsandifo2004-01-101-3/+3
* * tree.c (get_unwidened): Decide whether to narrow a bitfieldjason2003-12-201-1/+1
* 2003-12-15 Waldek Hebisch <hebisch@math.uni.wroc.pl>aj2003-12-151-0/+5
* PR middle-end/12526jason2003-11-141-3/+11
* * builtins.c (std_build_builtin_va_list): New.rth2003-10-301-2/+1
* * tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.jason2003-10-221-3/+5
* * tree.c (build1): Fix off-by-one error.jason2003-10-211-1/+1
* PR c/12553jason2003-10-201-0/+23
* 2003-10-06 Andrew Haley <aph@redhat.com>aph2003-10-061-3/+4
* * tree-inline.c (remap_type): New.rth2003-10-051-27/+40
* PR optimization/9325, PR java/6391sayle2003-10-031-7/+4
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-1/+1
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-1/+1
* * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,ghazi2003-08-281-0/+5
* * builtins.c (build_function_call_expr): Don't setnathan2003-08-261-0/+11
* PR c++/8795mmitchel2003-08-251-15/+33