gcc/gcc/java
Andrew Pinski 3d95caa4af tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
        (GENERIC_NEXT): New function macro.
        (PHI_CHAIN): Use phi_node's new chain variable.
        (tree_phi_node): Change tree_common to tree_base
        and add the chain field.
        * tree-phinodes.c (make_phi_node): Don't set
        TREE_TYPE on the new node.
        * c-decl.c (lang_tree_node): Use GENERIC_NEXT
        instead of checking GIMPLE_TUPLE_P in chain_next.
        * tree-vect-transform.c
        (get_initial_def_for_induction): Look at
        PHI_RESULT_TREE for the type of the phi node.
        (update_vuses_to_preheader): Use PHI_CHAIN
        instead of TREE_CHAIN on the phi node.
        * tree-ssa-structalias.c (compute_points_to_sets):
        Likewise.
        (ipa_pta_execute): Likewise.
2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * cp-tree.h (lang_tree_node): Use GENERIC_NEXT
        instead of checking GIMPLE_STMT_P in chain_next.
2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * ada-tree.h (lang_tree_node): Use GENERIC_NEXT
        instead of checking GIMPLE_STMT_P in chain_next.
2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * f95-lang.c (lang_tree_node): Use GENERIC_NEXT
        instead of checking GIMPLE_STMT_P in chain_next.
2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * java-tree.h (lang_tree_node): Use GENERIC_NEXT
        instead of checking GIMPLE_STMT_P in chain_next.

From-SVN: r124021
2007-04-21 13:40:31 -07:00
..
ChangeLog tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs. 2007-04-21 13:40:31 -07:00
ChangeLog.tree-ssa
Make-lang.in Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
boehm.c java-tree.h (uses_jv_markobj_p): Declare. 2006-05-05 00:59:48 +00:00
builtins.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
class.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
config-lang.in configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
constants.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
decl.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
except.c class.c, [...]: Fix comment typos. 2006-05-28 18:07:29 +00:00
expr.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
gcj.texi Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
java-except.h
java-gimplify.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
java-opcodes.h
java-tree.def * java-tree.def: Added copyright header. 2007-01-16 22:13:22 +00:00
java-tree.h tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs. 2007-04-21 13:40:31 -07:00
javaop.def * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. 2007-02-03 16:21:55 +00:00
javaop.h javaop.h (int16, [...]): Define to exactly 16 (resp. 2006-05-29 11:51:15 +02:00
jcf-depend.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf-dump.c jcf-dump.c (main): Updated call to find_class. 2007-01-13 04:21:51 +00:00
jcf-io.c jcf-io.c (open_class): Copy 'filename'. 2007-04-06 14:28:15 +00:00
jcf-parse.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jcf-path.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf-reader.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf.h jcf-dump.c (main): Updated call to find_class. 2007-01-13 04:21:51 +00:00
jvgenmain.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jvspec.c re PR driver/30714 (gcj driver doesn't recognize files starting with II) 2007-02-06 20:43:55 +00:00
lang-specs.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
lang.c typeck.c (java_signed_or_unsigned_type): Remove. 2007-03-30 22:09:01 +00:00
lang.opt re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch) 2007-01-29 21:30:10 +00:00
mangle.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
mangle_name.c
parse.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
resource.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
typeck.c typeck.c (java_signed_or_unsigned_type): Remove. 2007-03-30 22:09:01 +00:00
verify-glue.c expr.c (java_push_constant_from_pool): Handle 'ldc class'. 2006-05-26 15:41:46 +00:00
verify-impl.c expr.c (java_push_constant_from_pool): Handle 'ldc class'. 2006-05-26 15:41:46 +00:00
verify.h expr.c (java_push_constant_from_pool): Handle 'ldc class'. 2006-05-26 15:41:46 +00:00
win32-host.c
zextract.c
zipfile.h