aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-12-24re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin1-0/+4
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+2
2004-12-23tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin1-8/+0
2004-12-22tree.h (DECL_PTA_ALIASVAR): Dead.Daniel Berlin1-5/+0
2004-12-22system.h (IN_RANGE): Restore HOST_WIDE_INT cast.Nathan Sidwell1-1/+1
2004-12-22[multiple changes]Richard Henderson1-0/+5
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell1-13/+23
2004-12-20re PR middle-end/18191 (Struct member is not getting default-initialized)Steven Bosscher1-1/+2
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-0/+1
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-6/+2
2004-12-08re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg1-0/+1
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-5/+0
2004-12-04re PR middle-end/17909 (ICE: verifiy_stms failed)Andrew Pinski1-0/+1
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-0/+1
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-11/+0
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-11/+10
2004-11-23tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata1-2/+1
2004-11-23fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle1-2/+2
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-6/+0
2004-11-17tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law1-9/+1
2004-11-15re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-1/+2
2004-11-13* tree.h: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-13* tree.h: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-12tree-cfg.c (hashtab.h): Include.Jeff Law1-3/+12
2004-11-11varasm.c (get_named_section_flags, [...]): Make them static.Kazu Hirata1-1/+0
2004-11-09function.c (combine_temp_slots, [...]): Make them static.Kazu Hirata1-3/+0
2004-11-09fold-const.c (pedantic_non_lvalue): Make it static.Kazu Hirata1-1/+0
2004-11-08tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata1-4/+0
2004-11-04tree-phinodes.c (make_phi_node): Make it static.Kazu Hirata1-1/+0
2004-11-04stmt.c (expand_asm, [...]): Make them static.Kazu Hirata1-2/+0
2004-11-04expr.c (mostly_zero_p): Make it static.Kazu Hirata1-1/+0
2004-11-04builtins.c (expand_builtin_return_addr, [...]): Make them static.Kazu Hirata1-1/+0
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