aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03verify.c (subroutine_nesting): New function.Per Bothner1-7/+23
2001-09-14* verify.c (verify_jvm_instructions): Fix typo.Mark Mitchell1-1/+1
2001-07-07* verify.c: Don't use // comments.Zack Weinberg1-2/+2
2001-04-29jcf-io.c (read_zip_member): Cast to long in comparison with signed value.Kaveh R. Ghazi1-1/+1
2001-04-26verify.c (verify_jvm_instructions): For field instructions, check that field ...Per Bothner1-10/+42
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner1-3/+3
2001-03-15verify.c (verify_jvm_instructions): Better error msgs for dup.Per Bothner1-8/+12
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-5/+5
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-0/+1
2001-01-21verify.c (VERIFICATION_ERROR_WITH_INDEX): New macro.Per Bothner1-5/+18
2001-01-21verify.c (merge_type_state): Stil may have to merge even if LABEL_VERIFIED (l...Per Bothner1-1/+1
2001-01-14Various patches to emit better messages on verification errors.Per Bothner1-47/+95
2000-10-21Warning fixes:Kaveh R. Ghazi1-1/+1
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey1-2/+4
2000-09-07verify.c (merge_types): Load the types to merge if necessary.Alexandre Petit-Bianco1-0/+14
2000-08-15jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch.Alexandre Petit-Bianco1-1/+1
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-3/+2
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
1999-12-06[multiple changes]Alexandre Petit-Bianco1-5/+9
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-1/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-2/+2
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law1-1/+1
1999-08-26verify.c (verify_jvm_instructions): Don't check instruction validity beyond e...Gregg Townsend1-1/+2
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-2/+2
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-3/+6
1999-07-30Warning fixes:Kaveh R. Ghazi1-1/+0
1999-06-22verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...Andrew Haley1-61/+63
1999-06-21except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley1-11/+31
1999-05-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-05-18java-except.h (struct eh_range): Removed unused `next' member.Tom Tromey1-17/+48
1999-05-05Fix thinko.Per Bothner1-1/+1
1999-05-05verify.c (verify_jvm_instructions): Better error messages.Per Bothner1-2/+7
1999-04-06expr.c (pop_type_0): New function.Per Bothner1-5/+24
1999-03-28Warning fixes:Kaveh R. Ghazi1-2/+0
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-2/+5
1999-03-12Warning fixes:Kaveh R. Ghazi1-1/+0
1999-02-02Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.Per Bothner1-0/+2
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-4/+3
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-3/+5
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-4/+4
1998-11-14Allow uses of interface types to verify.Per Bothner1-0/+26
1998-10-12Per Bothner1-3/+3
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+1239