aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-2/+0
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-35/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+1
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-20/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-14/+11
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-90/+3
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-5/+4
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey1-74/+0
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-8/+3
2007-01-15lang.c (dump_compound_expr): Removed case.Tom Tromey1-12/+0
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-88/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+6
2006-06-19re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-2/+6
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-6/+120
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-1/+1
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther1-2/+2
2005-09-06java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...Andrew Pinski1-0/+1
2005-08-11[multiple changes]Andrew Haley1-6/+10
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-12-02re PR java/18741 (ICE tree check: expected class 'expression', have 'declarat...Tom Tromey1-1/+2
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-0/+43
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner1-1/+5
2004-09-23re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey1-1/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-18tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson1-21/+21
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+2
2004-08-10java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.Bryce McKinlay1-13/+2
2004-08-01decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle1-2/+2
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-0/+43
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-24/+25
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-3/+3
2004-06-21java-gimplify.c (java_gimplify_block): set TREE_USED on the new block.Andrew Haley1-0/+5
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-14* java-gimplify.c (java_gimplify_expr): Correct minor typos.Ranjit Mathew1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+277