Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-10-16 | expr.c (expr_add_location): Move declaration to before all statements. | Hans-Peter Nilsson | 1 | -3/+3 |
2004-10-15 | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 1 | -3/+3 |
2004-09-30 | More cleanup for --enable-mapped-location. | Per Bothner | 1 | -5/+58 |
2004-09-25 | expr.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-24 | re PR java/16789 (ICE in force_evaluation_order() on valid code) | Tom Tromey | 1 | -4/+5 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -17/+15 |
2004-08-20 | expr.c (build_java_arrayaccess): Use convert to change len's type. | Nathan Sidwell | 1 | -2/+2 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -24/+24 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-07-21 | verify.c (verify_jvm_instructions): Comment change only. | Andrew Haley | 1 | -4/+8 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -13/+13 |
2004-07-12 | expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into cal... | Roger Sayle | 1 | -247/+252 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -270/+0 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -3/+4 |
2004-06-27 | Formatting fixes. | Ranjit Mathew | 1 | -11/+15 |
2004-06-26 | re PR java/15734 (internal compiler error: Segmentation fault) | Bryce McKinlay | 1 | -1/+5 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -35/+39 |
2004-06-08 | re PR java/15769 (ICE: infinite recursion through gimplify_expr) | Andrew Pinski | 1 | -2/+6 |
2004-05-13 | tree-gimple.c: Rename from tree-simple.c. | Diego Novillo | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -129/+205 |
2004-05-10 | parse.y (create_class): Set TYPE_VFIELD. | Andrew Haley | 1 | -10/+5 |
2004-04-16 | prims.cc (_Jv_AllocObject): Remove `size' argument. | Bryce McKinlay | 1 | -3/+1 |
2004-04-14 | expr.c (build_invokeinterface): Remove unused variables to fix warnings. | Bryce McKinlay | 1 | -2/+0 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 1 | -11/+1 |