| Commit message (Expand) | Author | Age | Files | Lines |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -2/+2 |
* | 2002-07-30 Andrew Haley <aph@cambridge.redhat.com> | aph | 2002-08-16 | 1 | -2/+8 |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -1/+0 |
* | * expr.c (JSR): Avoid undefined operation on PC. | schwab | 2002-06-25 | 1 | -1/+5 |
* | * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y, | zack | 2002-06-04 | 1 | -29/+6 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -40/+35 |
* | * expr.c (PRE_JSR): Call NOTE_LABEL for return address. | bothner | 2002-04-24 | 1 | -0/+1 |
* | * class.c (make_class_data): Set DECL_ALIGN on static class data, | bryce | 2002-04-17 | 1 | -0/+3 |
* | * c-common.c (truthvalue_conversion): Rename, update. | neil | 2002-04-04 | 1 | -6/+6 |
* | * c-common.c (unsigned_conversion_warning, convert_and_check, | neil | 2002-04-01 | 1 | -1/+1 |
* | * expr.c (expand_invoke): Don't generate null pointer check if | tromey | 2002-03-27 | 1 | -2/+3 |
* | * c-common.c (c_expand_expr): Fix prototype. | neil | 2002-03-27 | 1 | -2/+2 |
* | Fix for PR java/5850: | bryce | 2002-03-27 | 1 | -10/+0 |
* | 2002-03-22 Tom Tromey <tromey@redhat.com> | tromey | 2002-03-23 | 1 | -1/+5 |
* | * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr | bryce | 2002-03-11 | 1 | -3/+9 |
* | Fix for PR java/5812. | bothner | 2002-03-08 | 1 | -11/+9 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -4/+0 |
* | * expr.c (build_java_arraystore_check): Fix formatting. | bryce | 2002-02-28 | 1 | -3/+3 |
* | * expr.c (java_array_data_offset): Removed function. | bryce | 2002-02-28 | 1 | -51/+89 |
* | * builtins.c (check_for_builtin): New function. | bothner | 2002-02-20 | 1 | -1/+3 |
* | * expr.c (build_jni_stub): Ensure storage for `meth' is | tromey | 2002-01-28 | 1 | -1/+6 |
* | reverted accidental checkin | tromey | 2002-01-27 | 1 | -6/+1 |
* | 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch> | tromey | 2002-01-27 | 1 | -1/+6 |
* | * decl.c (java_init_decl_processing): Use add_predefined_file. | tromey | 2002-01-22 | 1 | -6/+7 |
* | * expr.c (build_java_array_length_access): Don't force null pointer | bryce | 2001-12-20 | 1 | -1/+2 |
* | * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h, | jsm28 | 2001-12-16 | 1 | -1/+1 |
* | gcc/java: | bryce | 2001-12-15 | 1 | -19/+76 |
* | * class.c (get_dispatch_table): Fix java vtable layout | hboehm | 2001-12-14 | 1 | -4/+23 |
* | Restore support for static class initialization optimization. | bothner | 2001-12-06 | 1 | -1/+1 |
* | * check-init.c: Handle definite unassignment to finals in addition | bothner | 2001-12-04 | 1 | -4/+6 |
* | * c-decl.c (grokdeclarator): Use ISO word. | neil | 2001-12-03 | 1 | -6/+6 |
* | 2001-12-02 Tang Ching-Hui <nicholas@cs.nthu.edu.tw> | bryce | 2001-12-02 | 1 | -5/+12 |
* | * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove | neil | 2001-12-01 | 1 | -2/+2 |
* | * expr.c (expand_java_field_op): Don't special-case references to | bryce | 2001-10-26 | 1 | -48/+0 |
* | gcc/ | rth | 2001-09-21 | 1 | -1/+10 |
* | * c-parse.in (yyerror): Const-ification and/or static-ization. | ghazi | 2001-09-13 | 1 | -1/+1 |
* | 2001-08-16 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-17 | 1 | -1/+1 |
* | 2001-08-08 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-09 | 1 | -4/+65 |
* | * expr.c (expand_load_internal): New function. | tromey | 2001-07-12 | 1 | -1/+28 |
* | 2001-06-04 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-06-05 | 1 | -3/+18 |
* | 2000-05-02 Jeff Sturm <jsturm@one-point.com> | apbianco | 2001-05-16 | 1 | -6/+6 |
* | * java-tree.def (JAVA_EXC_OBJ_EXPR): New. | rth | 2001-05-13 | 1 | -4/+8 |
* | * expr.c (pop_type_0): Save the result of the first | zack | 2001-04-03 | 1 | -3/+9 |
* | * expr.c (pop_type_0): Call `concat' rather than building the | ghazi | 2001-03-28 | 1 | -19/+6 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -7/+5 |
* | * java-tree.h (throw_node): Define as a single member of | rth | 2001-03-28 | 1 | -1/+1 |
* | Make -fsjlj-exceptions a configure option. | rth | 2001-03-28 | 1 | -1/+1 |
* | 2001-02-07 Andrew Haley <aph@redhat.com> | aph | 2001-03-23 | 1 | -51/+53 |
* | 2001-02-15 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-02-16 | 1 | -1/+3 |
* | * expr.c (java_lang_expand_expr): Don't bother recomputing | tromey | 2001-02-05 | 1 | -5/+3 |