OSDN Git Service

* (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,
[pf3gnuchains/gcc-fork.git] / gcc / java / class.c
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-01-15 aph2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
2004-01-09 aph2004-01-09 Andrew Haley <aph@redhat.com>
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-12-03 mkoch2003-12-03 Michael Koch <konqueror@gmx.de>
2003-10-24 aph2003-10-22 Andrew Haley <aph@redhat.com>
2003-10-09 tromey * decl.c (java_init_decl_processing): Declare signers...
2003-10-01 aph2003-10-01 Andrew Haley <aph@redhat.com>
2003-09-24 ro * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERG...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-17 bryce * class.c (add_miranda_methods): Ensure super...
2003-08-12 tromey * parse.y (java_check_regular_methods): Typo fixes...
2003-08-04 tromey * java-tree.h (METHOD_TRANSIENT): Removed.
2003-07-25 gdr * objc/objc-act.c (objc_check_decl): Don't...
2003-07-19 ghazigcc:
2003-06-28 zack * c-format.c (check_format_string, get_constant)
2003-06-20 nathan * tree.h (expand_function_end): Remove all parameters.
2003-06-14 nathan * tree.h (init_function_start): Remove filename and...
2003-05-13 rth * class.c (layout_class_method): Set DECL_EXTERNAL.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-13 zack * tree.c (build_constructor): New function.
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>
next