OSDN Git Service

2004-04-09 Chris Demetriou <cgd@broadcom.com>
[pf3gnuchains/gcc-fork.git] / gcc / tree.c
2004-04-05 pinskia2004-04-05 Andrew Pinski <pinskia@physics.uc.edu>
2004-04-05 kenner * c-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 kenner * expr.c (get_inner_reference): Use DECL_UNSIGNED...
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-23 zack PR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-23 kenner * alias.c (get_alias_set): Add support for TYPE_REF_CA...
2004-03-21 kenner * alias.c (get_alias_set): Remove handling of PLACEHOL...
2004-03-20 kazu * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
2004-03-19 kenner * tree.c (substitute_in_expr): Rewrite to simplify...
2004-03-19 kenner * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro...
2004-03-18 kennerFix typo in comment.
2004-03-18 kenner * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5):...
2004-03-16 bonzinigcc/ChangeLog
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-11 kenner(build_pointer_type_for_mode): Fix comments and whitespace.
2004-03-05 jason * tree.h (TYPE_HASH): Use TYPE_UID.
2004-03-03 hubicka * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
2004-02-24 jason * tree.c (check_qualified_type): New fn.
2004-02-19 rth * Makefile.in (STRICT2_WARN): Add -Wno-variadic...
2004-02-11 zlaski2004-02-10 Ziemowit Laski <zlaski@apple.com>
2004-02-05 ro PR middle-end/13750
2004-02-03 mmitchel PR c++/13975
2004-02-03 sayle * tree.c (commutative_tree_code, associative_tree_code...
2004-01-29 sayle PR java/13824
2004-01-16 geoffkIndex: ChangeLog
2004-01-10 rsandifo * tree.c (get_unwidened): Reorder conditions so that...
2003-12-20 jason * tree.c (get_unwidened): Decide whether to...
2003-12-15 aj2003-12-15 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2003-11-14 jason PR middle-end/12526
2003-10-30 rth * builtins.c (std_build_builtin_va_list): New.
2003-10-22 jason * tree.c (get_unwidened): Check TREE_UNSIGNED...
2003-10-21 jason * tree.c (build1): Fix off-by-one error.
2003-10-20 jason PR c/12553
2003-10-06 aph2003-10-06 Andrew Haley <aph@redhat.com>
2003-10-05 rth * tree-inline.c (remap_type): New.
2003-10-03 sayle PR optimization/9325, PR java/6391
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-08-28 ghazi * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUB...
2003-08-26 nathan * builtins.c (build_function_call_expr): Don't set
2003-08-25 mmitchel PR c++/8795
2003-08-20 jason * tree.h (IS_EXPR_CODE_CLASS): Also include...
2003-08-20 jason * stor-layout.c (do_type_align): Only copy...
2003-08-19 kazu * builtins.c: Fix comment typos.
2003-08-08 rsandifo * tree.c (get_file_function_name_long): Fix size of...
2003-07-24 jason * tree.h (boolean_type_node): Move from C/C...
2003-07-22 kazu * alias.c: Fix comment formatting.
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-17 steven2003-07-17 Steven Bosscher <steven@gcc.gnu.org>
2003-07-15 geoffk * c-common.c (c_common_type_for_mode): Handle V4DFmode.
2003-07-14 gerald * ggc-page.c (extra_order_size_table): Insns have...
2003-07-11 geoffkIndex: ChangeLog
2003-07-06 nathan * tree.h (default_flag_random_seed): Remove.
2003-07-06 nathan * tree.h (crc32_string): Declare.
2003-07-06 aj * sbitmap.c: Convert prototypes to ISO C90.
2003-07-05 kazu * bt-load.c: Fix comment typos.
2003-06-29 nathan * c-decl.c (c_init_decl_processing): Use a location_t...
2003-06-16 ghazicp:
2003-05-27 jason * tree.c (expr_first, expr_length): New fns.
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-20 jason * tree.c (expr_last): New fn.
2003-05-20 kraai * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
2003-05-17 ghazigcc:
2003-05-13 jason * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
2003-05-12 rth PR c/10675
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-29 kenner * tree.c (save_expr): Don't fold a COMPONENT_REF.
2003-04-16 kenner * tree.c (skip_simple_arithmetics_at, saved_exp...
2003-04-15 geoffk * tree.c (next_decl_uid): Mark with GTY.
2003-04-14 kenner * tree.c (int_fits_type_p): Extract generic checks...
2003-04-13 zack * tree.c (build_constructor): New function.
2003-04-12 geoffk PR c++/9393
2003-04-11 zack * tree.c (tree_operand_check_failed): New function.
2003-04-07 zack * tree.c (tree_size): For all 'c' and 'x' nodes...
2003-04-06 steven2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
2003-03-19 kenner * tree.c (substitute_in_expr, case 'e'): Only make...
2003-03-16 rth PR target/9164
2003-02-10 pme2003-02-10 Phil Edwards <pme@gcc.gnu.org>
2003-01-10 geoffkMerge from pch-branch.
2002-12-24 kazu * regmove.c: Fix comment typos.
2002-12-23 nathan * tree.c (save_expr): Allow either side of a dyadic...
2002-12-19 jasonomit needless braces
2002-12-18 jason * tree.c (make_node): Don't set TREE_TYPE on...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-06 dalej2002-12-05 Dale Johannesen <dalej@apple.com>
2002-12-04 jason PR c++/8461, c++/8625
2002-11-27 rth * hooks.c (hook_bool_void_false, hook_void_tree...
2002-11-14 zack * tree.c (tree_vec_elt_check_failed): New function.
2002-10-23 zack * langhooks.h (struct lang_hooks_for_tree_inlining...
2002-10-14 amylaar * c-common.c (c_common_type_for_mode): Add V2HImode...
2002-10-11 danglin * cfganal.c (dfs_enumerate_from): Use PARAMS.
2002-10-09 ghazi * conflict.c (arc_hash): Change return type to hashval_t.
2002-09-27 kazu * LANGUAGES: Follow spelling conventions.
2002-09-17 nickc* machmode.def (V1DImode): New mode. A single element...
2002-09-16 rthgcc/
2002-08-21 shebs * tree.c (finish_vector_type): Fix a typo in...
2002-08-21 dpatel2002-08-20 Devang Patel <dpatel@apple.com>
2002-08-04 geoffkIndex: ChangeLog
2002-07-23 neil * dwarf2out.c (SECTION_ASM_OP,
2002-07-23 neil * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
next