aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-13Remove obstacks.Mark Mitchell1-31/+6
2000-10-08class.c (layout_class): Handle case where superclass can't be layed out yet.Anthony Green1-2/+4
2000-10-06jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.Tom Tromey1-22/+129
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-2/+2
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-2/+21
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-2/+1
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-1/+1
2000-07-28class.c (make_class_data): Create vtable for abstract classes.Tom Tromey1-6/+15
2000-07-20[multiple changes]Alexandre Petit-Bianco1-1/+6
2000-06-26[multiple changes]Alexandre Petit-Bianco1-0/+1
2000-06-02class.c (get_dispatch_table): Build the vtable dummy entry list element with ...Alexandre Petit-Bianco1-4/+25
2000-06-01class.c (common_enclosing_context_p): New function.Alexandre Petit-Bianco1-0/+24
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-1/+5
2000-04-05class.c (decl_hash): Prototype removed.Alexandre Petit-Bianco1-2/+0
2000-04-05class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.Alexandre Petit-Bianco1-7/+10
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-0/+5
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-18/+15
2000-03-22[multiple changes]Alexandre Petit-Bianco1-2/+1
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-23/+25
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-1/+2
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-8/+68
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-0/+3
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey1-6/+5
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-1/+40
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-1/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-15/+15
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-5/+9
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+2
1999-12-14re GNATS gcj/110 (don't exclude private methods from method table when optimi...Per Bothner1-0/+1
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-4/+145
1999-11-18class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node...Alexandre Petit-Bianco1-0/+4
1999-11-05re GNATS gcj/85 (Compiler optimizes away private methods when native methods ...Tom Tromey1-2/+17
1999-10-29parse.y (expression_statement:): Call function to report improper invocation ...Alexandre Petit-Bianco1-3/+6
1999-09-11class.c (finish_class): We're now outside a valid method declaration.Alexandre Petit-Bianco1-0/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-2/+1
1999-08-18[multiple changes]Alexandre Petit-Bianco1-1/+0
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-6/+8
1999-07-01class.c (finish_class): Whenever a deferred method is output...Andrew Haley1-4/+9
1999-06-02[multiple changes]Anthony Green1-0/+2
1999-05-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-0/+7
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-1/+2
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-2/+5
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-03-28Warning fixes:Kaveh R. Ghazi1-5/+2
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-11/+21
1999-03-19[multiple changes]Alexandre Petit-Bianco1-2/+12
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-1/+1
1999-03-12parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.Alexandre Petit-Bianco1-1/+2