java-tree.h (otable_methods, [...]): New field/global tree definitions.
[gcc.git] / gcc / java / java-tree.h
2001-12-15 Bryce McKinlayjava-tree.h (otable_methods, [...]): New field/global...
2001-12-14 Hans Boehmclass.c (get_dispatch_table): Fix java vtable layout...
2001-12-09 Tom Tromey* java-tree.h: Fixed typo.
2001-12-06 Per BothnerRestore support for static class initialization optimiz...
2001-12-04 Per Bothnercheck-init.c: Handle definite unassignment to finals...
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-09 Neil BoothMakefile.in: Update.
2001-10-26 Bryce McKinlayexpr.c (expand_java_field_op): Don't special-case refer...
2001-09-14 Alexandre Petit... java-tree.h (TYPE_IMPORT_LIST): New macro.
2001-09-07 Alexandre Petit... java-tree.h (compile_resource_file): Grouped with other...
2001-09-06 Anthony Greenclass.c (O_BINARY): Define if necessary.
2001-08-17 Alexandre Petit... [multiple changes]
2001-08-09 Alexandre Petit... check-init.c (flags.h): Include
2001-08-03 Alexandre Petit... java-tree.h (all_class_filename): New macro.
2001-08-01 Jeff Sturmjava-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): Use ggc_a...
2001-07-06 Tom Tromeylang.c (flag_assume_compiled): Removed.
2001-06-27 Alexandre Petit... class.c (set_super_info): Call `set_class_decl_access_f...
2001-04-26 Per BothnerFix method search wrt scope of inner classes to match...
2001-04-26 Per Bothnerjcf-write.c (generate_bytecode_insns case SWITCH_EXPR...
2001-04-21 Per BothnerFixes to compile multiple .class files at once.
2001-04-05 Alexandre Petit... re PR java/1315 (Inner class initializer crash)
2001-04-04 Per Bothnerjava-tree.h (CONSTANT_VALUE_P): New macro.
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Richard Hendersonjava-tree.h (throw_node): Define as a single member...
2001-03-24 Per Bothnerre PR java/1208 (Gcj can't compile a class file it...
2001-03-23 Alexandre Petit... re PR java/1213 (gcj should check for incorrect CLASSPATH)
2001-03-23 Andrew Haleygcj.texi (Configure-time Options): Add -fcheck-references.
2001-03-19 Per BothnerFixes to process to command-line .class files in two...
2001-03-16 Per Bothnerjava-tree.h (BLOCK_IS_IMPLICIT): New flag.
2001-03-06 Per BothnerFix a problem where rest_of_decl_compilation applied...
2001-03-02 Zack Weinbergxm-lynx.h, [...]: Do not define TRUE or FALSE.
2001-02-24 Per BothnerHandle compiling multiple input files at once, and...
2001-02-14 Alexandre Petit... decl.c (classdollar_identifier_node): Initialize.
2001-02-09 Alexandre Petit... Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
2001-02-04 Richard Kennerdiagnostic.h (set_internal_error_function): Renamed.
2001-01-30 Bryce McKinlayjava-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
2001-01-25 Alexandre Petit... ChangeLog (2001-01-21): Fixed typo.
2001-01-15 Alexandre Petit... All files with updated copyright when applicable.
2001-01-14 Per BothnerVarious patches to emit better messages on verification...
2001-01-10 Alexandre Petit... [multiple changes]
2000-12-06 Alexandre Petit... [multiple changes]
2000-11-19 Kaveh R. Ghazijava-tree.h (cyclic_inheritance_report): Constify.
2000-11-04 Tom Tromeylang-options.h: Mention -Wout-of-date.
2000-10-19 Alexandre Petit... gjavah.c (add_class_decl): Removed unused variables...
2000-10-13 Alexandre Petit... [multiple changes]
2000-10-13 Mark MitchellRemove obstacks.
2000-10-05 Alexandre Petit... [multiple changes]
2000-10-01 Mark Mitchellc-decl.c (c_expand_body): Don't generate RTL if flag_sy...
2000-09-23 Mark MitchellMake-lang.in (JAVA_SRCS): Include java-tree.h.
2000-09-12 Tom Tromeyre GNATS gcj/33 (gcj mangles composed characters)
2000-08-29 Alexandre Petit... expr.c (can_widen_reference_to): Fixed indentation.
2000-08-24 Alexandre Petit... java-tree.h (flag_extraneous_semicolon): New extern.
2000-08-17 Alexandre Petit... decl.c (finit_leg_identifier_node): New global.
2000-08-11 Alexandre Petit... class.c (maybe_layout_super_class): Fixed indentation.
2000-07-21 Alexandre Petit... [multiple changes]
2000-07-07 Alexandre Petit... [multiple changes]
2000-06-27 Alexandre Petit... [multiple changes]
2000-06-22 Alexandre Petit... [multiple changes]
2000-06-01 Alexandre Petit... class.c (common_enclosing_context_p): New function.
2000-05-31 Tom Tromeyjava-tree.h (boolean_array_vtable, [...]): Declare.
2000-05-19 Tom Tromeyjava-tree.h: Added init state enum.
2000-05-19 Tom Tromeyjava-tree.h (build_instanceof): Declare.
2000-05-09 Zack Weinbergtop level:
2000-05-05 Tom Tromeyboehm.c (mark_reference_fields): Don't mark RawData...
2000-05-02 Tom Tromeyclass.c (add_method_1): Set both DECL_EXTERNAL and...
2000-04-28 Tom Tromeyre GNATS gcj/2 (Method call on null instance should...
2000-04-05 Alexandre Petit... class.c: (java_hash_hash_tree_node): Renamed from ...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-23 Alexandre Petit... [multiple changes]
2000-03-16 Tom Tromeylang.c (flag_hash_synchronization): New global.
2000-03-14 Alexandre Petit... Added Java 1.1 language features.
2000-03-07 Alexandre Petit... re GNATS gcj/108 (Compiler doesn't check access modifie...
2000-03-07 Bryce McKinlaydecl.c (init_decl_processing): Added new class fields...
2000-03-07 Alexandre Petit... [multiple changes]
2000-03-04 Tom TromeyMakefile.in (JAVA_OBJS): Added boehm.o.
2000-02-29 Richard Kenner* Eliminate DECL_FIELD_SIZE.
2000-02-26 Jeff LawFix copyrights
2000-02-26 Anthony Greenexpr.c (build_class_init): Mark the decl to be ignored...
2000-02-09 Andrew Haleyjava-except.h (struct eh_range): Add `expanded' field.
2000-01-21 Kaveh R. Ghazibuffer.h: PROTO -> PARAMS.
2000-01-06 Alexandre Petit... Makefile.in (LIBDEPS): Added gcc's errors.o
1999-12-10 Andrew Haleyparse.h (BUILD_THROW): Add support for sjlj-exceptions.
1999-11-21 Anthony Greenconstants.c (find_methodref_index): Unwrap method names...
1999-10-16 Greg McGaryjava-tree.h (flag_bounds_check): Remove extern decl.
1999-09-10 Bernd SchmidtMove declarations and building code for common tree...
1999-09-02 Kaveh R. Ghaziclass.c (finish_class): Remove unused parameter, all...
1999-08-29 Kaveh R. Ghazijava-tree.h (lang_printable_name): Constify a char*.
1999-08-10 Kaveh R. Ghazicheck-init.c (check_bool2_init, [...]): Add static...
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-07-21 Andrew Haleylang.c (flag_use_divide_subroutine): New variable.
1999-05-13 Alexandre Petit... check-init.c (check_init): Removed code accepting to...
1999-05-05 Per Bothnerclass.c (make_field_value): DECL_INITIAL may be a strin...
1999-04-21 Alexandre Petit... decl.c (predef_filenames, [...]): New globals
1999-04-06 Per Bothnerexpr.c (pop_type_0): New function.
1999-04-05 Kaveh R. GhaziMakefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
1999-03-27 Per Bothnerparse.y (complete_loop_body): Rename to finish_loop_body.
1999-03-22 Alexandre Petit... Makefile.in: (JAVA_OBJS) Added entry xref.o.
1999-03-21 Kaveh R. GhaziMakefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdi...
1999-03-08 Per Bothnerlex.c (java_parse_end_comment): Take extra parameter...
1999-03-06 Kaveh R. GhaziMakefile.in (jcf-parse.o): Depend on $(PARSE_H).
next