aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner4-73/+88
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner2-0/+24
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-24/+166
1998-12-20configure.in: Handle Digital UNIX 5.x the same as 4.x.John F. Carr2-6/+10
1998-12-18parse.y (check_class_interface_creation): Use DIR_SEPARATOR consistently.Tom Tromey3-2/+7
1998-12-17parse.y (DIR_SEPARATOR): New define.Tom Tromey3-427/+442
1998-12-17parse-scan.y (report_main_declaration): Recognize `java.lang.String' in argum...Tom Tromey3-2/+9
1998-12-16* parse.y (create_interface): Remove bogus test.Per Bothner3-10/+4
1998-12-16jcf-parse.c (get_constant): Set TREE_TYPE for string constants.Per Bothner2-1/+7
1998-12-16* parse-scan.y (qualified_name): Use correct sprintf format.Tom Tromey3-6/+10
1998-12-15gjavah.c (print_field_info): Changed how most negative number is printed.Tom Tromey2-14/+19
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner1-0/+20
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner2-453/+787
1998-12-14gjavah.c (print_field_info): If value to print is the smallest value of its s...Tom Tromey2-13/+40
1998-12-14gjavah.c (decompile_method): Decompile `return null'.Tom Tromey2-1/+31
1998-12-13parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1-0/+8
1998-12-13parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1-0/+6
1998-12-13parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1-0/+6
1998-12-13gjavah.c (decompile_method): Handle all types of `return' opcode.Tom Tromey2-2/+34
1998-12-13jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD.Tom Tromey3-5/+57
1998-12-12*** empty log message ***Per Bothner1-0/+2
1998-12-12Loks of changes so we can better compile from source.Per Bothner6-831/+875
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-133/+113
1998-12-12Loks of changes so we can better compile from source.Per Bothner2-1/+29
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-1/+1
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-0/+47
1998-12-12parse.y (<type_declaration>): Do maybe_generate_clinit last.Alexandre Petit-Bianco1-0/+11
1998-12-12parse.y (<type_declaration>): Do maybe_generate_clinit last.Alexandre Petit-Bianco1-28/+63
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner3-87/+109
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-23/+83
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-0/+19
1998-12-11expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey4-8/+15
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco6-466/+519
1998-12-10parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TR...Alexandre Petit-Bianco3-1536/+1547
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco7-443/+893
1998-12-07parse.y (array_initializer): Tagged <node>.Alexandre Petit-Bianco3-451/+469
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-50/+39
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-21/+79
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner2-3/+7
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-3/+6
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-0/+34
1998-12-06jcf-dump.c (INVOKE): If invokeinterface, print number of args.Per Bothner2-1/+7
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco6-405/+471
1998-12-03parse,y (patch_synchronized_statement): Set CAN_COMPLETE_NORMALLY.Per Bothner1-0/+4
1998-12-03parse,y (patch_synchronized_statement): Set CAN_COMPLETE_NORMALLY.Per Bothner1-1/+3
1998-12-03jcf-dump.c (main): Fix error message.Per Bothner3-3/+8
1998-12-02class.c (layout_class_method): Call build_java_argument_signature on construc...Alexandre Petit-Bianco4-16/+40
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco7-631/+968
1998-12-01Makefile.in (+target): Removed.Tom Tromey2-6/+7
1998-11-27Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).Kaveh R. Ghazi7-109/+154