aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor1-37/+0
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-03-11langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.Paolo Bonzini1-12/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-3/+1
2007-12-20lang.c (java_classify_record): Don't return RECORD_IS_INTERFACE for now.Alexandre Oliva1-1/+3
2007-12-15re PR debug/7081 (DWARF enhancements for C++)Alexandre Oliva1-0/+16
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-2/+4
2007-09-15java-tree.h (struct lang_decl_func): Remove.Tom Tromey1-2/+0
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-3/+0
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-2/+2
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-44/+0
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey1-13/+0
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-7/+0
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-2/+0
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+0
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-2/+0
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-01-15lang.c (dump_compound_expr): Removed case.Tom Tromey1-7/+0
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-5/+0
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-4/+0
2007-01-10fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.Tom Tromey1-11/+0
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-10/+11
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-0/+3
2006-03-31re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley1-0/+11
2006-03-15lang.opt (-freduced-reflection): New option.David Daney1-0/+9
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-3/+2
2006-02-01opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka1-0/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-08-15Make-lang.in (JAVA_OBJS): Removed verify.oTom Tromey1-9/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-0/+3
2005-04-04gcj.texi: Fix a typo.Kazu Hirata1-1/+1
2005-03-23langhooks.h (truthvalue_conversion): Remove.Joseph Myers1-2/+0
2005-03-07[multiple changes]Bryce McKinlay1-1/+1
2005-03-06jcf-dump.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-06Remove xref code.Ranjit Mathew1-6/+0
2004-12-03lang.c (flag_new_verifier): Define.Tom Tromey1-0/+9
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+20
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-16/+1
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-4/+7
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-2/+2
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-3/+3
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner1-0/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-6/+4
2004-08-17lang.c (lang_printable_name): Obey verbose flag.Andrew Haley1-15/+5
2004-08-06lang.c (flag_emit_class_files, [...]): Remove explicit declarations.Kelley Cook1-122/+5
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-40/+18