Age | Commit message (Expand) | Author | Files | Lines |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -12/+75 |
2006-09-12 | * expr.c (push_value): Always flush quick stack. | Tom Tromey | 1 | -0/+7 |
2006-09-12 | re PR java/28754 (java.lang.nullPointerException while accessing final static... | Tom Tromey | 1 | -1/+6 |
2006-09-12 | re PR java/28892 (assignment to static field not in class initializer) | Tom Tromey | 1 | -15/+4 |
2006-06-23 | java-tree.h (update_aliases): Remove | Andrew Haley | 1 | -2/+0 |
2006-06-19 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 1 | -4/+64 |
2006-06-08 | expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i... | Andrew Haley | 1 | -17/+29 |
2006-05-28 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-26 | expr.c (java_push_constant_from_pool): Handle 'ldc class'. | Tom Tromey | 1 | -0/+6 |
2006-05-04 | [multiple changes] | Andrew Haley | 1 | -0/+82 |
2006-04-08 | * expr.c, gjavah.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-04-03 | re PR libgcj/26858 (NullPointerException not generated for large classes...) | Andrew Haley | 1 | -1/+2 |
2006-03-31 | re PR libgcj/26858 (NullPointerException not generated for large classes...) | Andrew Haley | 1 | -4/+26 |
2006-02-09 | re PR java/26192 (ICE while compiling jar or class file (azureus)) | Andrew Haley | 1 | -0/+1 |
2006-02-07 | re PR java/25535 (gcj broken on 64-bit big-endian systems) | Andrew Haley | 1 | -0/+11 |
2006-02-04 | re PR java/26097 (Libjava failed to build) | Tom Tromey | 1 | -2/+3 |
2006-02-04 | expr.c (java_stack_swap): Revert gcc_assert patch. | Andreas Tobler | 1 | -5/+7 |
2006-02-03 | java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | Ben Elliston | 1 | -41/+26 |
2005-12-08 | java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE. | Andrew Haley | 1 | -0/+11 |
2005-12-02 | java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build. | Richard Guenther | 1 | -4/+4 |
2005-11-29 | re PR java/18278 (JNI functions cannot return a weak reference) | Tom Tromey | 1 | -2/+11 |
2005-09-18 | builtins.c (max_builtin, [...]): Use fold_buildN. | James A. Morrison | 1 | -47/+46 |
2005-09-09 | re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-di... | Andrew Haley | 1 | -0/+5 |
2005-09-06 | check-init.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-08-16 | re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref) | Tom Tromey | 1 | -7/+1 |
2005-08-15 | Make-lang.in (JAVA_OBJS): Removed verify.o | Tom Tromey | 1 | -91/+35 |
2005-07-28 | expr.c (expand_load_internal): Fix missing parens in predicate. | Diego Novillo | 1 | -1/+1 |
2005-07-28 | expr.c (expand_load_internal): Convert to destination type. | Andrew Haley | 1 | -1/+1 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -6/+6 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-13 | expr.c (int highest_label_pc_this_method, [...]): New globals. | Per Bothner | 1 | -1/+9 |
2005-05-24 | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 1 | -1/+0 |
2005-05-15 | reverted erroneous checkin | Tom Tromey | 1 | -1/+0 |
2005-05-15 | re PR java/21519 (ICE in generate_bytecode_conditional, at java/jcf-write.c:1... | Tom Tromey | 1 | -0/+1 |
2005-04-29 | tree.c (build_block): Removed unused 'tags' argument. | Tom Tromey | 1 | -2/+1 |
2005-04-29 | expr.c (force_evaluation_order): Declare 'saved' earlier. | Andrew Pinski | 1 | -1/+2 |
2005-04-29 | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 1 | -2/+13 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -8/+8 |
2005-03-17 | expr.c (expand_java_arrayload): Don't generate a NullPointerException based o... | Andrew Haley | 1 | -24/+5 |
2005-03-07 | [multiple changes] | Bryce McKinlay | 1 | -1/+5 |
2005-03-05 | c-semantics.c (build_stmt): Use TYPE_P instead of IS_NON_TYPE_CODE_CLASS. | Kazu Hirata | 1 | -2/+2 |
2005-02-14 | re PR java/19907 (Incorrect code generated for ManifestElement.java) | Andrew Haley | 1 | -0/+27 |
2005-02-08 | expr.c (add_type_assertion): Use the proper enumeration type, since this is w... | Marcin Dalecki | 1 | -1/+1 |
2005-01-12 | expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT with TYPE_SIZE. | Ranjit Mathew | 1 | -2/+2 |
2004-12-17 | re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions) | Andrew Haley | 1 | -0/+3 |
2004-11-27 | expr.c (build_expr_wfl): Only declare last_file and last_filenode local stati... | Per Bothner | 1 | -2/+3 |
2004-11-27 | * class.c, decl.c, expr.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-26 | re PR java/18305 (Class initialization optimization is not done when compiled... | Andrew Pinski | 1 | -0/+33 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -124/+415 |
2004-11-09 | re PR java/15576 (Class initialization optimization is disabled) | Andrew Pinski | 1 | -11/+12 |