aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi7-25/+43
2001-12-21boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..Richard Henderson2-21/+28
2001-12-21class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if t...Richard Henderson2-2/+8
2001-12-21* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.Richard Henderson2-0/+5
2001-12-21reverted erroneous checking -- sorry about thatTom Tromey1-12/+3
2001-12-21For PR java/4509:Tom Tromey1-3/+12
2001-12-21For PR java/4509:Tom Tromey3-3/+23
2001-12-21For PR java/4766:Tom Tromey2-38/+88
2001-12-21re PR java/5057 (gcj -C erroneously omits <clinit>)Tom Tromey2-19/+27
2001-12-20decl.c (java_init_decl_processing): Don't initialize finit_leg_identifier_node.Bryce McKinlay3-16/+11
2001-12-20mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL.Bryce McKinlay4-30/+14
2001-12-20expr.c (build_java_array_length_access): Don't force null pointer check unles...Bryce McKinlay2-1/+7
2001-12-20re PR java/3417 (Downcast on integral types.)Tom Tromey2-14/+25
2001-12-20configure.in (all_diff_excludes, [...]): Remove.Joseph Myers2-1/+4
2001-12-17Separate user and internals manuals.Joseph Myers2-1/+5
2001-12-17parse.y (link_nested_class_to_enclosing): Removed useless statement.Tom Tromey2-1/+5
2001-12-16re PR java/5088 (Can't create a java.lang.Object from CNI)Tom Tromey2-9/+7
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers12-45/+51
2001-12-16c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2-5/+7
2001-12-16decl.c (java_init_decl_processing): Build otable_type correctly.Bryce McKinlay2-5/+9
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay8-27/+307
2001-12-14gcj.texi: Markup for man page generation.Matthias Klose3-13/+263
2001-12-14class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm6-12/+82
2001-12-11Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove whitespaceMatthias Klose2-2/+7
2001-12-11lex.c (java_init_lex): Define wfl_to_string as gnu.gcj.runtime.StringBuffer u...Tom Tromey2-1/+9
2001-12-11class.c (make_method_value): Use null_pointer_node to represent empty excepti...Jeff Sturm2-1/+6
2001-12-11* check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.Tom Tromey2-13/+7
2001-12-10Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.Douglas B Rupp2-1/+5
2001-12-09check-init.c (current_switch_has_default): New static field.Per Bothner2-1/+20
2001-12-09check-init.c (check_init): Don't allow pre- or post- increment or decrement o...Tom Tromey2-5/+19
2001-12-09* java-tree.h: Fixed typo.Tom Tromey2-1/+3
2001-12-09gjavah.c (decompile_method): Don't decompile to `return this' for static meth...Tom Tromey2-1/+7
2001-12-09gjavah.c (cxx_keywords): Re-sorted.Tom Tromey3-4/+7
2001-12-09gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything else.Tom Tromey2-1/+4
2001-12-09gjavah.c (print_namelet): Clear subnamelets.Tom Tromey2-1/+8
2001-12-07lang.c (lang_f_options): Added optimize-static-class-initialization.Tom Tromey2-10/+8
2001-12-07* check-init.c (check_init): Fix typo freeing memory twice.Per Bothner2-2/+4
2001-12-06Restore support for static class initialization optimization.Per Bothner7-71/+93
2001-12-04check-init.c: Handle definite unassignment to finals in addition to definite ...Per Bothner5-479/+446
2001-12-03parse.y (patch_binop): Minor constant folding.Per Bothner2-1/+15
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner4-103/+14
2001-12-03verify.c (subroutine_nesting): New function.Per Bothner2-7/+32
2001-12-03jcf.h: Fix obvious typo in comment.Per Bothner3-1/+8
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth9-18/+28
2001-12-02Fix ChangeLog entry.Bryce McKinlay1-2/+2
2001-12-02re PR java/3096 (GCJ does not increment)Tang Ching-Hui3-19/+30
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth5-6/+13
2001-11-30* class.c (add_interface_do): Set BINFO_VPTR_FIELD.Bryce McKinlay2-0/+5
2001-11-29configure.in (target_list): Add generated-manpages.Joseph Myers2-0/+5
2001-11-27re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth3-9/+33