OSDN Git Service

* mklibgcc.in: Don't use GNU make extension.
[pf3gnuchains/gcc-fork.git] / gcc / java / decl.c
2002-02-28 neil * Makefile.in (integrate.o): Update.
2002-02-27 zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-01-22 tromey * decl.c (java_init_decl_processing): Use add_predefin...
2001-12-20 bryce * decl.c (java_init_decl_processing): Don't initialize
2001-12-16 bryce * decl.c (java_init_decl_processing): Build otable_typ...
2001-12-15 brycegcc/java:
2001-12-14 hboehm * class.c (get_dispatch_table): Fix java vtable layout
2001-12-06 bothner Restore support for static class initialization optimi...
2001-12-04 bothner * decl.c (complete_start_java_method): Now generate...
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-09-22 apbianco2001-09-22 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-24 tromey * decl.c (init_decl_processing): Add `throws' field...
2001-08-17 apbianco2001-08-16 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-13 zack * expr.h: Split out optab- and libfunc-related code...
2001-08-09 apbianco2001-08-08 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-01 apbianco*** empty log message ***
2001-06-10 apbianco2001-06-05 Jeff Sturm <jsturm@one-point.com>
2001-05-02 ghazicp:
2001-04-25 brycegcc/java:
2001-04-21 bothner Fixes to compile multiple .class files at once.
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * java-tree.h (throw_node): Define as a single...
2001-03-28 rth * decl.c (end_java_method): Do not save and...
2001-03-28 rth * bb-reorder.c, dwarf2out.c, except.c, except...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-17 bothner * decl.c (clear_binding_level): Fix initializer ...
2001-03-16 bothner Remove junk from when gcc/java was created (by copying...
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-06 bothner Fix a problem where rest_of_decl_compilation applied to
2001-03-02 zack * config/xm-lynx.h, config/xm-std32.h, config/a29k...
2001-02-23 kenner * c-decl.c (set_block): Set NAMES and BLOCKS from...
2001-02-14 apbianco2001-02-13 Alexandre Petit-Bianco <apbianco@cygnus...
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-30 bryce * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-25 apbianco2001-01-25 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-15 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-08 bryceIn gcc/java:
2000-12-24 bryce Shorten primitive array allocation path:
2000-12-06 apbianco2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus...
2000-11-10 ghazi * alpha.c (check_float_value): Use memcpy, not bcopy.
2000-10-16 bryce * decl.c (init_decl_processing): Call init_class_proce...
2000-10-13 mmitchel Remove obstacks.
2000-10-10 apbianco2000-10-07 Alexandre Petit-Bianco <apbianco@cygnus...
2000-10-05 apbiancoTue Oct 3 13:44:37 2000 Alexandre Petit-Bianco ...
2000-10-01 mmitchel * c-decl.c (c_expand_body): Don't generate RTL if...
2000-09-23 mmitchel * Make-lang.in (JAVA_SRCS): Include java-tree.h.
2000-09-11 zack * defaults.h: Provide default definitions for...
2000-08-17 apbianco2000-08-15 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-11 ghaziWarning fixes:
2000-05-31 tromey * java-tree.h (boolean_array_vtable, byte_array_vtable,
2000-05-19 tromey * java-tree.h: Added init state enum.
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-06 apbianco2000-05-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-05-05 tromey * boehm.c (mark_reference_fields): Don't mark RawData...
2000-05-02 tromey * class.c (add_method_1): Set both DECL_EXTERNAL and...
2000-04-28 tromey Fix for PR gcj/2:
2000-04-27 apbiancoWed Apr 26 14:29:33 2000 Alexandre Petit-Bianco ...
2000-04-04 ghazi * boehm.c (mark_reference_fields, set_bit): Prototype.
2000-03-26 kenner * stor-layout.c (layout_type, set_sizetype): early_typ...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-16 tromey * lang.c (flag_hash_synchronization): New global.
2000-03-16 tromey * decl.c (init_decl_processing): Set type of `sync_inf...
2000-03-14 apbiancoAdded Java 1.1 language features.
2000-03-08 apbianco1999-11-28 Anthony Green <green@cygnus.com>
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-07 apbianco2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-04 bothner * decl.c (init_decl_processing): Initialize sizetype...
2000-02-29 loewis * c-decl.c (current_function_decl): Move to toplev.c.
2000-02-26 lawFix copyrights
2000-02-26 green2000-02-25 Anthony Green <green@cygnus.com>
2000-02-22 apbianco2000-02-22 Alexandre Petit-Bianco <apbianco@cygnus...
2000-02-09 aph2000-02-09 Andrew Haley <aph@cygnus.com>
2000-02-09 aph2000-01-25 Andrew Haley <aph@cygnus.com>
2000-01-21 ghazi * buffer.h: PROTO -> PARAMS.
1999-12-10 aph1999-11-17 Andrew Haley <aph@cygnus.com>
1999-12-09 green > * decl.c (init_decl_processing): Mark throw_nod...
1999-10-26 mmitchel * tree.h (BLOCK_TYPE_TAGS): Remove.
1999-09-24 apbiancoFri Sep 24 12:23:05 1999 Alexandre Petit-Bianco ...
1999-09-24 cruxAllow to distinguish between three classes of builtin...
1999-09-10 cruxMove declarations and building code for common tree...
1999-08-10 ghazi * check-init.c (check_bool2_init, done_alternative...
1999-08-03 rth * decl.c: Include defaults.h instead of expr.h.
1999-08-02 rthJakub Jelinek <jj@ultra.linux.cz>
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-07-26 rth * decl.c (va_list_type_node): New.
1999-07-21 aph1999-07-15 Andrew Haley <aph@cygnus.com>
1999-05-19 ghaziWarning fixes:
1999-05-11 aph1999-05-11 Andrew Haley <aph@cygnus.com>
1999-05-05 bothnerd
1999-04-26 apbiancoSat Apr 24 16:50:19 1999 Alexandre Petit-Bianco ...
1999-04-21 apbiancoWed Apr 21 11:13:36 1999 Alexandre Petit-Bianco ...
1999-04-05 ghazi * class.c (add_method_1): Cast the argument...
1999-03-27 bothner
1999-03-21 ghazi * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1999-02-26 bothner
1999-02-21 bothnerd
1999-01-23 ghaziUpdate copyrights for the last patch
1999-01-23 ghaziWarning fixes:
next