aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-13/+10
2002-08-09jcf-write.c (get_access_flags): Return correct access flags for private and p...Bryce McKinlay1-0/+4
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey1-3/+5
2002-06-04* jcf-write.c (perform_relocations): Optmize a goto to a goto.Tom Tromey1-0/+31
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-6/+5
2002-05-14jcf-write.c (write_classfile): Unlink the temporary file if it cannot be rena...Mark Mitchell1-4/+5
2002-05-08jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell1-3/+15
2002-04-22jcf-write.c (push_long_const): lo, hi: New variables.Andrew Haley1-5/+10
2002-04-17jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero.Mark Wielaard1-1/+2
2002-03-12* jcf-write.c (write_classfile): Improve error strings.Bryce McKinlay1-2/+2
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-1/+5
2001-12-21For PR java/4509:Tom Tromey1-2/+7
2001-12-21For PR java/4766:Tom Tromey1-38/+82
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner1-74/+3
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-19re PR java/1401 (+= semantics not correct (when generating bytecode))Tom Tromey1-1/+60
2001-11-08Patch for PR java/1414:Tom Tromey1-1/+2
2001-10-11parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPR rather than a ...Per Bothner1-13/+2
2001-10-08re PR java/4489 (bytecode generation endless loop with certain switch() exprs)Tom Tromey1-2/+4
2001-09-17re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)Tom Tromey1-0/+1
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco1-2/+2
2001-08-30jcf-write.c (generate_classfile): Check that field is primitive or string bef...Per Bothner1-1/+3
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...Per Bothner1-1/+4
2001-08-28jcf-write.c (generate_bytecode_insns): For increments and decrements just rec...Per Bothner1-14/+6
2001-08-28jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion...Mark Mitchell1-2/+9
2001-08-17[multiple changes]Alexandre Petit-Bianco1-1/+2
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-1/+1
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson1-1/+1
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-26jcf-write.c (generate_bytecode_insns case SWITCH_EXPR): Fix thinko: If a sing...Per Bothner1-14/+14
2001-04-04java-tree.h (CONSTANT_VALUE_P): New macro.Per Bothner1-5/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+3
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson1-2/+1
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner1-42/+36
2001-03-23re PR java/1213 (gcj should check for incorrect CLASSPATH)Alexandre Petit-Bianco1-3/+26
2001-03-17jcf-write.c (generate_bytecode_insns): Handle emitting iinc when result is is...Per Bothner1-0/+2
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-36/+33
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-16/+13
2000-12-06[multiple changes]Alexandre Petit-Bianco1-6/+18
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-6/+20
2000-08-29top level:Zack Weinberg1-8/+8
2000-08-15jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch.Alexandre Petit-Bianco1-1/+4
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-7/+6
2000-07-13Reverting incorrectly applied changeTom Tromey1-22/+2
2000-07-13* lang-specs.h: Added %{I*}.Tom Tromey1-2/+22
2000-07-10Fixing a really lame patch. Sorry for the ChangeLog tweaking.)Alexandre Petit-Bianco1-1/+1
2000-07-07parse.y (generate_classfile): Exclude null strings.Alexandre Petit-Bianco1-1/+2
2000-07-07jcf-write.c (generate_classfile): Properly install the ConstantValue attribut...Alexandre Petit-Bianco1-2/+5
2000-06-29jcf-write.c (push_long_const): Appropriately cast short negative constant to ...Alexandre Petit-Bianco1-1/+1