aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-0/+13
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-2/+0
2004-06-27Formatting fixes.Ranjit Mathew1-1/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-138/+14
2004-03-20class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner1-0/+16
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka1-4/+5
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-8/+15
2003-11-12re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...Jason Merrill1-10/+3
2003-11-12re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley1-0/+18
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-0/+45
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-0/+3
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-1/+21
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-1/+0
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-0/+107
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth1-4/+0
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth1-3/+4
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth1-7/+0
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles1-1/+1
2003-06-16c-opts.c (c_common_handle_option): s/on/value/.Neil Booth1-11/+2
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth1-1/+1
2003-06-15c-pch.c (asm_file_name): Remove.Neil Booth1-3/+3
2003-06-14lang-specs.h: Rewrite -MD and -MMD to append an underscore.Neil Booth1-2/+2
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth1-3/+3