summaryrefslogtreecommitdiff
path: root/gcc/java/java-gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* typeck.c (find_method_in_interfaces): Update.Tom Tromey2007-08-171-90/+3
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-5/+4
* java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey2007-07-261-74/+0
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-8/+3
* lang.c (dump_compound_expr): Removed case.Tom Tromey2007-01-151-12/+0
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-88/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+6
* re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley2006-06-191-2/+6
* re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley2006-06-131-6/+120
* class.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston2006-02-031-1/+1
* java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther2005-12-021-2/+2
* java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...Andrew Pinski2005-09-061-0/+1
* [multiple changes]Andrew Haley2005-08-111-6/+10
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-4/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR java/18741 (ICE tree check: expected class 'expression', have 'declarat...Tom Tromey2004-12-021-1/+2
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-0/+43
* check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner2004-09-291-1/+5
* re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey2004-09-231-1/+4
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+2
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-2/+2
* tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson2004-08-181-21/+21
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+2
* java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.Bryce McKinlay2004-08-101-13/+2
* decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-08-011-2/+2
* verify.c (verify_jvm_instructions): Comment change only.Andrew Haley2004-07-211-0/+43
* builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle2004-07-181-24/+25
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-3/+3
* java-gimplify.c (java_gimplify_block): set TREE_USED on the new block.Andrew Haley2004-06-211-0/+5
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* * java-gimplify.c (java_gimplify_expr): Correct minor typos.Ranjit Mathew2004-05-141-4/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+277