summaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher2004-05-151-2/+2
* re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski2004-05-141-0/+12
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1153