| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2004-07-20 Andrew Haley <aph@redhat.com> | aph | 2004-07-21 | 1 | -4/+8 |
| * | .: | nathan | 2004-07-20 | 1 | -13/+13 |
| * | * expr.c (java_truthvalue_conversion, flush_quick_stack, | sayle | 2004-07-12 | 1 | -247/+252 |
| * | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -270/+0 |
| * | * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE, | nathan | 2004-07-07 | 1 | -3/+4 |
| * | Formatting fixes. | rmathew | 2004-06-27 | 1 | -11/+15 |
| * | PR java/15734 | bryce | 2004-06-26 | 1 | -1/+5 |
| * | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -35/+39 |
| * | 2004-06-08 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-06-08 | 1 | -2/+6 |
| * | * tree-gimple.c: Rename from tree-simple.c. | dnovillo | 2004-05-14 | 1 | -1/+1 |
| * | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -129/+205 |
| * | 2004-05-10 Andrew Haley <aph@redhat.com> | aph | 2004-05-10 | 1 | -10/+5 |
| * | libjava: | bryce | 2004-04-16 | 1 | -3/+1 |
| * | * expr.c (build_invokeinterface): Remove unused variables to | bryce | 2004-04-14 | 1 | -2/+0 |
| * | 2004-04-14 Andrew Haley <aph@redhat.com> | bryce | 2004-04-14 | 1 | -11/+1 |
| * | * gengtype.c (create_option): New function. | zack | 2004-03-30 | 1 | -1/+1 |
| * | ada/ | kazu | 2004-02-05 | 1 | -1/+2 |
| * | 2004-01-28 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-01-30 | 1 | -1/+2 |
| * | 2004-01-28 Andrew Haley <aph@redhat.com> | aph | 2004-01-29 | 1 | -0/+1 |
| * | * expr.h (expand_expr): Make it a macro, not a function. | mmitchel | 2004-01-09 | 1 | -1/+2 |
| * | 2004-01-09 Andrew Haley <aph@redhat.com> | aph | 2004-01-09 | 1 | -19/+27 |
| * | * class.c: Remove uses of "register" specifier in | kazu | 2003-12-20 | 1 | -1/+1 |
| * | 2003-11-06 Andrew Haley <aph@redhat.com> | aph | 2003-11-06 | 1 | -2/+3 |
| * | * ChangeLog: Fix typos. | kazu | 2003-10-22 | 1 | -2/+2 |
| * | * expr.c (expand_byte_code): Only warn about dead bytecode when | tromey | 2003-10-22 | 1 | -4/+6 |
| * | 2003-10-01 Andrew Haley <aph@redhat.com> | aph | 2003-10-01 | 1 | -16/+49 |
| * | * expr.c (java_check_reference): Use the semantics of COND_EXPRs | sayle | 2003-09-28 | 1 | -4/+2 |
| * | * toplev.c (flag_evaluation_order): New global variable. | sayle | 2003-09-28 | 1 | -10/+5 |
| * | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -7/+6 |
| * | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -1/+0 |
| * | * decl.c (java_expand_body): New function. | jsturm | 2003-09-03 | 1 | -0/+2 |
| * | * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl. | gdr | 2003-07-25 | 1 | -5/+7 |
| * | * expr.c: Remove the last argument to expand_assignment(). | kazu | 2003-07-15 | 1 | -7/+7 |
| * | * rtl.h (emit_line_note): Take a location_t. | nathan | 2003-07-07 | 1 | -1/+1 |
| * | * c-format.c (check_format_string, get_constant) | zack | 2003-06-28 | 1 | -1/+1 |
| * | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -2/+2 |
| * | * parse.y (resolve_field_access): Initialize class if field is | tromey | 2003-03-11 | 1 | -1/+8 |
| * | 2003-02-12 Ranjit Mathew <rmathew@hotmail.com> | tromey | 2003-02-12 | 1 | -9/+27 |
| * | * expr.c (build_known_method_ref): Use method's context to find | tromey | 2003-01-23 | 1 | -5/+8 |
| * | * expr.c (build_invokeinterface): Abort if method's context is not | tromey | 2003-01-22 | 1 | -4/+5 |
| * | * check-init.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -4/+4 |
| * | * All Files: Convert to ISO C style function definitions. | ghazi | 2003-01-12 | 1 | -198/+86 |
| * | * All Files: Remove PARAMS macro. | ghazi | 2003-01-09 | 1 | -40/+39 |
| * | * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c, | ghazi | 2003-01-09 | 1 | -1/+0 |
| * | Fix for PR java/8712: | tromey | 2003-01-03 | 1 | -3/+1 |
| * | * Make-lang.in, boehm.c, buffer.c, | neroden | 2003-01-01 | 1 | -5/+5 |
| * | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
| * | Fix for PR java/7912: | tromey | 2002-11-18 | 1 | -2/+7 |
| * | 2002-09-26 Andrew Haley <aph@redhat.com> | aph | 2002-09-27 | 1 | -6/+24 |
| * | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -2/+2 |