summaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
Commit message (Expand)AuthorAgeFilesLines
* tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-081-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-12/+10
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-27/+15
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-335/+1
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-0/+43
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* tree-dfa.c (add_referenced_var): Don't walk initializer of external and non-c...Jan Hubicka2005-03-031-1/+8
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* re PR tree-optimization/19853 (incorrect vops after exposing a new global var...Diego Novillo2005-02-141-2/+1
* tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo2004-12-101-0/+15
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-1/+8
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-1/+0
* timevar.def (TV_FIND_REFERENCED_VARS): New.Steven Bosscher2004-10-251-1/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-4/+5
* tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo2004-09-301-6/+5
* tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek2004-09-231-3/+25
* re PR tree-optimization/16721 (Accesses to volatile objects optimized away)Diego Novillo2004-09-221-0/+3
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-3/+1
* tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law2004-09-141-3/+9
* re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Diego Novillo2004-09-141-0/+3
* New code to analyze file level static variables and to determine if...Kenneth Zadeck2004-09-131-0/+2
* tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak2004-09-111-23/+41
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-1/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-34/+12
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-161/+29
* tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo2004-08-181-4/+2
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-3/+8
* tree-dfa.c (add_referenced_var): Register initializers of global variables.Eric Christopher2004-07-271-24/+32
* expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson2004-07-231-5/+0
* tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson2004-07-161-96/+0
* tree-dfa.c (make_rename_temp): *Really* work just like create_tmp_var if call...Paolo Bonzini2004-07-141-1/+1
* tree-dfa.c (make_rename_temp): Work just like create_tmp_var when called outs...Paolo Bonzini2004-07-141-2/+5
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-1/+14
* tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo2004-07-091-3/+7
* tree-dfa.c (get_virtual_var): Merge real/imaginary parts with handled_compone...Richard Kenner2004-06-251-4/+2
* Update whitespace and commentsRichard Kenner2004-06-241-18/+13
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-4/+0
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-12/+5
* tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin2004-06-181-32/+9
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-4/+4
* tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin2004-06-151-1/+1
* [multiple changes]Daniel Berlin2004-06-121-0/+46
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-27/+81
* Move SSA_NAME annotations into tree_ssa_name.Diego Novillo2004-06-091-24/+0
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-2/+2