aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30[multiple changes]Daniel Berlin1-10/+40
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+0
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-12/+10
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-27/+15
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-335/+1
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+43
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-03tree-dfa.c (add_referenced_var): Don't walk initializer of external and non-c...Jan Hubicka1-1/+8
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14re PR tree-optimization/19853 (incorrect vops after exposing a new global var...Diego Novillo1-2/+1
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-0/+15
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-1/+8
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck1-1/+0
2004-10-25timevar.def (TV_FIND_REFERENCED_VARS): New.Steven Bosscher1-1/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-4/+5
2004-09-30tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo1-6/+5
2004-09-23tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek1-3/+25
2004-09-22re PR tree-optimization/16721 (Accesses to volatile objects optimized away)Diego Novillo1-0/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-3/+1
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