aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30[multiple changes]Daniel Berlin1-14/+31
2005-06-27tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges...Jan Hubicka1-6/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR tree-optimization/21923 (Ada compiler fails to build on gcc 4.1)Andrew Pinski1-1/+3
2005-06-07tree-ssa.c (tree_ssa_useless_type_conversion_1): Fix comments.Richard Guenther1-4/+5
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-9/+6
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-9/+17
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-22[multiple changes]Diego Novillo1-3/+7
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-6/+10
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+1
2005-04-11re PR middle-end/20933 (gcc can no longer bootstrap itself)Diego Novillo1-4/+25
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-314/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-68/+92
2005-04-05tree-ssa.c (execute_early_warn_uninitialized): Pass context node to talk_tree...Per Bothner1-7/+12
2005-03-30tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get m...Daniel Berlin1-0/+7
2005-03-12tree-ssa.c (kill_redundant_phi_nodes): Remove local variable var.Kazu Hirata1-5/+2
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-03-05predict.c (apply_return_prediction): Standardize PHI chain walking.Kazu Hirata1-4/+2
2005-02-28re PR middle-end/19874 (ICE in emit_move_insn with __attribute__((mode (QI)))...Roger Sayle1-5/+8
2005-02-23re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo1-0/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-9/+9
2005-02-03re PR tree-optimization/19736 (ICE with type mismatch between SSA_NAME and it...Andrew Pinski1-0/+2
2005-02-02re PR tree-optimization/19578 (function pointer propagation fails for noretur...Richard Sandiford1-0/+1
2005-02-01re PR tree-optimization/19670 (testsuite failure: gcc.c-torture/execute/built...Diego Novillo1-2/+1
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-4/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo1-14/+59
2004-11-29tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata1-1/+1
2004-11-28timevar.def (TV_TREE_REDPHI): New timevar.Andrew Pinski1-1/+1
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-1/+1
2004-11-26tree-ssa.c (verify_flow_sensitive_alias_info): Don't retrieve annotations or ...Jeff Law1-4/+7
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-1/+1
2004-11-23tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata1-17/+12
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata1-10/+0
2004-11-22tree-cfg.c (tree_execute_on_shrinking_pred): New.Kazu Hirata1-5/+0
2004-11-22tree-flow.h: Remove the prototype for remove_phi_arg.Kazu Hirata1-8/+2
2004-11-22tree-ssa.c (verify_ssa): SSA_OP_ALL_USES should be SSA_OP_ALL_USES | SSA_OP_A...Daniel Berlin1-1/+1
2004-11-21tree-ssa.c (verify_use): Fix comment.Jeff Law1-82/+36
2004-11-19tree-ssa.c (verify_ssa): Remove redundant checking of PHI arguments.Jeff Law1-18/+0
2004-11-14re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-0/+17
2004-11-12tree-ssa.c (walk_use_def_chains_1): Make the visited map a pointer set instea...Steven Bosscher1-8/+9
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-2/+2
2004-11-04re PR tree-optimization/18184 (Tree optimizers ignore pointer modes)Ulrich Weigand1-0/+6
2004-11-02re PR tree-optimization/16808 (verify_ssa failed: Missing definition for SSA_...Andrew Pinski1-0/+1
2004-10-31re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle1-2/+2
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-2/+1