re PR java/33639 (gcj generates assembler errors)
[gcc.git] / gcc / java / except.c
2007-07-31 Nick Cliftonjava-gimplify.c: Change copyright header to refer to...
2007-06-16 Andrew Pinski[multiple changes]
2006-05-28 Kazu Hirataclass.c, [...]: Fix comment typos.
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-06-25 Kelley CookUpdate FSF address.
2005-04-19 Kazu Hirata* except.c: Fix a comment typo.
2005-04-19 Andrew Haleyjava-except.h (struct eh_range.handler): Remove unused...
2004-12-03 Andrew Haleyre PR java/18812 (ICE in catalina/common/lib/naming...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-07-18 Roger Saylebuiltins.c (max_builtin, [...]): Replace calls to build...
2004-06-29 Andrew Haleyexcept.c (expand_start_java_handler): Push a new bindin...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-01-09 Andrew Haleyre PR java/12755 (Binary Compatibility: Resolving stati...
2003-11-20 Jeff Sturmre PR rtl-optimization/13024 (gcj can't build current...
2003-10-24 Andrew Haleylang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
2003-08-20 Andrew Haley[multiple changes]
2003-02-06 Tom TromeyReverted erroneously applied patch
2003-01-22 Tom Tromeygcj.texi (Input and output files): Mention non-class...
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-23 Jeff Sturmclass.c (build_static_field_ref): Check FIELD_FINAL.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
2002-09-05 Andrew Haleyverify.c (verify_jvm_instructions): Allow exception...
2002-08-04 Geoffrey KeatingIndex: ChangeLog
2002-03-29 Tom Tromeyre PR java/5986 (SIGSEGV in __gcj_personality_v0)
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2000-10-17 Alexandre Petit... except.c (free_eh_ranges): Don't free `whole_range.'
2000-10-13 Mark MitchellRemove obstacks.
2000-06-22 Alexandre Petit... [multiple changes]
2000-03-19 Martin v. Löwisemit-rtl.c (push_to_full_sequence, [...]): New functions.
2000-02-26 Jeff LawFix copyrights
2000-02-10 Kaveh R. Ghaziexcept.c (maybe_start_try): Remove excess argument...
2000-02-10 Kaveh R. Ghazi* except.c (check_start_handlers): Prototype.
2000-02-09 Andrew Haleyjava-except.h (struct eh_range): Add `expanded' field.
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
2000-01-08 Alexandre Petit... expr.c (java_lang_expand_expr): Switch to permanent...
1999-12-06 Alexandre Petit... except.c (expand_end_java_handler): Call expand_resume_...
1999-11-25 Mark Mitchell* except.c (emit_handlers): Zero catch_clauses after...
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-07-31 Bernd SchmidtBackport of GC branch patches part 1: kill eh status...
1999-06-21 Andrew Haleyexcept.c (find_handler_in_range): The upper limit for...
1999-06-02 Anthony Green[multiple changes]
1999-05-18 Tom Tromeyjava-except.h (struct eh_range): Removed unused `next...
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-01-25 Andrew Haleyexcept.c, [...] (expand_resume_after_catch): new function.
1999-01-23 Kaveh GhaziUpdate copyrights for the last patch
1999-01-23 Kaveh R. GhaziWarning fixes:
1998-10-12 Per Bothner
1998-09-14 Jeffrey A LawMakefile.in: Add many missing dependencies.
1998-09-06 Anthony GreenInitial revision