aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
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-0/+23
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-0/+3
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-148/+148
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-0/+1
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-1/+1
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green1-0/+1
1999-10-16java-tree.h (flag_bounds_check): Remove extern decl.Greg McGary1-5/+0
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-5/+0
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-1/+1
1999-08-29java-tree.h (lang_printable_name): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-2/+2
1999-08-04Warning fixes:Kaveh R. Ghazi1-2/+9
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-0/+8
1999-05-13check-init.c (check_init): Removed code accepting to see things falling throu...Alexandre Petit-Bianco1-0/+3
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-0/+1
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-0/+3
1999-04-06expr.c (pop_type_0): New function.Per Bothner1-0/+1
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi1-1/+1
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner1-0/+1
1999-03-22Makefile.in: (JAVA_OBJS) Added entry xref.o.Alexandre Petit-Bianco1-0/+5
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-13/+29
1999-03-08lex.c (java_parse_end_comment): Take extra parameter (next char).Per Bothner1-5/+0
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-1/+19
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-0/+19
1999-02-19Force left-to-right evaluation of binary operations etc.Per Bothner1-0/+1
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-3/+0
1999-01-23Warning fixes:Kaveh R. Ghazi1-2/+24
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1-0/+1
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06check-init.c: New file.Per Bothner1-2/+7
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-3/+0
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-0/+1
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-0/+3
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-2/+6
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-7/+1
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-0/+1
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-0/+2
1998-11-24[multiple changes]Alexandre Petit-Bianco1-0/+12
1998-11-19[multiple changes]Alexandre Petit-Bianco1-1/+1
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-11/+11
1998-11-15decl.c (error_mark_node): New global.Per Bothner1-0/+1
1998-11-12Extensive changes.Per Bothner1-0/+11
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-10/+28
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-2/+26
1998-10-22java-tree.h (finalize_identifier_node): Don't declare.Tom Tromey1-1/+0
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-1/+0
1998-10-21class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1-1/+1
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-4/+33
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-0/+14