| Commit message (Expand) | Author | Age | Files | Lines |
* | PR java/8608 | bothner | 2005-03-01 | 1 | -24/+17 |
* | PR java/19277 | rmathew | 2005-01-10 | 1 | -2/+10 |
* | PR java/14853: | tromey | 2004-12-06 | 1 | -0/+5 |
* | * Merged gcj-abi-2-dev-branch to trunk. | tromey | 2004-11-25 | 1 | -8/+52 |
* | 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-09 | 1 | -0/+1 |
* | * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and | rmathew | 2004-10-15 | 1 | -6/+6 |
* | * check-init.c (check_init): Handle USE_MAPPED_LOCATION case. | bothner | 2004-09-30 | 1 | -0/+4 |
* | * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a | rmathew | 2004-05-29 | 1 | -23/+4 |
* | * check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR, | bryce | 2004-05-28 | 1 | -0/+6 |
* | * check-init.c: Correct minor typos. | rmathew | 2004-05-17 | 1 | -12/+12 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -2/+2 |
* | * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not | rth | 2003-09-28 | 1 | -4/+2 |
* | * c-format.c (gcc_diag_char_table): Add %J. | rth | 2003-09-21 | 1 | -2/+2 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -1/+0 |
* | * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl. | gdr | 2003-07-25 | 1 | -1/+2 |
* | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -3/+3 |
* | * check-init.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * All Files: Convert to ISO C style function definitions. | ghazi | 2003-01-12 | 1 | -25/+11 |
* | * All Files: Remove PARAMS macro. | ghazi | 2003-01-09 | 1 | -8/+8 |
* | * Make-lang.in, boehm.c, buffer.c, | neroden | 2003-01-01 | 1 | -4/+6 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de> | aph | 2002-11-18 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -26/+4 |
* | * expr.c (java_array_data_offset): Removed function. | bryce | 2002-02-28 | 1 | -1/+1 |
* | * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT. | tromey | 2001-12-11 | 1 | -13/+3 |
* | * check-init.c (current_switch_has_default): New static field. | bothner | 2001-12-10 | 1 | -1/+13 |
* | * check-init.c (check_init): Don't allow pre- or post- increment | tromey | 2001-12-09 | 1 | -5/+13 |
* | * check-init.c (check_init): Fix typo freeing memory twice. | bothner | 2001-12-07 | 1 | -2/+0 |
* | Restore support for static class initialization optimization. | bothner | 2001-12-06 | 1 | -8/+19 |
* | * check-init.c: Handle definite unassignment to finals in addition | bothner | 2001-12-04 | 1 | -82/+334 |
* | * decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR | bothner | 2001-12-04 | 1 | -23/+0 |
* | 2001-08-08 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-09 | 1 | -4/+40 |
* | *** empty log message *** | apbianco | 2001-08-01 | 1 | -1/+1 |
* | * tree.def (EXPON_EXPR) remove. Never supported anyway. | rth | 2001-07-15 | 1 | -1/+0 |
* | * java-tree.def (JAVA_EXC_OBJ_EXPR): New. | rth | 2001-05-13 | 1 | -1/+1 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -0/+1 |
* | * java-tree.h (throw_node): Define as a single member of | rth | 2001-03-28 | 1 | -2/+1 |
* | * check-init.c (check_init): Fix TRY_FINALLY_EXPR logic. | bothner | 2001-02-08 | 1 | -3/+3 |
* | * diagnostic.h (set_internal_error_function): Renamed. | kenner | 2001-02-04 | 1 | -6/+6 |
* | 2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-12-06 | 1 | -4/+3 |
* | * check-init.c (check_init): Add case for BIT_FIELD_REF (required | green | 2000-08-13 | 1 | -0/+1 |
* | 2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-06-22 | 1 | -2/+2 |
* | top level: | zack | 2000-05-09 | 1 | -1/+1 |
* | 2000-02-14 Andrew Haley <aph@cygnus.com> | aph | 2000-03-14 | 1 | -0/+15 |
* | Added Java 1.1 language features. | apbianco | 2000-03-14 | 1 | -8/+13 |
* | 2000-03-07 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-03-07 | 1 | -1/+7 |
* | 2000-02-25 Anthony Green <green@cygnus.com> | green | 2000-02-26 | 1 | -5/+0 |
* | * buffer.h: PROTO -> PARAMS. | ghazi | 2000-01-21 | 1 | -6/+6 |
* | 1999-12-15 Anthony Green <green@cygnus.com> | green | 1999-12-12 | 1 | -1/+2 |
* | * check-init.c: Fix typo in comment. | law | 1999-10-31 | 1 | -1/+1 |