OSDN Git Service

Give credit, where credit is due.
[pf3gnuchains/gcc-fork.git] / gcc / java / jcf-write.c
2005-05-15 gerald * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR...
2005-05-15 tromeygcc/java:
2005-02-14 tromeygcc/java:
2005-02-01 sayle * jcf-write.c (generate_bytecode_insns): Implement...
2005-01-24 sayle PR java/19295
2005-01-21 tromey2005-01-20 Andrew Pinski <pinskia@gcc.gnu.org>
2004-11-24 stevengcc/
2004-09-30 bothner * check-init.c (check_init): Handle USE_MAPPED_LOCATIO...
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-08-16 aph2004-08-16 Andrew Haley <aph@redhat.com>
2004-07-24 mrs * boehm.c (set_bit): Improve type safety wrt...
2004-07-20 nathan.:
2004-07-18 sayle * builtins.c (max_builtin, min_builtin,
2004-07-10 bryce2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-06-28 bryce * jcf-write.c (get_classfile_modifiers): Formatting...
2004-06-27 bryce2004-06-26 Bryce McKinlay <mckinlay@redhat.com>
2004-05-31 bryce * jcf-write.c (generate_bytecode_conditional): Correct...
2004-05-28 bryce * jcf-write.c (generate_bytecode_conditional): Handle...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-23 tromey PR java/14315:
2004-03-18 kenner * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5):...
2003-12-20 kazu * class.c: Remove uses of "register" specifier in
2003-10-22 kazu * jcf-write.c: Follow spelling conventions.
2003-10-22 kazu * ChangeLog: Fix typos.
2003-09-30 sayle * jcf-write.c (generate_bytecode_insns): Implement...
2003-09-28 rth * c-decl.c (duplicate_decls): Copy DECL_SOURCE_...
2003-09-23 sayle * jcf-write.c (generate_bytecode_insns): Optimize...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-18 sayle * jcf-write.c (generate_bytecode_insns): Add support...
2003-09-18 aph2003-09-16 Andrew Haley <aph@redhat.com>
2003-08-12 tromey * parse.y (java_check_regular_methods): Typo fixes...
2003-07-19 ghazigcc:
2003-07-03 zack * system.h: Include filenames.h.
2003-06-09 neiljava:
2003-05-13 zack * diagnostic.c (output_format): Add support for %m.
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-10 aph2003-03-16 Mohan Embar <gnustuff@thisiscool.com>
2003-03-10 aph2003-03-10 Ranjit Mathew <rmathew@hotmail.com>
2003-02-26 tromey * jcf-write.c (generate_classfile): Check whether...
2003-02-24 tromey * lang-options.h: Added -Wdeprecated.
2003-01-29 tromey * jcf-write.c (generate_bytecode_conditional): Typo...
2003-01-18 kazu * check-init.c: Fix comment typos.
2003-01-18 ghazi * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
2003-01-16 ghazi * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed...
2003-01-12 ghazi * All Files: Convert to ISO C style function definitions.
2003-01-09 ghazi * All Files: Remove PARAMS macro.
2003-01-09 ghazi * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c...
2003-01-01 neroden * Make-lang.in, boehm.c, buffer.c,
2002-12-20 tromey * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-22 tromey2002-11-22 Ranjit Mathew <rmathew@hotmail.com>
2002-09-16 rthgcc/
2002-08-09 bryce2002-08-08 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2002-06-11 tromey * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-04 tromey * jcf-write.c (perform_relocations): Optmize a goto...
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-05-14 mmitchel * jcf-write.c (write_classfile): Unlink the temporary...
2002-05-08 mmitchel * java/jcf-write.c (write_classfile): Write the file...
2002-04-22 aph2002-04-19 Andrew Haley <aph@redhat.com>
2002-04-17 mark * jcf-write.c (generate_bytecode_insns): Only write...
2002-03-12 bryce * jcf-write.c (write_classfile): Improve error strings.
2002-02-18 tromey * java-tree.h (TYPE_STRICTFP): New macro.
2001-12-21 tromey For PR java/4509:
2001-12-21 tromey For PR java/4766:
2001-12-16 jsm28 * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi...
2001-12-04 bothner * decl.c (complete_start_java_method): Now generate...
2001-12-01 neil * c-decl.c (duplicate_decls, parmlist_tags_warning...
2001-11-19 tromey Fix for PR java/1401:
2001-11-08 tromey Patch for PR java/1414:
2001-10-11 bothner * parse.y (patch_synchronized_statement): Use a TRY_F...
2001-10-08 tromey Fix for PR java/4489:
2001-09-17 tromey * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR...
2001-09-07 apbianco2001-09-05 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-31 bothner * jcf-write.c (generate_classfile): Check that field...
2001-08-30 bothner * jcf-write.c (generate_classfile): Don't write Const...
2001-08-28 bothner * jcf-write.c (generate_bytecode_insns): For increme...
2001-08-28 mmitchel * jcf-write.c (generate_bytecode_insns): Generate...
2001-08-17 apbianco2001-08-16 Alexandre Petit-Bianco <apbianco@redhat...
2001-08-01 apbianco*** empty log message ***
2001-05-13 rth * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
2001-05-02 ghazicp:
2001-04-26 bothner * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
2001-04-04 bothner * java-tree.h (CONSTANT_VALUE_P): New macro.
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * java-tree.h (throw_node): Define as a single...
2001-03-24 bothnere
2001-03-23 apbianco2001-03-22 Alexandre Petit-Bianco <apbianco@redhat...
2001-03-17 bothner * jcf-write.c (generate_bytecode_insns): Handle emitt...
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-24 apbianco2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus...
2000-12-06 apbianco2000-10-18 Alexandre Petit-Bianco <apbianco@cygnus...
2000-09-23 mmitchel * Make-lang.in (JAVA_SRCS): Include java-tree.h.
2000-08-29 zacktop level:
2000-08-16 apbianco2000-08-14 Alexandre Petit-Bianco <apbianco@cygnus...
2000-08-11 apbianco2000-08-10 Alexandre Petit-Bianco <apbianco@cygnus...
2000-07-13 tromeyReverting incorrectly applied change
next