summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth2003-09-242-17/+22
* jcf-write.c (generate_bytecode_insns): Optimize binary operations with equal ...Roger Sayle2003-09-232-2/+7
* decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_...Jeff Sturm2003-09-232-10/+19
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-217-31/+38
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-217-33/+36
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-205-24/+23
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-183-2/+5
* * jcf-write.c (generate_bytecode_insns): Add support for fconst_2.Roger Sayle2003-09-182-2/+7
* jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.Andrew Haley2003-09-182-0/+21
* re PR java/9577 (Linker error for legal Java/CNI code if method parameters ar...Ranjit Mathew2003-09-172-7/+21
* re PR java/12254 (Regression in java networking code)Bryce McKinlay2003-09-172-4/+11
* Cleaned up Jan's ChangeLog entriesR. Kelley Cook2003-09-161-2/+2
* cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson2003-09-112-1/+6
* cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson2003-09-092-1/+6
* decl.c (java_expand_body): New function.Jeff Sturm2003-09-038-45/+206
* builtins.c (enum builtin_type): Delete unused enumeration.Roger Sayle2003-09-033-29/+6
* * gcj.texi (Extensions): Document gcjlib URLs.Tom Tromey2003-08-282-0/+19
* [multiple changes]Andrew Haley2003-08-201-4/+30
* gcj.texi (Extensions): Added xref.Tom Tromey2003-08-202-1/+17
* * gcj.texi (Invoking gij): Document -X and -?.Tom Tromey2003-08-132-1/+13
* Make-lang.in: Added missing win32-host.o to JAVA_OBJS, GCJH_OBJS, JCFDUMP_OBJSMohan Embar2003-08-133-5/+10
* parse.y (java_check_regular_methods): Typo fixes.Tom Tromey2003-08-127-113/+349
* re PR java/11600 (CloneNotSupportedException not checked on super.clone())Tom Tromey2003-08-052-11/+38
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-052-6/+4
* java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey2003-08-044-15/+9
* treetree.c: Convert remaining K&R prototypes to ISO C90.Andreas Jaeger2003-07-282-9/+9
* * decl.c (force_poplevels): Fix warning call.Nathan Sidwell2003-07-252-2/+5
* objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis2003-07-255-18/+37
* tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2003-07-242-14/+4
* fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-195-26/+25
* common.opt: Document --param.Neil Booth2003-07-192-2/+6
* Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth2003-07-183-65/+27
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-1/+0
* * expr.c: Remove the last argument to expand_assignment().Kazu Hirata2003-07-152-7/+11
* java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka2003-07-094-6/+118
* * gcj.texi: CNI now expands to Compiled Native Interface.Mark Wielaard2003-07-082-2/+6
* Make-lang.in (f/g77.dvi): Use PWD_COMMAND.Rainer Orth2003-07-082-1/+5
* rtl.h (emit_line_note): Take a location_t.Nathan Sidwell2003-07-072-1/+5
* c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2003-07-062-4/+4
* system.h: Include filenames.h.Zack Weinberg2003-07-034-25/+11
* c-common.h (c_common_init_options): New prototype.Neil Booth2003-07-022-3/+8
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-012-2/+5
* dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg2003-06-283-2/+5
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-284-3/+10
* c-opts.c (missing_arg): Make non-static.Neil Booth2003-06-262-7/+4
* tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2003-06-205-9/+21
* re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2003-06-182-1/+5
* c-opts.c (c_common_handle_option): s/on/value/.Neil Booth2003-06-163-15/+12
* c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth2003-06-153-21/+10
* c-pch.c (asm_file_name): Remove.Neil Booth2003-06-152-3/+7