aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-write.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-12Per Bothner1-313/+1228
1998-09-30jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on FreeBSD.Jeffrey A Law1-3/+3
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+1
1998-09-06Initial revisionAnthony Green1-0/+964