aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-19/+40
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-23/+83
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-21/+79
1998-11-26jcf-write.c (generate_bytecode_insns): In Call_EXPR, handle soft_monitorenter...Per Bothner1-3/+25
1998-11-24* jcf-write.c (generate_bytecode_conditional): Fix typo.Marc Espie1-1/+1
1998-11-24[multiple changes]Alexandre Petit-Bianco1-1/+2
1998-11-24jcf-write.c (generate_bytecode_insns): Don't free sw_state.cases.Per Bothner1-2/+1
1998-11-15jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO).Per Bothner1-2/+2
1998-11-15decl.c (error_mark_node): New global.Per Bothner1-28/+65
1998-11-13gjavah.c (main): Handle --output-class-directory argument.Tom Tromey1-13/+89
1998-11-12*** empty log message ***Per Bothner1-84/+741
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-1/+0
1998-10-27jcf-write.c (emit_load_or_store): Avoid implicit int arguments.Jeffrey A Law1-0/+1
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-2/+1
1998-10-14jcf-write.c (write_classfile): Add output class file as target.Tom Tromey1-0/+1