re PR tree-optimization/26830 (Repeated SSA update during loop header copying)
[gcc.git] / gcc / java / check-init.c
2006-02-08 Tom Tromeyre PR java/22578 (should inline floatToIntBits et al)
2006-02-03 Ben Ellistonjava-gimplify.c: Use gcc_assert and gcc_unreachable...
2005-09-06 Kazu Hiratacheck-init.c, [...]: Fix comment typos.
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-06-25 Kelley CookUpdate FSF address.
2005-03-01 Per Bothnerre PR java/8608 (segmentation fault on compiling bad...
2005-01-10 Ranjit Mathewre PR java/19277 (allows array.length++ although it...
2004-12-06 Tom Tromeyre PR java/14853 (Assignment to final field permitted...
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-11-09 Andrew Pinskire PR java/15576 (Class initialization optimization...
2004-10-15 Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-09-30 Per Bothnercheck-init.c (check_init): Handle USE_MAPPED_LOCATION...
2004-05-29 Ranjit Mathewjava-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test...
2004-05-28 Bryce McKinlaycheck-init.c (check_init): Handle binops UNLT_EXPR...
2004-05-17 Ranjit Mathew* check-init.c: Correct minor typos.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2003-09-28 Richard Hendersonc-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION...
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-18 Roger Sayletree.def (FFS_EXPR, [...]): Delete unused tree codes.
2003-07-25 Gabriel Dos Reisobjc-act.c (objc_check_decl): Don't use xxx_with_decl.
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-01-18 Kazu Hiratacheck-init.c: Fix comment typos.
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-02-28 Bryce McKinlayexpr.c (java_array_data_offset): Removed function.
2001-12-11 Tom Tromey* check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_H...
2001-12-10 Per Bothnercheck-init.c (current_switch_has_default): New static...
2001-12-09 Tom Tromeycheck-init.c (check_init): Don't allow pre- or post...
2001-12-07 Per Bothner* check-init.c (check_init): Fix typo freeing memory...
2001-12-06 Per BothnerRestore support for static class initialization optimiz...
2001-12-04 Per Bothnercheck-init.c: Handle definite unassignment to finals...
2001-12-04 Per Bothnerdecl.c (complete_start_java_method): Now generate TRY_F...
2001-08-09 Alexandre Petit... check-init.c (flags.h): Include
2001-08-01 Alexandre Petit... *** empty log message ***
2001-07-15 Tim Josling* tree.def (EXPON_EXPR) remove. Never supported anyway.
2001-05-13 Richard Hendersonjava-tree.def (JAVA_EXC_OBJ_EXPR): New.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Richard Hendersonjava-tree.h (throw_node): Define as a single member...
2001-02-08 Per Bothnercheck-init.c (check_init): Fix TRY_FINALLY_EXPR logic.
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2000-12-06 Alexandre Petit... [multiple changes]
2000-08-13 Anthony Greencheck-init.c (check_init): Add case for BIT_FIELD_REF...
2000-06-22 Alexandre Petit... [multiple changes]
2000-05-09 Zack Weinbergtop level:
2000-03-14 Andrew Haleycheck-init.c (check_init): Add new cases for unary...
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-03-07 Alexandre Petit... re GNATS gcj/108 (Compiler doesn't check access modifie...
2000-02-26 Anthony Greenexpr.c (build_class_init): Mark the decl to be ignored...
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
1999-12-12 Anthony Greencheck-init.c (check_init): Take into account both types...
1999-10-31 Todd T. Fries* check-init.c: Fix typo in comment.
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-07-22 Alexandre Petit... re GNATS gcj/14 (Conditional expression in method call...
1999-07-07 Alexandre Petit... [multiple changes]
1999-05-14 Alexandre Petit... [multiple changes]
1999-05-13 Alexandre Petit... check-init.c (check_init): Removed code accepting to...
1999-05-03 Alexandre Petit... check-init.c (check_init): Exclude a case of error...
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-02-26 Per Bothnercheck-init.c (check_init): COPYN takes word count,...
1999-02-19 Per BothnerUse new TRY_FINALLY_EXPR tree node.
1999-01-29 Richard Henderson* check-init.c (check_init): Fix CLEANUP_POINT_EXPR...
1999-01-28 Per Bothnercheck-init.c (check_bool2_init, [...]): Handle TRUTH_AN...
1999-01-08 Per Bothnercheck-init.c (check_init): If compiling to native,...
1999-01-06 Per Bothneri
1999-01-06 Per Bothnercheck-init.c: New file.