aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
AgeCommit message (Expand)AuthorFilesLines
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