OSDN Git Service

PR c++/9367
[pf3gnuchains/gcc-fork.git] / gcc / java / class.c
2003-02-28 tromey PR java/9695:
2003-02-20 nathan Change base class access representation.
2003-01-31 nathan * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT):...
2003-01-24 tromey * class.c (build_static_field_ref): Only a String...
2003-01-22 tromey * gcj.texi (Input and output files): Mention non-class...
2003-01-21 tromey * class.c (supers_all_compiled): New function.
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-14 tromey * class.c (make_class_data): Check that super is compi...
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-10 ghazi * class.c, gjavah.c, parse.y, verify.c: Don't use...
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-07 tromey * class.c (add_assume_compiled): Don't adjust parent...
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-23 jsturm* class.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-03 aph2002-12-03 Andrew Haley <aph@redhat.com>
2002-11-18 aph2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de>
2002-11-02 tromey * class.c (make_method_value): Put class name, not...
2002-10-11 ghazicp:
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-08-04 geoffkIndex: ChangeLog
2002-06-04 zack * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-04-17 bryce * class.c (make_class_data): Set DECL_ALIGN on static...
2002-03-03 ghazi * attribs.c (init_attributes, decl_attributes): Use...
2002-02-22 bothner * class.c: Change vtable to be more compatible with...
2002-02-18 tromey * java-tree.h (TYPE_STRICTFP): New macro.
2002-02-11 billingd2002-02-12 David Billinghurst <Davod.Billinghurst...
2002-02-04 bryce2002-02-04 Anthony Green <green@redhat.com>
2002-02-03 rth * class.c (add_field): Mark static fields external.
2002-01-03 grahams * class.c (compile_resource_file): Update copyr...
2001-12-21 rth * class.c (compile_resource_file): Set TREE_PUB...
2001-12-21 rth * class.c (build_class_ref): Mark _Jv_fooClass...
2001-12-16 jsm28 * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi...
2001-12-15 brycegcc/java:
2001-12-14 hboehm * class.c (get_dispatch_table): Fix java vtable layout
2001-12-11 jsturm * class.c (make_method_value): Use null_pointer_node to
2001-12-06 bothner Restore support for static class initialization optimi...
2001-11-30 bryce * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
2001-09-21 rthgcc/
2001-09-10 rth * class.c (build_class_ref): Set DECL_EXTERNAL...
2001-09-06 green * class.c (O_BINARY): Define if necessary.
2001-08-31 bothner * class.c (set_constant_value): When not emiting...
2001-08-31 bothnerTemporaily change error to wanring to hopefully allow...
2001-08-30 bothner * jcf-write.c (generate_classfile): Don't write Const...
2001-08-24 tromey * decl.c (init_decl_processing): Add `throws' field...
2001-08-18 rth * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_AS...
2001-08-17 rth * varasm.c (named_section_flags): Remove align...
2001-08-10 greenRestore HPUX gcj bootstrap.
2001-08-09 rthMove constructor/destructor handling into target hooks.
2001-08-09 apbianco2001-08-08 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-08 green2001-08-08 Anthony Green <green@redhat.com>
2001-08-07 rth * varasm.c (assemble_constructor): Take a symbo...
2001-07-31 apbianco2001-07-18 Alexandre Petit-Bianco <apbianco@redhat...
2001-06-27 apbianco2001-06-27 Alexandre Petit-Bianco <apbianco@redhat...
2001-06-21 apbianco2001-06-20 Alexandre Petit-Bianco <apbianco@redhat...
2001-05-15 tromey * class.c (build_utf8_ref): Don't generate identifier...
2001-04-25 brycegcc/java:
2001-03-21 apbianco2001-03-21 Alexandre Petit-Bianco <apbianco@redhat...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-19 bothnerFixes to process to command-line .class files in two...
2001-03-19 aph2001-03-19 Andrew Haley <aph@cambridge.redhat.com>
2001-03-16 bothner * class.c (make_class_data): The class_dtable_decl...
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-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-25 apbianco2001-01-25 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-24 apbianco2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-21 bothner Minor optimization of static ggc roots.
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-18 bryce Fix for PRs gcj/312 and gcj/253:
2000-11-04 tromey * class.c (cxx_keyword_p): Accept keywords with traili...
2000-10-13 mmitchel Remove obstacks.
2000-10-08 green2000-10-07 Anthony Green <green@redhat.com>
2000-10-06 tromey * jvspec.c (jvgenmain_spec): Added `-fdollars-in-ident...
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-08-11 apbianco2000-08-10 Alexandre Petit-Bianco <apbianco@cygnus...
2000-08-02 zack * c-common.h: Prototype min_precision and c_build_qual...
2000-07-28 tromey2000-07-27 Tom Tromey <tromey@cygnus.com>
2000-07-21 apbianco2000-07-13 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-27 apbianco2000-06-23 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-03 apbiancoFri Jun 2 16:48:55 2000 Alexandre Petit-Bianco ...
2000-06-01 apbianco2000-04-24 Alexandre Petit-Bianco <apbianco@cygnus...
2000-05-09 zacktop level:
2000-05-02 tromey * class.c (add_method_1): Set both DECL_EXTERNAL and...
2000-04-06 apbianco2000-04-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-04-05 apbianco2000-04-05 Alexandre Petit-Bianco <apbianco@cygnus...
2000-04-04 ghazi * boehm.c (mark_reference_fields, set_bit): Prototype.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 apbianco2000-03-22 Alexandre Petit-Bianco <apbianco@cygnus...
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-14 apbiancoAdded Java 1.1 language features.
2000-03-07 apbianco2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
2000-03-04 tromey * Makefile.in (JAVA_OBJS): Added boehm.o.
2000-02-26 green2000-02-25 Anthony Green <green@cygnus.com>
next