aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-03cfg.c (free_edge): Use ggc_free.Jan Hubicka1-2/+11
2004-09-01* tree-ssa.c (propagate_into_addr): Properly test for LHR.Richard Kenner1-3/+3
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-57/+16
2004-08-18tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo1-12/+0
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-1/+1
2004-07-29tree-ssa.c (verify_flow_sensitive_alias_info): When comparing points-to sets ...Diego Novillo1-1/+1
2004-07-28tree-ssa.c (verify_flow_insensitive_alias_info): Process every variable that ...Diego Novillo1-14/+11
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-8/+3
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo1-0/+6
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-115/+336
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-24/+0
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-6/+11
2004-07-08tree-flow.h (addressable_vars): Declare.Diego Novillo1-0/+3
2004-07-03tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner1-1/+3
2004-06-30common.opt (ftree-loop-optimize): New flag.Zdenek Dvorak1-1/+1
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-2/+0
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-0/+2
2004-06-22* tree-ssa.c (ssa_redirect_edge): Correct leading comment.Ben Elliston1-2/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-13/+4
2004-06-19tree-ssa.c (raise_value): Removed.Zdenek Dvorak1-88/+100
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-1/+1
2004-06-17re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak1-21/+61
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-6/+6
2004-06-14tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the d...Jeff Law1-4/+20
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-25/+11
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-17/+32
2004-06-10tree-ssa.c (verify_ssa): Verify that vdefs/makes_aliased_stores match.Daniel Berlin1-1/+4
2004-06-02re PR tree-optimization/14736 ([tree-ssa] code quality regression)Andrew Pinski1-1/+2
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-ssa.c (delete_tree_ssa): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1099