summaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
Commit message (Expand)AuthorAgeFilesLines
* expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green2000-02-261-6/+44
* re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander2000-02-181-0/+14
* java-except.h (struct eh_range): Add `expanded' field.Andrew Haley2000-02-091-4/+0
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-37/+37
* expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco2000-01-071-0/+4
* expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green2000-01-071-2/+5
* Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco2000-01-061-1/+2
* class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1999-12-311-2/+1
* expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco1999-12-301-1/+4
* class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1999-12-301-0/+4
* parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1999-12-101-2/+3
* jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1999-12-061-2/+1
* class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1999-09-021-4/+4
* expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green1999-08-151-0/+1
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-1/+1
* Warning fixes:Kaveh R. Ghazi1999-08-041-6/+11
* decl.c: Include defaults.h instead of expr.h.Richard Henderson1999-08-021-0/+1
* Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1999-08-021-3/+2
* Warning fixes:Kaveh R. Ghazi1999-07-301-3/+7
* lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1999-07-211-3/+57
* expr.c (expand_expr): Do not return the last statement in a block as the bloc...Andrew Haley1999-07-151-3/+3
* [multiple changes]Alexandre Petit-Bianco1999-07-071-10/+25
* [multiple changes]Anthony Green1999-06-021-7/+29
* [multiple changes]Alexandre Petit-Bianco1999-05-281-1/+1
* Warning fixes:Kaveh R. Ghazi1999-05-191-2/+3
* expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1999-05-121-2/+3
* expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal la...Anthony Green1999-04-271-4/+5
* class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1999-04-261-10/+24
* expr.c (pop_type_0): New function.Per Bothner1999-04-061-2/+20
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-39/+79
* Warning fixes:Kaveh R. Ghazi1999-03-121-2/+0
* Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1999-03-061-1/+0
* decl.c (build_result_decl): New method.Per Bothner1999-02-211-2/+1
* Force left-to-right evaluation of binary operations etc.Per Bothner1999-02-191-0/+47
* Use new TRY_FINALLY_EXPR tree node.Per Bothner1999-02-191-21/+5
* class.c (build_utf8_ref): Back out broken patch which was intended to to outp...Andrew Haley1999-02-171-1/+5
* except.c, [...] (expand_resume_after_catch): new function.Andrew Haley1999-01-251-10/+1
* Warning fixes:Kaveh R. Ghazi1999-01-231-13/+4
* expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1999-01-161-2/+2
* expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley1999-01-131-1/+1
* parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1999-01-091-1/+1
* Fix copyrights.Jeff Law1999-01-061-1/+1
* check-init.c: New file.Per Bothner1999-01-061-1/+31
* expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1998-12-231-0/+1
* Loks of changes so we can better compile from source.Per Bothner1998-12-121-1/+1
* expr.c (encode_newarray_type, [...]): New functions.Per Bothner1998-12-121-1/+73
* expr.c (invoke_build_dtable): Renamed dtable -> vtable.Tom Tromey1998-12-111-1/+1
* java-tree.h (end_params_node): Declare global.Per Bothner1998-11-251-20/+5
* expr.c (CHECK_PC_IN_RANGE): Add void cast to kill warnings.Per Bothner1998-11-251-1/+1
* [multiple changes]Alexandre Petit-Bianco1998-11-241-0/+2