Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.
[gcc.git] / gcc / java / java-tree.h
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-23 Jeff Sturmclass.c (build_static_field_ref): Check FIELD_FINAL.
2002-11-18 Tom Tromeyre PR java/7912 (invalid verification error for arrays)
2002-11-06 Tom Tromeyre PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimi...
2002-11-02 Tom Tromey* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
2002-11-02 Tom TromeyReverted erroneous checkin
2002-11-02 Tom Tromeyre PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimi...
2002-10-15 Andrew Haleyjava-tree.h (java_inlining_merge_static_initializers...
2002-09-30 Anthony GreenAdd -fno-assert flag.
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16 Geoffrey KeatingIndex: gcc/ChangeLog
2002-08-16 Andrew HaleyMake-lang.in (java-tree-inline.o): New.
2002-06-11 Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-04 Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-19 Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2002-05-07 Tom Tromeyre PR java/5941 (incorrect "Unreachable statement"...
2002-04-25 Neil Boothc-common.h (c_common_parse_file): Update.
2002-04-24 Per Bothnerexpr.c (PRE_JSR): Call NOTE_LABEL for return address.
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-27 Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-26 Neil BoothMakefile.in (ggc-common.o): Update.
2002-03-21 Neil BoothMakefile.in (fold-const.o, [...]): Update.
2002-03-17 Neil Boothc-common.h (yyparse, [...]): New.
2002-02-28 Bryce McKinlayexpr.c (java_array_data_offset): Removed function.
2002-02-28 Neil BoothMakefile.in (integrate.o): Update.
2002-02-20 Per Bothnerbuiltins.c (check_for_builtin): New function.
2002-02-18 Tom Tromeyjava-tree.h (TYPE_STRICTFP): New macro.
2002-01-22 Tom Tromeydecl.c (java_init_decl_processing): Use add_predefined_...
2002-01-03 Graham Stottclass.c (compile_resource_file): Update copyright date.
2001-12-20 Bryce McKinlaydecl.c (java_init_decl_processing): Don't initialize...
2001-12-16 Joseph MyersChangeLog, [...]: Fix spelling errors.
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...
next