aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-11lang.c (java_handle_option): Update dependency_tracking for OPT_MF case.Tom Tromey1-0/+1
2003-06-11lang.c (java_handle_option): OPT_fbootclasspath_ can take an empty argument.Tom Tromey1-6/+7
2003-06-10langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley1-0/+16
2003-06-09Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth1-231/+172
2003-06-08Make-lang.in: Update.Neil Booth1-0/+4
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-2/+4
2003-05-31flags.h (flag_wrapv): New flag controlling overflow semantics.Roger Sayle1-0/+3
2003-03-19c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'.Nathanael Nerode1-12/+12
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-67/+69
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-1/+5
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-2/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-57/+28
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-26/+18
2003-01-05Warning fixes:Kaveh R. Ghazi1-0/+1
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-4/+4
2002-10-21parse.y (patch_invoke): Call force_evaluation_order on a static arg list.Andrew Haley1-0/+114