aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-07re GNATS gcj/122 (SP mismatch error from certain code constructs)Alexandre Petit-Bianco1-2/+7
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-1/+2
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1-3/+4
1999-10-13Fix thinko in last change.Jeff Law1-1/+0
1999-10-12(RELOCATION_VALUE_1): Fixed integer value from 0 to 1.Alexandre Petit-Bianco1-1/+1
1999-10-12jcf-write.c: (RELOCATION_VALUE_0): New macro.Alexandre Petit-Bianco1-18/+32
1999-10-07During class file generation...Anthony Green1-6/+13
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law1-3/+3
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-4/+36
1999-07-30Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-23/+51
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-1/+3
1999-03-10jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %.Per Bothner1-0/+7
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-1/+20
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-41/+54
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1-46/+93
1999-02-02jcf-write.c (localvar_alloc): Only emit entry for LocalVariableTable if debug...Per Bothner1-2/+5
1999-01-28check-init.c (check_bool2_init, [...]): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR,...Per Bothner1-0/+3
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-5/+1
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-24/+166