summaryrefslogtreecommitdiff
path: root/gcc/java/java-gimplify.c
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore
2007-01-15lang.c (dump_compound_expr): Removed case.Tom Tromey
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez
2006-06-19re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther
2005-09-06java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...Andrew Pinski
2005-08-11[multiple changes]Andrew Haley
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo
2005-06-25Update FSF address.Kelley Cook
2004-12-02re PR java/18741 (ICE tree check: expected class 'expression', have 'declarat...Tom Tromey
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner
2004-09-23re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-18tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson