aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-1/+0
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-2/+1
1999-02-19Force left-to-right evaluation of binary operations etc.Per Bothner1-0/+47
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-21/+5
1999-02-17class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1-1/+5
1999-01-25except.c, [...] (expand_resume_after_catch): new function.Andrew Haley1-10/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-13/+4
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-2/+2
1999-01-13expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley1-1/+1
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-1/+1
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06check-init.c: New file.Per Bothner1-1/+31
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-0/+1
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-1/+1
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-1/+73
1998-12-11expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey1-1/+1
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-20/+5
1998-11-25expr.c (CHECK_PC_IN_RANGE): Add void cast to kill warnings.Per Bothner1-1/+1
1998-11-24[multiple changes]Alexandre Petit-Bianco1-0/+2
1998-11-24expr.c (java_lang_expand_expr): Add missing emit_queue.Per Bothner1-0/+1
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-2/+6
1998-11-14Allow uses of interface types to verify.Per Bothner1-0/+6
1998-11-12Extensive changes.Per Bothner1-6/+42
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-48/+60
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-2/+3
1998-10-12Per Bothner1-37/+105
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+2283