aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers2-2/+5
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers2-0/+6
2003-11-20re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm2-9/+17
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm4-35/+110
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm3-3/+16
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley3-7/+27
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill2-2/+10
2003-11-16* gjavah.c (print_stub_or_jni): Pass `env' to FatalError.Tom Tromey2-1/+5
2003-11-12re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...Jason Merrill2-10/+9
2003-11-12re PR java/11045 (int cast bug)Andrew Haley2-3/+11
2003-11-12re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley3-9/+39
2003-11-11re PR java/12915 (Broken String concatenation)Tom Tromey2-1/+9
2003-11-10jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey2-1/+6
2003-11-08re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey2-3/+7
2003-11-06expr.c (java_stack_swap): Make sure destination stack slots are of the correc...Andrew Haley2-2/+8
2003-11-04Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook2-65/+50
2003-11-03re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm2-4/+12
2003-11-02cvsignore: Remove c-parse.* and tradcif.cKelley Cook2-10/+4
2003-10-28* approved by aphFrank Ch. Eigler2-3/+5
2003-10-24Correct misapplied patch.Andrew Haley1-1/+1
2003-10-24jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller2-1/+5
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley7-40/+208
2003-10-22jcf-write.c: Follow spelling conventions.Kazu Hirata3-3/+8
2003-10-22ChangeLog: Fix typos.Kazu Hirata8-54/+65
2003-10-22expr.c (expand_byte_code): Only warn about dead bytecode when extra_warnings ...Tom Tromey2-4/+11
2003-10-22re PR java/12586 (gnu.java.net name mangling bug)Bryce McKinlay2-29/+27
2003-10-21Make-lang.in (info): Honor $(parsedir) and $(docobjdir).Kelley Cook2-53/+81
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell2-21/+13
2003-10-14config.gcc, [...]: Replace uses of target_alias with target_noncanonical.Nathanael Nerode2-1/+6
2003-10-09decl.c (java_init_decl_processing): Declare signers field.Tom Tromey3-0/+7
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill3-2/+9
2003-10-06re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell2-4/+11
2003-10-05* builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.Kelley Cook4-4/+8
2003-10-03Added a missing ChangeLog Entry:Andrew Haley1-0/+5
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley6-97/+232
2003-09-30jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ...Roger Sayle2-1/+36
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson6-29/+29
2003-09-28expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type...Roger Sayle2-4/+7
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm5-53/+18
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle4-11/+17
2003-09-27re PR java/1333 (private field access modifier not implemented correctly)Alexandre Petit-Bianco2-21/+31
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth2-17/+22
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