aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-10-29tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.Kazu Hirata1-1/+1
2004-10-29* tree.h (struct tree_ssa_name): Remove field 'equiv'.Diego Novillo1-2/+0
2004-10-27re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak1-0/+1
2004-10-22stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata1-1/+0
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-1/+5
2004-10-14tree.h (TREE_STRING_POINTER): Wrap in "const char *".Ranjit Mathew1-2/+3
2004-10-10re PR c++/17554 (crashes in on kopete build (KDE's kdenetwork))Andrew Pinski1-0/+1
2004-10-08stmt.c (expand_decl_init): Remove.Kazu Hirata1-1/+0
2004-10-01revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek1-4/+0
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-1/+1
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-0/+6
2004-09-29tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+4
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-23tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law1-16/+6
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-4/+6
2004-09-23builtins.c (simplify_builtin_va_start): Remove.Eric Christopher1-1/+0
2004-09-21tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ...Jeff Law1-1/+4
2004-09-20tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key...Jeff Law1-0/+13
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-2/+2
2004-09-18tree.c, tree.h (tree_class_strings): Make array const.Zack Weinberg1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-32/+99
2004-09-16fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak1-0/+3
2004-09-13re PR tree-optimization/17436 (Huge memory use regression)Richard Henderson1-1/+7
2004-09-12re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson1-5/+0
2004-09-11tree.c (tree_code_size): New function, bulk of code from tree_size.Zack Weinberg1-0/+5
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-0/+8
2004-09-10dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating1-1/+1
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-1/+4
2004-09-09builtins.c (build_va_arg_indirect_ref): New function.Frank Ch. Eigler1-0/+1
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-2/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-3/+47
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-0/+9
2004-09-03re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich1-1/+3
2004-09-01Update TREE_NO_WARNING docs.Richard Henderson1-2/+5
2004-08-31attribs.c (strip_attrs): Remove.Joseph Myers1-8/+0
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-8/+2
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-2/+1
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-3/+3
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+3
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-0/+1
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-2/+2
2004-08-23Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell1-10/+0
2004-08-23tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.Nathan Sidwell1-4/+0
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-1/+2
2004-08-22tree.h (SAVE_EXPR_RESOLVED_P): New.Richard Henderson1-0/+7
2004-08-22fold-const.c (rtl_expr_nonnegative_p): Delete.Andrew Pinski1-1/+0
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-6/+3
2004-08-19tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell1-1/+10
2004-08-18alias.c (readonly_fields_p): Remove.Richard Henderson1-1/+0