Age | Commit message (Expand) | Author | Files | Lines |
2006-05-26 | re PR java/27756 (ICE in update_aliases, at java/decl.c:192) | Andrew Haley | 1 | -1/+3 |
2006-05-24 | decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR. | Andrew Haley | 1 | -7/+26 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 1 | -0/+8 |
2006-02-04 | decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE... | Roger Sayle | 1 | -1/+3 |
2006-02-03 | java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | Ben Elliston | 1 | -13/+6 |
2006-02-01 | opts.c (no_unit_at_a_time_default): New global variable. | Jan Hubicka | 1 | -1/+0 |
2005-12-08 | java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE. | Andrew Haley | 1 | -0/+9 |
2005-11-29 | re PR java/18278 (JNI functions cannot return a weak reference) | Tom Tromey | 1 | -0/+6 |
2005-09-06 | check-init.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -7/+7 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 1 | -0/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | re PR libgcj/21906 (hang when invoking abstract method) | Tom Tromey | 1 | -0/+9 |
2005-05-26 | decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed. | Bryce McKinlay | 1 | -20/+34 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 1 | -2/+31 |
2005-05-24 | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 1 | -3/+5 |
2005-05-12 | gcj.texi (Code Generation): Document -fbootstrap-classes. | Tom Tromey | 1 | -0/+6 |
2005-04-29 | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 1 | -1/+10 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -5/+5 |
2005-04-19 | decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di... | Julian Brown | 1 | -7/+0 |
2005-04-13 | elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for... | Julian Brown | 1 | -0/+7 |
2005-04-01 | decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter... | Tom Tromey | 1 | -9/+14 |
2005-03-23 | jvm.h (GCJ_40_BC_ABI_VERSION): New define. | Tom Tromey | 1 | -1/+8 |
2005-03-18 | re PR java/20522 (ICE in update_aliases, at java/decl.c:163) | Andrew Haley | 1 | -1/+10 |
2005-03-09 | re PR java/20338 (Program compiled with gcj crashes when accessing private st... | Ranjit Mathew | 1 | -1/+3 |
2005-03-08 | * Revert patch from 2005-03-08 for causing bootstrap failure on | Julian Brown | 1 | -7/+0 |
2005-03-08 | * decl.c (finish_method): Give methods once-only linkage. | Julian Brown | 1 | -0/+7 |
2005-02-14 | re PR java/19907 (Incorrect code generated for ManifestElement.java) | Andrew Haley | 1 | -13/+13 |
2005-02-09 | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 1 | -0/+4 |
2005-01-24 | java-tree.h (gcj_abi_version): Declare. | Tom Tromey | 1 | -2/+55 |
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/+11 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -12/+64 |
2004-11-15 | decl.c (instn_ptr_type_node): Removed. | Tom Tromey | 1 | -7/+0 |
2004-11-08 | decl.c (end_java_method): Remove duplicated code. | Andrew Pinski | 1 | -8/+0 |
2004-10-15 | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 1 | -5/+5 |
2004-10-01 | c-decl.c (c_expand_body): Update call tree_rest_of_compilation. | Jan Hubicka | 1 | -1/+1 |
2004-09-29 | check-init.c (check_init): Handle USE_MAPPED_LOCATION case. | Per Bothner | 1 | -1/+5 |
2004-09-29 | re PR java/17007 (Inconsistent builtin attributes set by Java front end) | Andrew Haley | 1 | -0/+2 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -14/+13 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -14/+11 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -2/+2 |
2004-08-01 | decl.c (update_aliases, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -7/+5 |
2004-07-25 | * decl.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -2/+2 |
2004-07-25 | c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU... | Richard Henderson | 1 | -0/+2 |
2004-07-25 | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 1 | -1/+1 |
2004-07-21 | verify.c (verify_jvm_instructions): Comment change only. | Andrew Haley | 1 | -101/+232 |
2004-07-18 | builtins.c (max_builtin, [...]): Replace calls to build with buildN. | Roger Sayle | 1 | -16/+13 |
2004-07-11 | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 1 | -26/+3 |