Age | Commit message (Expand) | Author | Files | Lines |
1998-12-15 | gjavah.c (print_field_info): Changed how most negative number is printed. | Tom Tromey | 2 | -14/+19 |
1998-12-14 | parse.y (fold_constant_for_init): New function. | Per Bothner | 1 | -0/+20 |
1998-12-14 | parse.y (fold_constant_for_init): New function. | Per Bothner | 2 | -453/+787 |
1998-12-14 | gjavah.c (print_field_info): If value to print is the smallest value of its s... | Tom Tromey | 2 | -13/+40 |
1998-12-14 | gjavah.c (decompile_method): Decompile `return null'. | Tom Tromey | 2 | -1/+31 |
1998-12-13 | parse.y (patch_method_invocation): If class_decl is null (e.g. | Per Bothner | 1 | -0/+8 |
1998-12-13 | parse.y (patch_method_invocation): If class_decl is null (e.g. | Per Bothner | 1 | -0/+6 |
1998-12-13 | parse.y (patch_method_invocation): If class_decl is null (e.g. | Per Bothner | 1 | -0/+6 |
1998-12-13 | gjavah.c (decompile_method): Handle all types of `return' opcode. | Tom Tromey | 2 | -2/+34 |
1998-12-13 | jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD. | Tom Tromey | 3 | -5/+57 |
1998-12-12 | *** empty log message *** | Per Bothner | 1 | -0/+2 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 6 | -831/+875 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 1 | -133/+113 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 2 | -1/+29 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 1 | -1/+1 |
1998-12-12 | Loks of changes so we can better compile from source. | Per Bothner | 1 | -0/+47 |
1998-12-12 | parse.y (<type_declaration>): Do maybe_generate_clinit last. | Alexandre Petit-Bianco | 1 | -0/+11 |
1998-12-12 | parse.y (<type_declaration>): Do maybe_generate_clinit last. | Alexandre Petit-Bianco | 1 | -28/+63 |
1998-12-12 | expr.c (encode_newarray_type, [...]): New functions. | Per Bothner | 3 | -87/+109 |
1998-12-12 | expr.c (encode_newarray_type, [...]): New functions. | Per Bothner | 1 | -23/+83 |
1998-12-12 | expr.c (encode_newarray_type, [...]): New functions. | Per Bothner | 1 | -0/+19 |
1998-12-11 | expr.c (invoke_build_dtable): Renamed dtable -> vtable. | Tom Tromey | 4 | -8/+15 |
1998-12-10 | decl.c (long_zero_node, [...]): New global variables, initialized. | Alexandre Petit-Bianco | 6 | -466/+519 |
1998-12-10 | parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TR... | Alexandre Petit-Bianco | 3 | -1536/+1547 |
1998-12-09 | java-tree.def (NEW_ARRAY_INIT): New Java tree code. | Alexandre Petit-Bianco | 7 | -443/+893 |
1998-12-07 | parse.y (array_initializer): Tagged <node>. | Alexandre Petit-Bianco | 3 | -451/+469 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 1 | -50/+39 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 1 | -21/+79 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 2 | -3/+7 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 1 | -3/+6 |
1998-12-07 | constants.c (find_methodref_index): When the class is an interface... | Per Bothner | 1 | -0/+34 |
1998-12-06 | jcf-dump.c (INVOKE): If invokeinterface, print number of args. | Per Bothner | 2 | -1/+7 |
1998-12-03 | java-tree.h (java_layout_seen_class_methods): New function prototype. | Alexandre Petit-Bianco | 6 | -405/+471 |
1998-12-03 | parse,y (patch_synchronized_statement): Set CAN_COMPLETE_NORMALLY. | Per Bothner | 1 | -0/+4 |
1998-12-03 | parse,y (patch_synchronized_statement): Set CAN_COMPLETE_NORMALLY. | Per Bothner | 1 | -1/+3 |
1998-12-03 | jcf-dump.c (main): Fix error message. | Per Bothner | 3 | -3/+8 |
1998-12-02 | class.c (layout_class_method): Call build_java_argument_signature on construc... | Alexandre Petit-Bianco | 4 | -16/+40 |
1998-12-01 | class.c (layout_class_method): Don't report error on non-static overriding st... | Alexandre Petit-Bianco | 7 | -631/+968 |
1998-12-01 | Makefile.in (+target): Removed. | Tom Tromey | 2 | -6/+7 |
1998-11-27 | Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). | Kaveh R. Ghazi | 7 | -109/+154 |
1998-11-26 | jcf-path.c (add_entry): recognize ".jar" too | Alexandre Oliva | 3 | -1/+8 |
1998-11-26 | jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter... | Per Bothner | 1 | -0/+11 |
1998-11-26 | jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter... | Per Bothner | 1 | -3/+25 |
1998-11-25 | java-tree.h (end_params_node): Declare global. | Per Bothner | 5 | -25/+22 |
1998-11-25 | java-tree.h (end_params_node): Declare global. | Per Bothner | 2 | -42/+27 |
1998-11-25 | java-tree.h (end_params_node): Declare global. | Per Bothner | 1 | -96/+112 |
1998-11-25 | java-tree.h (end_params_node): Declare global. | Per Bothner | 1 | -0/+28 |
1998-11-25 | expr.c (CHECK_PC_IN_RANGE): Add void cast to kill warnings. | Per Bothner | 2 | -1/+5 |
1998-11-24 | * jcf-write.c (generate_bytecode_conditional): Fix typo. | Marc Espie | 2 | -1/+5 |
1998-11-24 | [multiple changes] | Alexandre Petit-Bianco | 11 | -362/+649 |