OSDN Git Service

* doc/md.texi (Processor pipeline description): Mention that
[pf3gnuchains/gcc-fork.git] / gcc / tree.h
2004-07-09 steven * doc/md.texi (Processor pipeline description): Mentio...
2004-07-09 rakdver * tree-scalar-evolution.c: New file.
2004-07-08 rth * builtins.c (ind_gimplify_va_arg_expr): New.
2004-07-08 sayle * builtins.c (fold_builtin_strcpy): Merge functionalit...
2004-07-08 jsm282004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>
2004-07-08 rth * except.c (expand_eh_region_start, expand_eh_region_end,
2004-07-07 steven * tree-inline.c (optimize_inline_calls): Set DECL_INLI...
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-06 nathan * tree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-06 kenner * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TY...
2004-07-05 kenner * tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.
2004-07-05 nathan * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-04 rth * rtl.def (ADDRESSOF): Remove.
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-07-02 rth * tree.def (RTL_EXPR): Remove.
2004-07-01 rth * function.h (struct function): Remove x_functi...
2004-07-01 rth * tree.h (immediate_size_expand): Delete.
2004-06-30 rakdver * tree-ssa-loop-ch.c: New file.
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-29 dnovillo * common.opt (ftree-fre): New flag.
2004-06-28 nathan * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-26 aph2004-06-26 Andrew Haley <aph@redhat.com>
2004-06-25 kenner * tree.h (debug_find_tree): Add declaration.
2004-06-23 dnovillo * Makefile.in (tree-vn.o): New.
2004-06-23 rth * tree.def (VTABLE_REF): Remove.
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-20 rth * stmt.c (warn_if_unused_value): Add locus...
2004-06-20 rth * c-common.def (IF_STMT, CLEANUP_STMT): Move...
2004-06-18 bonzini2004-06-18 Paolo Bonzini <bonzini@gnu.org>
2004-06-17 amacleod2004-06-16 Andrew MacLeod <amacleod@redhat.com>
2004-06-17 rakdver PR tree-optimization/15991
2004-06-17 rth * c-common.def (COMPOUND_STMT): Remove.
2004-06-16 steven * tree.h (PHI_CHAIN): New.
2004-06-16 rth * c-common.def (CASE_LABEL): Remove.
2004-06-16 rth * c-common.def (ASM_STMT): Remove.
2004-06-16 law * fold-const.c (swap_tree_comparison): No longe...
2004-06-15 dberlin2004-06-15 Daniel Berlin <dberlin@dberlin.org>
2004-06-14 jason * tree.h: Move std_gimplify_va_arg_expr protoyp...
2004-06-12 sayle * fold-const.c (omit_two_operands): New function.
2004-06-12 dberlin2004-06-11 Steven Bosscher <stevenb@suse.de>
2004-06-10 sayle * fold-const.c (fold_abs_const): Make extern.
2004-06-10 jakub PR c++/14791
2004-06-09 dnovillo Move SSA_NAME annotations into tree_ssa_name.
2004-06-09 jason Gimplify VA_ARG_EXPR into simpler forms.
2004-06-07 sayle * tree.h (lvalue_or_else): Delete function prototype.
2004-06-03 mgadams * tree.h: Remove include of version.h
2004-06-03 steven * basic-block.c (tail_recursion_label_list): Don't...
2004-05-30 kazu * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
2004-05-30 steven * gimplify.c (sort_case_labels): New. Split out from...
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-26 sayle * tree.h: Fix comment typo.
2004-05-24 bonziniChangeLog:
2004-05-22 zack2004-05-22 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-20 sayle PR middle-end/3074
2004-05-19 rakdver PR c++/15463
2004-05-19 steven2004-05-19 Steven Bosscher <stevenb@suse.de>
2004-05-19 zack * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_re...
2004-05-18 law * toplev.h (flag_delete_null_pointer_checks...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-01 zack * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR...
2004-04-23 rakdver * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl...
2004-04-20 sayle * fold-const.c (fold_convert): Make function extern...
2004-04-12 kenner * c-decl.c (finish_decl): Make a decl_stmt for a varia...
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-30 zack * gengtype.c (create_option): New function.
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 * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty...
2004-03-19 kenner * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.
2004-03-18 kenner * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5):...
2004-03-16 bonzinigcc/ChangeLog
2004-03-10 wilsonNew option -Wstrict-aliasing=2.
2004-03-06 ghazi * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN...
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-26 kazu * stmt.c (expand_start_case_dummy): Remove.
2004-02-26 kazu * builtins.c (apply_args_register_offset): Remove.
2004-02-26 kazu * stor-layout.c (is_pending_size): Remove.
2004-02-24 jason * tree.c (check_qualified_type): New fn.
2004-02-19 rth * Makefile.in (STRICT2_WARN): Add -Wno-variadic...
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-02-11 uweigand * tree.h (frame_base_decl): Add GTY marker.
2004-02-11 zlaski2004-02-10 Ziemowit Laski <zlaski@apple.com>
2004-02-10 zlomek PR/14058
2004-02-08 zack * c-common.c (shadow_warning): Delete.
2004-02-06 zlomek Josef Zlomek <zlomekj@suse.cz>
2004-02-05 ro PR middle-end/13750
2004-02-04 pbrook * calls.c (initialize_argument_information): Add CALL_...
2004-02-03 mmitchel PR c++/13975
2004-02-03 sayle * tree.c (commutative_tree_code, associative_tree_code...
2004-01-16 geoffkIndex: ChangeLog
2004-01-14 steven * system.h: Poison PROMOTED_MODE
2004-01-09 mmitchel * expr.h (expand_expr): Make it a macro, not a function.
2004-01-05 kenner * tree.h: Update documentation on nothrow_flag.
2003-12-02 rth * rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFI...
2003-11-14 jason PR middle-end/12526
2003-11-13 hubicka PR opt/12275
next