aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-14tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law1-3/+9
2004-09-14re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Diego Novillo1-0/+3
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-0/+2
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-23/+41
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-34/+12
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-161/+29
2004-08-18tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo1-4/+2
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-3/+8
2004-07-27tree-dfa.c (add_referenced_var): Register initializers of global variables.Eric Christopher1-24/+32
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-5/+0
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-96/+0
2004-07-14tree-dfa.c (make_rename_temp): *Really* work just like create_tmp_var if call...Paolo Bonzini1-1/+1
2004-07-14tree-dfa.c (make_rename_temp): Work just like create_tmp_var when called outs...Paolo Bonzini1-2/+5
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-1/+14
2004-07-09tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo1-3/+7
2004-06-25tree-dfa.c (get_virtual_var): Merge real/imaginary parts with handled_compone...Richard Kenner1-4/+2
2004-06-24Update whitespace and commentsRichard Kenner1-18/+13
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-4/+0
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-12/+5
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-32/+9
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-4/+4
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-1/+1
2004-06-12[multiple changes]Daniel Berlin1-0/+46
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-27/+81
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-24/+0
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-2/+2
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski1-0/+12
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1153