aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-6/+44
2000-02-18re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander1-0/+14
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-4/+0
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-37/+37
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco1-0/+4
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green1-2/+5
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-1/+2
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-2/+1
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco1-1/+4
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+4
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-2/+3
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1-2/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-4/+4
1999-08-15expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green1-0/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+1
1999-08-04Warning fixes:Kaveh R. Ghazi1-6/+11
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-0/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-3/+2
1999-07-30Warning fixes:Kaveh R. Ghazi1-3/+7
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-3/+57
1999-07-15expr.c (expand_expr): Do not return the last statement in a block as the bloc...Andrew Haley1-3/+3
1999-07-07[multiple changes]Alexandre Petit-Bianco1-10/+25
1999-06-02[multiple changes]Anthony Green1-7/+29
1999-05-28[multiple changes]Alexandre Petit-Bianco1-1/+1
1999-05-19Warning fixes:Kaveh R. Ghazi1-2/+3
1999-05-12expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-2/+3
1999-04-27expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal la...Anthony Green1-4/+5
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-10/+24
1999-04-06expr.c (pop_type_0): New function.Per Bothner1-2/+20
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-39/+79
1999-03-12Warning fixes:Kaveh R. Ghazi1-2/+0
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