aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-10-14tree-inline.c (remap_block): All local class initialization flags go in the o...Andrew Haley1-6/+119
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle1-0/+7
2002-09-30Add -fno-assert flag.Anthony Green1-1/+5
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-14/+14
2002-09-15* lang.c: Fix spelling conventions.Kazu Hirata1-1/+1
2002-08-22For PR java/6005 and PR java/7611:Tom Tromey1-1/+13
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-4/+92
2002-07-21expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...Richard Henderson1-0/+23
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth1-2/+5
2002-06-10Don't use RTL inlining. Fix for PR java/6820.Bryce McKinlay1-0/+28
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-15/+9
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+0
2002-04-12Add --extdirs support.Anthony Green1-0/+7
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-0/+2
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-0/+2