aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-28lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata1-0/+21
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-2/+4
2004-10-18tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.Diego Novillo1-14/+3
2004-10-18re PR tree-optimization/17656 (internal compiler error: in replace_immediate_...Diego Novillo1-2/+18
2004-10-12The apostrophe was there to signal that the s was comingDaniel Berlin1-1/+1
2004-10-12tree-ssa-alias.c (verify_name_tags): New function.Daniel Berlin1-27/+77
2004-10-05tree-ssa.c (verify_ssa): Verify phi arguments only contain renamed names.Daniel Berlin1-1/+14
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-4/+6
2004-09-22tree-ssa.c (verify_def): Use print_generic_stmt, not debug_generic_stmt.Daniel Berlin1-8/+8
2004-09-18tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka1-20/+24
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-17re PR tree-optimization/17273 (ICE in get_indirect_ref_operands)Diego Novillo1-0/+19
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-15re PR tree-optimization/17468 (Java garbage collector miscompiled at -O1 and ...Zdenek Dvorak1-7/+52
2004-09-14Makefile.in (STAGE1_CHECKING): New variable.Nathan Sidwell1-0/+8
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-2/+0
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-1/+0
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-6/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-3/+6