aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2003-09-23jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ...Roger Sayle2-2/+7
2003-09-23decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_...Jeff Sturm2-10/+19
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson7-31/+38
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson7-33/+36
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson5-24/+23
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle3-2/+5
2003-09-18* jcf-write.c (generate_bytecode_insns): Add support for fconst_2.Roger Sayle2-2/+7
2003-09-18jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.Andrew Haley2-0/+21
2003-09-17re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar...Ranjit Mathew2-7/+21
2003-09-17re PR java/12254 (Regression in java networking code)Bryce McKinlay2-4/+11
2003-09-16Cleaned up Jan's ChangeLog entriesR. Kelley Cook1-2/+2
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson2-1/+6
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson2-1/+6
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm8-45/+206
2003-09-03builtins.c (enum builtin_type): Delete unused enumeration.Roger Sayle3-29/+6
2003-08-28* gcj.texi (Extensions): Document gcjlib URLs.Tom Tromey2-0/+19
2003-08-20[multiple changes]Andrew Haley1-4/+30
2003-08-20gcj.texi (Extensions): Added xref.Tom Tromey2-1/+17
2003-08-13* gcj.texi (Invoking gij): Document -X and -?.Tom Tromey2-1/+13
2003-08-13Make-lang.in: Added missing win32-host.o to JAVA_OBJS, GCJH_OBJS, JCFDUMP_OBJSMohan Embar3-5/+10
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey7-113/+349
2003-08-05re PR java/11600 (CloneNotSupportedException not checked on super.clone())Tom Tromey2-11/+38
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2-6/+4
2003-08-04java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey4-15/+9
2003-07-28treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger2-9/+9
2003-07-25* decl.c (force_poplevels): Fix warning call.Nathan Sidwell2-2/+5
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis5-18/+37
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2-14/+4
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi5-26/+25
2003-07-19common.opt: Document --param.Neil Booth2-2/+6
2003-07-18Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth3-65/+27
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-1/+0
2003-07-15* expr.c: Remove the last argument to expand_assignment().Kazu Hirata2-7/+11
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka4-6/+118
2003-07-08* gcj.texi: CNI now expands to Compiled Native Interface.Mark Wielaard2-2/+6
2003-07-08Make-lang.in (f/g77.dvi): Use PWD_COMMAND.Rainer Orth2-1/+5
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2-1/+5
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2-4/+4
2003-07-03system.h: Include filenames.h.Zack Weinberg4-25/+11
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth2-3/+8
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2-2/+5
2003-06-28dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg3-2/+5
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg4-3/+10
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth2-7/+4
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell5-9/+21
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2-1/+5
2003-06-16c-opts.c (c_common_handle_option): s/on/value/.Neil Booth3-15/+12
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth3-21/+10
2003-06-15c-pch.c (asm_file_name): Remove.Neil Booth2-3/+7
2003-06-14lang-specs.h: Rewrite -MD and -MMD to append an underscore.Neil Booth4-5/+11