Age | Commit message (Expand) | Author | Files | Lines |
2005-10-14 | re PR java/23620 (Segfault compiling inner interfaces) | Nathan Sidwell | 1 | -1/+5 |
2005-09-21 | re PR java/21418 (Order of source files matters when compiling) | Ranjit Mathew | 1 | -2/+6 |
2005-09-18 | builtins.c (max_builtin, [...]): Use fold_buildN. | James A. Morrison | 1 | -2/+2 |
2005-08-17 | class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial... | Tom Tromey | 1 | -7/+3 |
2005-08-16 | re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref) | Tom Tromey | 1 | -2/+3 |
2005-08-08 | class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR. | Nathan Sidwell | 1 | -0/+5 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -12/+14 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -2/+2 |
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 | -1/+4 |
2005-06-12 | * class.c (inherits_from_p): Do load_class if needed. | Per Bothner | 1 | -0/+2 |
2005-06-03 | re PR java/21722 (gcj miscompiles accesses to static final vars with indirect... | Tom Tromey | 1 | -11/+10 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 1 | -25/+14 |
2005-05-25 | common.opt (-Wattributes): New. | DJ Delorie | 1 | -2/+4 |
2005-05-24 | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 1 | -26/+6 |
2005-05-24 | class.c (registered_class): Take it out of class_roots; turn into a vec of tr... | Richard Henderson | 1 | -29/+27 |
2005-05-10 | re PR java/21436 (imports not remembered for previously compiled files) | Paolo Bonzini | 1 | -1/+1 |
2005-04-29 | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 1 | -51/+64 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -3/+3 |
2005-04-07 | class.c (push_class): By default, suppress debug output. | Per Bothner | 1 | -0/+2 |
2005-03-30 | [multiple changes] | Jan Hubicka | 1 | -2/+7 |
2005-03-04 | re PR java/18362 (internal compiler error: in size_binop, at fold-const.c:1598) | Andrew Haley | 1 | -7/+13 |
2005-01-24 | java-tree.h (gcj_abi_version): Declare. | Tom Tromey | 1 | -2/+2 |
2004-12-13 | defaults.h (TARGET_USE_JCR_SECTION): New macro. | Danny Smith | 1 | -4/+7 |
2004-12-03 | re PR java/18697 (Miscompilation of GtkMenuItemPeer.setParent(MenuItem)) | Andrew Haley | 1 | -3/+3 |
2004-11-27 | * class.c, decl.c, expr.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-25 | verify.c (defer_merging): Don't use C++-style comment. | Tom Tromey | 1 | -5/+0 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -87/+262 |
2004-11-24 | c-opts.c (c_common_post_options): Don't clear flag_inline_functions. | Steven Bosscher | 1 | -1/+1 |
2004-11-02 | re PR java/17265 (Libjava doesn't build) | Bryce McKinlay | 1 | -1/+49 |
2004-10-22 | re PR java/17265 (Libjava doesn't build) | Eric Botcazou | 1 | -44/+1 |
2004-10-17 | class.c (ident_subst): Always alloca buffer. | Steven Bosscher | 1 | -4/+1 |
2004-10-15 | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 1 | -2/+2 |
2004-09-30 | More cleanup for --enable-mapped-location. | Per Bothner | 1 | -1/+9 |
2004-09-28 | re PR java/15710 (ICE: tree check: expected class 'E', have 'c' (integer_cst)... | Tom Tromey | 1 | -0/+2 |
2004-09-14 | re PR java/17216 (ICE in 3.5, error in 3.4.1 when compiling .class->.o) | Tom Tromey | 1 | -1/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -19/+18 |
2004-08-19 | class.c (make_local_function_alias): Allocate extra space for 'L' in name buf... | Bryce McKinlay | 1 | -1/+1 |
2004-08-18 | class.c (make_local_function_alias): Only make a new decl if we support alias... | Andrew Pinski | 1 | -2/+6 |
2004-08-18 | class.c (make_local_function_alias): New function. | Bryce McKinlay | 1 | -1/+44 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -23/+28 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -19/+19 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -89/+52 |
2004-07-18 | builtins.c (max_builtin, [...]): Replace calls to build with buildN. | Roger Sayle | 1 | -26/+28 |
2004-07-10 | 004-07-10 Bryce McKinlay <mckinlay@redhat.com> | Bryce McKinlay | 1 | -3/+6 |
2004-07-10 | re PR java/8618 (call to private constructor allowed for anonymous inner class) | Bryce McKinlay | 1 | -2/+24 |
2004-07-10 | class.c (interface_of_p): Check for null TYPE_BINFO. | Bryce McKinlay | 1 | -1/+2 |
2004-07-09 | class.c (make_class): Do not create binfo here. | Nathan Sidwell | 1 | -2/+3 |
2004-07-07 | class.c (build_static_field_ref): Add a NOP_EXPR; otherwise we get internal e... | Per Bothner | 1 | -0/+1 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -10/+11 |