aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+7
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
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