aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-07tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC...Steven Bosscher1-6/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-26/+12
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-6/+15
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-1/+1
2004-07-05tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner1-0/+5
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-22/+51
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-4/+1
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-20/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-10/+0
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-1/+1
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-5/+0
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-0/+7
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-11/+39
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-25/+2
2004-06-28cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK, [...]): Use appropriate TREE_CHECK mac...Nathan Sidwell1-33/+70
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-0/+4
2004-06-26emit-rtl.c (set_mem_attributes_minus_bitpos): Check TREE_THIS_NOTRAP when set...Andrew Haley1-0/+9
2004-06-24tree.h (debug_find_tree): Add declaration.Richard Kenner1-0/+3
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-0/+24
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-0/+5
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-0/+15
2004-06-20stmt.c (warn_if_unused_value): Add locus argument.Richard Henderson1-1/+1
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-5/+4
2004-06-18emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.Paolo Bonzini1-2/+0
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-8/+8
2004-06-17re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak1-0/+1
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-2/+1
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-0/+5
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-1/+1
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-1/+1
2004-06-15fold-const.c (swap_tree_comparison): No longer static.Jeff Law1-0/+3
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-186/+0
2004-06-13tree.h: Move std_gimplify_va_arg_expr protoype here.Jason Merrill1-0/+1
2004-06-12fold-const.c (omit_two_operands): New function.Roger Sayle1-0/+1
2004-06-12[multiple changes]Daniel Berlin1-0/+7
2004-06-10fold-const.c (fold_abs_const): Make extern.Roger Sayle1-0/+1
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-0/+3
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-1/+35
2004-06-09Gimplify VA_ARG_EXPR into simpler forms.Jason Merrill1-1/+4
2004-06-07tree.h (lvalue_or_else): Delete function prototype.Roger Sayle1-5/+0
2004-06-03tree.h: Remove include of version.hMark G. Adams1-1/+0
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-1/+0
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-11/+11
2004-05-30gimplify.c (sort_case_labels): New.Steven Bosscher1-0/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-26* tree.h: Fix comment typo.Roger Sayle1-1/+1
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-1/+1
2004-05-22[multiple changes]Zack Weinberg1-1/+8
2004-05-20re PR middle-end/3074 (Statement with no effect not flagged with -Wall)Roger Sayle1-5/+0
2004-05-19Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak1-1/+0