aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2006-06-23java-tree.h (update_aliases): RemoveAndrew Haley4-91/+17
2006-06-19re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley4-6/+83
2006-06-17gcj.texi (@dircategory): Use "Software development" instead of "Programming"...Karl Berry2-1/+6
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley2-4/+11
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley4-7/+140
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey2-0/+11
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley5-28/+76
2006-06-06gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney2-0/+21
2006-06-06jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann...Tom Tromey3-3/+23
2006-06-06Makefile.in: Rename to htmldir to build_htmldir to avoid installing during bu...Mike Stump2-2/+7
2006-05-31gcj.texi (Extensions): Document the new gcj-dbtool-based classname-to-library...Thomas Fitzsimmons2-11/+30
2006-05-29javaop.h (int16, [...]): Define to exactly 16 (resp.Jakub Jelinek3-1/+37
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata5-4/+9
2006-05-26expr.c (java_push_constant_from_pool): Handle 'ldc class'.Tom Tromey5-2/+26
2006-05-26re PR java/27756 (ICE in update_aliases, at java/decl.c:192)Andrew Haley2-1/+9
2006-05-24* java-tree.h: Fixed flag documentation.Tom Tromey2-1/+5
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey2-3/+8
2006-05-24re PR java/27754 (Stack overflow in gcj)Andrew Haley1-0/+1
2006-05-24decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR.Andrew Haley2-7/+31
2006-05-16Makefile.in (GCC_OBJS): Replace options.o with gcc-options.o.H.J. Lu2-1/+5
2006-05-16verify-impl.c (verify_instructions_0): Special case for Object.<init>.Tom Tromey2-4/+11
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2-3/+9
2006-05-14Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).H.J. Lu2-3/+9
2006-05-10class.c (emit_indirect_register_classes): Fix comment.Andrew Haley2-2/+6
2006-05-05java-tree.h (uses_jv_markobj_p): Declare.Tom Tromey4-19/+36
2006-05-04* java-tree.def (THIS_EXPR): Now a tcc_expression.Tom Tromey2-1/+5
2006-05-04[multiple changes]Andrew Haley5-1/+101
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley9-48/+247
2006-04-08* expr.c, gjavah.c: Fix comment typos.Kazu Hirata3-2/+6
2006-04-03re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley2-1/+8
2006-03-31re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley4-5/+59
2006-03-30Makefile.in: Rename docdir to gcc_docdir.Carlos O'Donell2-4/+8
2006-03-30re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105)Tom Tromey2-0/+10
2006-03-29re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey2-4/+26
2006-03-16jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static met...Tom Tromey2-9/+24
2006-03-15java-tree.h: Moved comment for TYPE_DOT_CLASS adjacent to its declaration.David Daney2-2/+8
2006-03-15lang.opt (-freduced-reflection): New option.David Daney7-24/+125
2006-03-15Correctly reference PR java/26638 in ChangeLogsTom Tromey1-1/+1
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey2-4/+13
2006-03-15* parse.y (analyze_clinit_body): Ignore empty statements.Tom Tromey2-2/+12
2006-03-08gcj.texi: Document -static-libgcj option.David Daney2-0/+18
2006-02-23jcf-parse.c (parse_class_file): Set input_location from current_class.Andrew Haley2-1/+6
2006-02-20class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.Andrew Haley2-1/+9
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-4/+4
2006-02-09re PR java/26192 (ICE while compiling jar or class file (azureus))Andrew Haley3-0/+12
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey3-1/+23
2006-02-07Comment typo.Andrew Haley1-1/+1
2006-02-07re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley3-2/+31
2006-02-04re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey2-4/+21
2006-02-04re PR java/26097 (Libjava failed to build)Tom Tromey2-2/+8