Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-02-09 | java-except.h (struct eh_range): Add `expanded' field. | Andrew Haley | 1 | -3/+112 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -5/+5 |
1999-12-10 | parse.h (BUILD_THROW): Add support for sjlj-exceptions. | Andrew Haley | 1 | -7/+13 |
1999-12-09 | > * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w... | Anthony Green | 1 | -0/+9 |
1999-10-26 | tree.h (BLOCK_TYPE_TAGS): Remove. | Mark Mitchell | 1 | -2/+0 |
1999-09-24 | decl.c (insert_block): Removed unconditional `abort'. | Glenn Chambers | 1 | -1/+0 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 1 | -30/+29 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 1 | -29/+3 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1 | -3/+5 |
1999-08-02 | decl.c: Include defaults.h instead of expr.h. | Richard Henderson | 1 | -1/+1 |
1999-08-02 | Jakub Jelinek <jj@ultra.linux.cz> | Jakub Jelinek | 1 | -3/+3 |
1999-07-31 | Backport of GC branch patches part 1: kill eh status saving. | Bernd Schmidt | 1 | -0/+1 |
1999-07-25 | * decl.c (va_list_type_node): New. | Richard Henderson | 1 | -0/+2 |
1999-07-21 | lang.c (flag_use_divide_subroutine): New variable. | Andrew Haley | 1 | -0/+25 |
1999-05-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-05-11 | parse.y (source_end_java_method): If the current method contains any exceptio... | Andrew Haley | 1 | -0/+10 |
1999-05-05 | class.c (make_field_value): DECL_INITIAL may be a string literal... | Per Bothner | 1 | -0/+2 |
1999-04-26 | class.c (layout_class_method): Generate <clinit>'s rtl for interfaces. | Alexandre Petit-Bianco | 1 | -1/+2 |
1999-04-21 | decl.c (predef_filenames, [...]): New globals | Alexandre Petit-Bianco | 1 | -0/+16 |
1999-04-05 | class.c (add_method_1): Cast the argument of `bzero' to PTR. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-27 | parse.y (complete_loop_body): Rename to finish_loop_body. | Per Bothner | 1 | -0/+2 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -5/+10 |
1999-02-26 | typeck.c (convert_ieee_real_to_integer): Use save_expr instead of explicit bu... | Per Bothner | 1 | -22/+29 |
1999-02-21 | decl.c (build_result_decl): New method. | Per Bothner | 1 | -5/+29 |
1999-01-23 | Update copyrights for the last patch | Kaveh Ghazi | 1 | -1/+1 |
1999-01-23 | Warning fixes: | Kaveh R. Ghazi | 1 | -5/+2 |