aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-0/+7
2002-03-31diagnostic.c (print_error_function): Remove.Neil Booth1-25/+19
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-0/+4
2002-03-28rtlanal.c: Include flags.hJan Hubicka1-0/+3
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-1/+2
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-0/+2
2002-03-20Makefile.in: Update.Neil Booth1-1/+2
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-0/+2
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-16/+6
2002-03-03Make --CLASSPATH by a synonym for --classpath and -classpath.Per Bothner1-1/+10
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-1/+5
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+2
2002-02-20gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec...Nic Ferrier1-4/+4
2002-01-01parse.y (dump_java_tree): New function.Tom Tromey1-2/+4
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-9/+9
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-1/+6
2001-12-07lang.c (lang_f_options): Added optimize-static-class-initialization.Tom Tromey1-10/+2
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth1-2/+5
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-36/+33
2001-11-09Makefile.in: Update.Neil Booth1-41/+2
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-11/+3
2001-11-06Clean up langhooksNeil Booth1-0/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-10/+0
2001-10-15lang.c (langhooks.h): Included.Alexandre Petit-Bianco1-5/+9
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-2/+2