aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-0/+3
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+20
2009-09-03[multiple changes]Diego Novillo1-1/+1
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther1-2/+0
2009-08-11re PR debug/40990 (bad .debug_pubnames entry from gcj)Dodji Seketeli1-16/+34
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+7
2008-09-17re PR objc/37460 (NeXT runtime ICEs)Andrew Pinski1-54/+0
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-1/+1
2008-08-08re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)Manuel López-Ibáñez1-1/+1
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-4/+0
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+0
2008-07-15* lang.c (java_init_options): Enable unit-at-a-time by default.Jan Hubicka1-4/+0
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