summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (extraclean): Delete.Joseph Myers2003-11-202-2/+5
* Makefile.in (lang_checks): Add.Joseph Myers2003-11-202-0/+6
* re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm2003-11-202-9/+17
* re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm2003-11-184-35/+110
* re PR java/12739 (gcj emits dead bytecode)Jeff Sturm2003-11-183-3/+16
* java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley2003-11-173-7/+27
* Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill2003-11-162-2/+10
* * gjavah.c (print_stub_or_jni): Pass `env' to FatalError.Tom Tromey2003-11-162-1/+5
* re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...Jason Merrill2003-11-122-10/+9
* re PR java/11045 (int cast bug)Andrew Haley2003-11-122-3/+11
* re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley2003-11-123-9/+39
* re PR java/12915 (Broken String concatenation)Tom Tromey2003-11-112-1/+9
* jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey2003-11-102-1/+6
* re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey2003-11-082-3/+7
* expr.c (java_stack_swap): Make sure destination stack slots are of the correc...Andrew Haley2003-11-062-2/+8
* Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook2003-11-042-65/+50
* re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm2003-11-032-4/+12
* cvsignore: Remove c-parse.* and tradcif.cKelley Cook2003-11-022-10/+4
* * approved by aphFrank Ch. Eigler2003-10-282-3/+5
* Correct misapplied patch.Andrew Haley2003-10-241-1/+1
* jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller2003-10-242-1/+5
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2003-10-247-40/+208
* jcf-write.c: Follow spelling conventions.Kazu Hirata2003-10-223-3/+8
* ChangeLog: Fix typos.Kazu Hirata2003-10-228-54/+65
* expr.c (expand_byte_code): Only warn about dead bytecode when extra_warnings ...Tom Tromey2003-10-222-4/+11
* re PR java/12586 (gnu.java.net name mangling bug)Bryce McKinlay2003-10-222-29/+27
* Make-lang.in (info): Honor $(parsedir) and $(docobjdir).Kelley Cook2003-10-212-53/+81
* Makefile.in (install-info): Simplify.Mark Mitchell2003-10-202-21/+13
* config.gcc, [...]: Replace uses of target_alias with target_noncanonical.Nathanael Nerode2003-10-142-1/+6
* decl.c (java_init_decl_processing): Declare signers field.Tom Tromey2003-10-093-0/+7
* stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill2003-10-093-2/+9
* re PR bootstrap/12512 (Pattern rule for %.dvi breaks make dvi in objc)Mark Mitchell2003-10-062-4/+11
* * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.Kelley Cook2003-10-054-4/+8
* Added a missing ChangeLog Entry:Andrew Haley2003-10-031-0/+5
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-016-97/+232
* jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ...Roger Sayle2003-09-302-1/+36
* c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson2003-09-286-29/+29
* expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type...Roger Sayle2003-09-282-4/+7
* decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm2003-09-285-53/+18
* toplev.c (flag_evaluation_order): New global variable.Roger Sayle2003-09-284-11/+17
* re PR java/1333 (private field access modifier not implemented correctly)Alexandre Petit-Bianco2003-09-272-21/+31
* * 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