aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-21[multiple changes]Alexandre Petit-Bianco1-2/+3
2000-06-15jcf-write.c (CHECK_PUT): Add static prototype.Kaveh R. Ghazi1-4/+8
2000-06-11Warning fixes:Kaveh R. Ghazi1-1/+1
2000-05-31re GNATS gcj/71 (failure to compile an interface method invocation on a sub-i...Alexandre Petit-Bianco1-2/+11
2000-05-19jcf-write.c (generate_classfile): Scan the source_file for slashes with the r...Alexandre Oliva1-1/+1
2000-05-09top level:Zack Weinberg1-4/+4
2000-03-28[multiple changes]Alexandre Petit-Bianco1-1/+2
2000-03-22[multiple changes]Alexandre Petit-Bianco1-2/+3
2000-03-22jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR...Alexandre Petit-Bianco1-3/+4
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-15/+155
2000-02-25jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to...Alexandre Petit-Bianco1-1/+5
2000-02-21[multiple changes]Alexandre Petit-Bianco1-16/+37
2000-01-31jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to determine how many...Anthony Green1-1/+1
2000-01-29[multiple changes]Alexandre Petit-Bianco1-1/+3
2000-01-27jcf-write.c (emit_goto): RESERVE 3 bytes for insn.Andrew Haley1-0/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-49/+49
2000-01-12jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan1-4/+0
2000-01-10jcf-write.c (generate_bytecode_insns): Emit invokeinterface bytecodes in the ...Anthony Green1-5/+5