Age | Commit message (Expand) | Author | Files | Lines |
2006-09-12 | * expr.c (push_value): Always flush quick stack. | Tom Tromey | 2 | -0/+11 |
2006-09-12 | re PR java/29013 (gcj generates a MetalLookAndFeel class that fails cacao's v... | Tom Tromey | 2 | -3/+13 |
2006-09-12 | jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only. | Tom Tromey | 2 | -2/+6 |
2006-09-12 | re PR java/28754 (java.lang.nullPointerException while accessing final static... | Tom Tromey | 2 | -1/+12 |
2006-09-12 | re PR java/28892 (assignment to static field not in class initializer) | Tom Tromey | 2 | -15/+10 |
2006-09-12 | Fix some whitespace issues in the changelog. | Andrew Pinski | 1 | -14/+14 |
2006-08-22 | decl.c (java_add_stmt): Give the statement list a type. | Andrew Haley | 2 | -0/+5 |
2006-08-17 | jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. | Jakub Jelinek | 2 | -0/+18 |
2006-08-10 | re PR java/8923 (ICE when modifying a variable decleared "final static") | Simon Martin | 2 | -2/+32 |
2006-07-28 | Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable... | Volker Reichelt | 2 | -15/+19 |
2006-07-14 | gcj.texi (Invocation): Corrections for Invocation API example. | Bryce McKinlay | 1 | -2/+2 |
2006-07-13 | builtins.c (check_for_builtin): If a builtin could result in a direct call be... | Bryce McKinlay | 2 | -0/+15 |
2006-07-04 | class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry. | Andrew Haley | 2 | -0/+6 |
2006-06-23 | java-tree.h (update_aliases): Remove | Andrew Haley | 4 | -91/+17 |
2006-06-19 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 4 | -6/+83 |
2006-06-17 | gcj.texi (@dircategory): Use "Software development" instead of "Programming"... | Karl Berry | 2 | -1/+6 |
2006-06-16 | class.c (make_class_data): When using flag_indirect_classes, don't initialize... | Andrew Haley | 2 | -4/+11 |
2006-06-13 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 4 | -7/+140 |
2006-06-09 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname. | Tom Tromey | 2 | -0/+11 |
2006-06-08 | expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i... | Andrew Haley | 5 | -28/+76 |
2006-06-06 | gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho... | David Daney | 2 | -0/+21 |
2006-06-06 | jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann... | Tom Tromey | 3 | -3/+23 |
2006-06-06 | Makefile.in: Rename to htmldir to build_htmldir to avoid installing during bu... | Mike Stump | 2 | -2/+7 |
2006-05-31 | gcj.texi (Extensions): Document the new gcj-dbtool-based classname-to-library... | Thomas Fitzsimmons | 2 | -11/+30 |
2006-05-29 | javaop.h (int16, [...]): Define to exactly 16 (resp. | Jakub Jelinek | 3 | -1/+37 |
2006-05-28 | class.c, [...]: Fix comment typos. | Kazu Hirata | 5 | -4/+9 |
2006-05-26 | expr.c (java_push_constant_from_pool): Handle 'ldc class'. | Tom Tromey | 5 | -2/+26 |
2006-05-26 | re PR java/27756 (ICE in update_aliases, at java/decl.c:192) | Andrew Haley | 2 | -1/+9 |
2006-05-24 | * java-tree.h: Fixed flag documentation. | Tom Tromey | 2 | -1/+5 |
2006-05-24 | re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet... | Tom Tromey | 2 | -3/+8 |
2006-05-24 | re PR java/27754 (Stack overflow in gcj) | Andrew Haley | 1 | -0/+1 |
2006-05-24 | decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR. | Andrew Haley | 2 | -7/+31 |
2006-05-16 | Makefile.in (GCC_OBJS): Replace options.o with gcc-options.o. | H.J. Lu | 2 | -1/+5 |
2006-05-16 | verify-impl.c (verify_instructions_0): Special case for Object.<init>. | Tom Tromey | 2 | -4/+11 |
2006-05-16 | re PR target/26885 (-m64 -m32 no longer creates 32-bit object) | H.J. Lu | 2 | -3/+9 |
2006-05-14 | Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H). | H.J. Lu | 2 | -3/+9 |
2006-05-10 | class.c (emit_indirect_register_classes): Fix comment. | Andrew Haley | 2 | -2/+6 |
2006-05-05 | java-tree.h (uses_jv_markobj_p): Declare. | Tom Tromey | 4 | -19/+36 |
2006-05-04 | * java-tree.def (THIS_EXPR): Now a tcc_expression. | Tom Tromey | 2 | -1/+5 |
2006-05-04 | [multiple changes] | Andrew Haley | 5 | -1/+101 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 9 | -48/+247 |
2006-04-08 | * expr.c, gjavah.c: Fix comment typos. | Kazu Hirata | 3 | -2/+6 |
2006-04-03 | re PR libgcj/26858 (NullPointerException not generated for large classes...) | Andrew Haley | 2 | -1/+8 |
2006-03-31 | re PR libgcj/26858 (NullPointerException not generated for large classes...) | Andrew Haley | 4 | -5/+59 |
2006-03-30 | Makefile.in: Rename docdir to gcc_docdir. | Carlos O'Donell | 2 | -4/+8 |
2006-03-30 | re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105) | Tom Tromey | 2 | -0/+10 |
2006-03-29 | re PR java/26390 (Problem dispatching method call when method does not exist ... | Tom Tromey | 2 | -4/+26 |
2006-03-16 | jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static met... | Tom Tromey | 2 | -9/+24 |
2006-03-15 | java-tree.h: Moved comment for TYPE_DOT_CLASS adjacent to its declaration. | David Daney | 2 | -2/+8 |
2006-03-15 | lang.opt (-freduced-reflection): New option. | David Daney | 7 | -24/+125 |