summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod2004-08-101-1/+1
* tree-ssa.c (verify_flow_sensitive_alias_info): When comparing points-to sets ...Diego Novillo2004-07-291-1/+1
* tree-ssa.c (verify_flow_insensitive_alias_info): Process every variable that ...Diego Novillo2004-07-281-14/+11
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-8/+3
* re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo2004-07-231-0/+6
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-115/+336
* gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson2004-07-211-24/+0
* re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers2004-07-081-6/+11
* tree-flow.h (addressable_vars): Declare.Diego Novillo2004-07-081-0/+3
* tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner2004-07-031-1/+3
* common.opt (ftree-loop-optimize): New flag.Zdenek Dvorak2004-06-301-1/+1
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-281-2/+0
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-0/+2
* * tree-ssa.c (ssa_redirect_edge): Correct leading comment.Ben Elliston2004-06-221-2/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-13/+4
* tree-ssa.c (raise_value): Removed.Zdenek Dvorak2004-06-191-88/+100
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-1/+1
* re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak2004-06-171-21/+61
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-6/+6
* tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the d...Jeff Law2004-06-141-4/+20
* Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo2004-06-101-25/+11
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-17/+32
* tree-ssa.c (verify_ssa): Verify that vdefs/makes_aliased_stores match.Daniel Berlin2004-06-101-1/+4
* re PR tree-optimization/14736 ([tree-ssa] code quality regression)Andrew Pinski2004-06-021-1/+2
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-ssa.c (delete_tree_ssa): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski2004-05-131-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1099