aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-28re PR java/9695 (Inner class bug prevent GNU Classpath from compiling)Tom Tromey1-1/+12
2003-02-20Change base class access representation.Nathan Sidwell1-2/+0
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-3/+3
2003-01-24class.c (build_static_field_ref): Only a String or numeric field can fold to ...Tom Tromey1-2/+12
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-108/+1
2003-01-21class.c (supers_all_compiled): New function.Tom Tromey1-7/+18
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14class.c (make_class_data): Check that super is compiled before building class...Tom Tromey1-1/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-141/+66
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi1-2/+2
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-15/+15
2003-01-07class.c (add_assume_compiled): Don't adjust parent if we're already at the ro...Tom Tromey1-2/+4
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-1/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+1
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-5/+4
2002-11-02re PR java/8415 (reflection bug: exception info for Method)Tom Tromey1-1/+1
2002-10-11decl.c (typename_hash): Use htab_hash_pointer.Kaveh R. Ghazi1-1/+1
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-08-04Index: ChangeLogGeoffrey Keating1-1/+0
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-43/+14
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-54/+86
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay1-0/+5
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-02-22class.c: Change vtable to be more compatible with g++ v3 abi.Per Bothner1-4/+20
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-0/+6
2002-02-11class.c (build_utf8_ref): Move declaration of decl_sizeDavid Billinghurst1-13/+16
2002-02-04output.h (SECTION_OVERRIDE): Define.Anthony Green1-1/+15
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-2/+4
2002-01-03class.c (compile_resource_file): Update copyright date.Graham Stott1-2/+2
2001-12-21class.c (compile_resource_file): Set TREE_PUBLIC on the constructor only if t...Richard Henderson1-2/+5
2001-12-21* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.Richard Henderson1-0/+1
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-5/+119
2001-12-14class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm1-7/+17
2001-12-11class.c (make_method_value): Use null_pointer_node to represent empty excepti...Jeff Sturm1-1/+1
2001-12-06Restore support for static class initialization optimization.Per Bothner1-6/+3
2001-11-30* class.c (add_interface_do): Set BINFO_VPTR_FIELD.Bryce McKinlay1-0/+1
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-14/+65
2001-09-10* class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.Richard Henderson1-2/+2
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green1-0/+112
2001-08-31class.c (set_constant_value): When not emiting class files, then a String Con...Per Bothner1-2/+4
2001-08-30Temporaily change error to wanring to hopefully allow boostrap.Per Bothner1-1/+1
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...Per Bothner1-0/+6
2001-08-24decl.c (init_decl_processing): Add `throws' field to method descriptor.Tom Tromey1-0/+39
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson1-1/+1
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-2/+2
2001-08-10Restore HPUX gcj bootstrap.Anthony Green1-0/+4
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson1-12/+24