Age | Commit message (Expand) | Author | Files | Lines |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 1 | -3/+3 |
2001-03-17 | * decl.c (clear_binding_level): Fix initializer (broke 03-15). | Per Bothner | 1 | -1/+1 |
2001-03-15 | Remove junk from when gcc/java was created (by copying from C/C++). | Per Bothner | 1 | -30/+2 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 1 | -2/+2 |
2001-03-05 | Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau... | Per Bothner | 1 | -6/+0 |
2001-03-02 | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 1 | -2/+2 |
2001-02-23 | c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK. | Richard Kenner | 1 | -0/+4 |
2001-02-13 | decl.c (classdollar_identifier_node): Initialize. | Alexandre Petit-Bianco | 1 | -0/+1 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -3/+4 |
2001-01-30 | java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE. | Bryce McKinlay | 1 | -1/+1 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-25 | ChangeLog (2001-01-21): Fixed typo. | Alexandre Petit-Bianco | 1 | -0/+1 |
2001-01-15 | All files with updated copyright when applicable. | Alexandre Petit-Bianco | 1 | -0/+1 |
2001-01-10 | output.h (make_function_rtl): Remove prototype. | Mark Mitchell | 1 | -3/+3 |
2001-01-08 | In gcc/java: | Bryce McKinlay | 1 | -0/+1 |
2000-12-24 | Shorten primitive array allocation path: | Bryce McKinlay | 1 | -1/+1 |
2000-12-06 | [multiple changes] | Alexandre Petit-Bianco | 1 | -5/+6 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-10-16 | decl.c (init_decl_processing): Call init_class_processing before anything else. | Anthony Green | 1 | -1/+2 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -11/+2 |
2000-10-10 | [multiple changes] | Alexandre Petit-Bianco | 1 | -18/+81 |
2000-10-05 | [multiple changes] | Alexandre Petit-Bianco | 1 | -3/+10 |
2000-10-01 | c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | Mark Mitchell | 1 | -3/+63 |
2000-09-23 | Make-lang.in (JAVA_SRCS): Include java-tree.h. | Mark Mitchell | 1 | -124/+17 |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 1 | -4/+0 |
2000-08-17 | decl.c (finit_leg_identifier_node): New global. | Alexandre Petit-Bianco | 1 | -1/+7 |
2000-06-11 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+1 |
2000-05-31 | java-tree.h (boolean_array_vtable, [...]): Declare. | Tom Tromey | 1 | -1/+36 |
2000-05-19 | java-tree.h: Added init state enum. | Tom Tromey | 1 | -3/+15 |
2000-05-17 | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | Andrew Cagney | 1 | -1/+1 |
2000-05-06 | decl.c (predef_filenames_size): Now 7. | Alexandre Petit-Bianco | 1 | -1/+2 |
2000-05-05 | boehm.c (mark_reference_fields): Don't mark RawData fields. | Tom Tromey | 1 | -0/+3 |
2000-05-02 | class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu... | Tom Tromey | 1 | -2/+24 |
2000-04-28 | re GNATS gcj/2 (Method call on null instance should throw NullPointerException) | Tom Tromey | 1 | -0/+10 |
2000-04-27 | decl.c (complete_start_java_method): Don't call _Jv_InitClass from <clinit> | Alexandre Petit-Bianco | 1 | -0/+1 |
2000-04-04 | boehm.c (mark_reference_fields, set_bit): Prototype. | Kaveh R. Ghazi | 1 | -0/+2 |
2000-03-26 | stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS... | Richard Kenner | 1 | -7/+11 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -4/+2 |
2000-03-16 | lang.c (flag_hash_synchronization): New global. | Tom Tromey | 1 | -6/+9 |
2000-03-16 | decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object. | Tom Tromey | 1 | -1/+5 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -4/+6 |
2000-03-07 | re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode) | Anthony Green | 1 | -3/+6 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -2/+1 |
2000-03-07 | decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a... | Bryce McKinlay | 1 | -2/+5 |
2000-03-04 | * decl.c (init_decl_processing): Initialize sizetype properly. | Per Bothner | 1 | -1/+2 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -4/+0 |
2000-02-26 | Fix copyrights | Jeff Law | 1 | -1/+1 |
2000-02-26 | expr.c (build_class_init): Mark the decl to be ignored by check_init. | Anthony Green | 1 | -0/+27 |
2000-02-22 | parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to... | Alexandre Petit-Bianco | 1 | -1/+1 |
2000-02-09 | decl.c (clear_binding_level): Remove excess initializer. | Andrew Haley | 1 | -3/+2 |