summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin2004-12-241-0/+4
* re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou2004-12-231-1/+2
* tree-inline.c (struct inline_data): Remove inlined_fns.Daniel Berlin2004-12-231-8/+0
* tree.h (DECL_PTA_ALIASVAR): Dead.Daniel Berlin2004-12-221-5/+0
* system.h (IN_RANGE): Restore HOST_WIDE_INT cast.Nathan Sidwell2004-12-221-1/+1
* [multiple changes]Richard Henderson2004-12-221-0/+5
* system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell2004-12-211-13/+23
* re PR middle-end/18191 (Struct member is not getting default-initialized)Steven Bosscher2004-12-201-1/+2
* re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson2004-12-181-0/+1
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-6/+2
* re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg2004-12-081-0/+1
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-5/+0
* re PR middle-end/17909 (ICE: verifiy_stms failed)Andrew Pinski2004-12-041-0/+1
* tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata2004-11-271-0/+1
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-11/+0
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-11/+10
* tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata2004-11-231-2/+1
* fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle2004-11-231-2/+2
* basic-block.h, [...]: Remove unused prototypes.Kazu Hirata2004-11-171-6/+0
* tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law2004-11-171-9/+1
* re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak2004-11-151-1/+2
* * tree.h: Fix a comment typo.Kazu Hirata2004-11-131-1/+1
* * tree.h: Fix a comment typo.Kazu Hirata2004-11-131-1/+1
* tree-cfg.c (hashtab.h): Include.Jeff Law2004-11-121-3/+12
* varasm.c (get_named_section_flags, [...]): Make them static.Kazu Hirata2004-11-111-1/+0
* function.c (combine_temp_slots, [...]): Make them static.Kazu Hirata2004-11-091-3/+0
* fold-const.c (pedantic_non_lvalue): Make it static.Kazu Hirata2004-11-091-1/+0
* tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata2004-11-081-4/+0
* tree-phinodes.c (make_phi_node): Make it static.Kazu Hirata2004-11-041-1/+0
* stmt.c (expand_asm, [...]): Make them static.Kazu Hirata2004-11-041-2/+0
* expr.c (mostly_zero_p): Make it static.Kazu Hirata2004-11-041-1/+0
* builtins.c (expand_builtin_return_addr, [...]): Make them static.Kazu Hirata2004-11-041-1/+0
* tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.Kazu Hirata2004-10-291-1/+1
* * tree.h (struct tree_ssa_name): Remove field 'equiv'.Diego Novillo2004-10-291-2/+0
* re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak2004-10-271-0/+1
* stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata2004-10-221-1/+0
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-1/+5
* tree.h (TREE_STRING_POINTER): Wrap in "const char *".Ranjit Mathew2004-10-141-2/+3
* re PR c++/17554 (crashes in on kopete build (KDE's kdenetwork))Andrew Pinski2004-10-101-0/+1
* stmt.c (expand_decl_init): Remove.Kazu Hirata2004-10-081-1/+0
* revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek2004-10-011-4/+0
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-1/+1
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-0/+6
* tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek2004-09-291-0/+4
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-2/+2
* tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law2004-09-231-16/+6
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-4/+6
* builtins.c (simplify_builtin_va_start): Remove.Eric Christopher2004-09-231-1/+0
* tree-ssa-ccp.c (get_default_value): If we have a constant value recorded for ...Jeff Law2004-09-211-1/+4
* tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key...Jeff Law2004-09-201-0/+13