re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)
[gcc.git] / gcc / java / lang.c
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-03-30 Joseph Myersre PR middle-end/323 (optimized code gives strange...
2008-09-17 Andrew Pinskire PR objc/37460 (NeXT runtime ICEs)
2008-09-17 Jan Hubickare PR middle-end/18071 (-Winline does not respect ...
2008-08-08 Manuel López-Ibáñezre PR c/28875 ("-Wextra -Wno-unused-parameter -Wall...
2008-07-29 Jan Hubickaflags.h (flag_really_no_inline): Remove.
2008-07-25 Jan Hubickacgraphbuild.c (record_reference): Drop non-unit-at...
2008-07-15 Jan Hubicka* lang.c (java_init_options): Enable unit-at-a-time...
2008-06-21 Ian Lance Taylortree.h (enum tree_code): Include all-tree.def, not...
2008-06-20 Kaveh R. Ghazicollect2.c (main, [...]): Fix for -Wc++-compat.
2008-03-11 Paolo Bonzinilanghooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2007-12-20 Alexandre Olivalang.c (java_classify_record): Don't return RECORD_IS_I...
2007-12-15 Alexandre Olivare PR debug/7081 (DWARF enhancements for C++)
2007-09-27 Jakub Jelinekbuiltins.c (expand_builtin, [...]): Use new %K format...
2007-09-15 Tom Tromeyjava-tree.h (struct lang_decl_func): Remove.
2007-09-11 Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-20 Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-07-31 Nick Cliftonjava-gimplify.c: Change copyright header to refer to...
2007-07-29 Kaveh R. Ghaziattribs.c (hash_attr, [...]): Constify.
2007-07-26 Tom Tromeyjava-tree.h (push_labeled_block, [...]): Remove.
2007-07-10 Geoffrey Keatingre PR bootstrap/32617 (explow.c references DECL_ALIGN...
2007-06-11 Rafael Espindolareally remove signed(_or_unsigned)?_type langhooks
2007-05-14 Rafael Avila de... c-common.c (warnings_for_convert_and_check): Use unsign...
2007-03-30 Rafael Avila de... typeck.c (java_signed_or_unsigned_type): Remove.
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-01-15 Tom Tromeylang.c (dump_compound_expr): Removed case.
2007-01-13 Tom Tromeyjcf-dump.c (main): Updated call to find_class.
2007-01-11 Tom Tromeytypeck.c (convert): Don't use flag_emit_class_files.
2007-01-10 Tom Tromeyfold-const.c (fold_truthop): Don't check can_use_bit_fi...
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-04-24 Andrew Haleylang.c (java_init): Handle flag_indirect_classes.
2006-03-31 Andrew Haleyre PR libgcj/26858 (NullPointerException not generated...
2006-03-15 David Daneylang.opt (-freduced-reflection): New option.
2006-02-03 Ben Ellistonjava-gimplify.c: Use gcc_assert and gcc_unreachable...
2006-02-01 Jan Hubickaopts.c (no_unit_at_a_time_default): New global variable.
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2005-08-15 Tom TromeyMake-lang.in (JAVA_OBJS): Removed verify.o
2005-06-25 Kelley CookUpdate FSF address.
2005-05-25 Richard Hendersonre PR libgcj/21692 (unexpected java.lang.NoClassDefFoun...
2005-04-04 Kazu Hiratagcj.texi: Fix a typo.
2005-03-23 Joseph Myerslanghooks.h (truthvalue_conversion): Remove.
2005-03-07 Bryce McKinlay[multiple changes]
2005-03-06 Kazu Hiratajcf-dump.c, [...]: Update copyright.
2005-03-06 Ranjit MathewRemove xref code.
2004-12-03 Tom Tromeylang.c (flag_new_verifier): Define.
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-11-24 Steven Bosscherexpr.c (expand_expr_real_1): Remove cases for EXIT_BLOC...
2004-10-15 Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-10-14 Matt AusternSpeed up walk_tree by introducing a special-purpose...
2004-09-30 Per Bothnercheck-init.c (check_init): Handle USE_MAPPED_LOCATION...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-08-17 Andrew Haleylang.c (lang_printable_name): Obey verbose flag.
2004-08-06 Kelley Cooklang.c (flag_emit_class_files, [...]): Remove explicit...
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-11 Joseph Myerslanghooks.h (estimate_num_insns, [...]): Remove hooks.
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-06-27 Ranjit MathewFormatting fixes.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-20 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-03-19 Per Bothnerclass.c (assume_compiled_node_struct): Rename type...
2004-01-13 Jan Hubickalang.c (java_estimate_num_insns_1): Fix bug in MODIFY_E...
2004-01-09 Andrew Haleyre PR java/12755 (Binary Compatibility: Resolving stati...
2003-11-13 Jason Merrillre PR rtl-optimization/12547 ([tree-ssa] simple java...
2003-11-12 Andrew Haleyre PR java/11533 (Inlining drops static initialization...
2003-10-24 Andrew Haleylang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
2003-10-22 Kazu HirataChangeLog: Fix typos.
2003-09-28 Roger Sayletoplev.c (flag_evaluation_order): New global variable.
2003-09-03 Jeff Sturmdecl.c (java_expand_body): New function.
2003-07-17 Steven Bosscherc-common.c (c_estimate_num_insns_1): Don't handle METHO...
2003-07-09 Jan Hubickajava-tree.h (DECL_NUM_STMTS): Rename to...
2003-07-06 Neil Boothc-common.h (c_comon_handle_filename, [...]): New.
2003-07-02 Neil Boothc-common.h (c_common_init_options): New prototype.
2003-06-26 Neil Boothc-opts.c (missing_arg): Make non-static.
2003-06-18 Robert Abelesre PR debug/4252 (cc1: Invalid option `-fdump-translati...
2003-06-16 Neil Boothc-opts.c (c_common_handle_option): s/on/value/.
2003-06-15 Neil Boothc-opts.c (lang_flags): Update for new spelling of flags.
2003-06-15 Neil Boothc-pch.c (asm_file_name): Remove.
2003-06-14 Neil Boothlang-specs.h: Rewrite -MD and -MMD to append an underscore.
2003-06-14 Neil BoothMakefile.in: Update to use common.opt and lang_opt_files.
2003-06-11 Tom Tromeylang.c (java_handle_option): Update dependency_tracking...
2003-06-11 Tom Tromeylang.c (java_handle_option): OPT_fbootclasspath_ can...
2003-06-10 Andrew Haleylanghooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
2003-06-09 Neil BoothMake-lang.in (JAVA_OBJS, [...]): Update.
2003-06-08 Neil BoothMake-lang.in: Update.
2003-06-07 Neil BoothMakefile.in (OJBS, c-opts.o): Update.
2003-05-31 Roger Sayleflags.h (flag_wrapv): New flag controlling overflow...
2003-03-19 Nathanael Nerodec-common.h (c_dump_tree), [...]): Change return type...
2003-03-08 Neil Boothc-common.h (c_common_init, [...]): Update.
2003-02-24 Tom Tromeylang-options.h: Added -Wdeprecated.
2003-01-18 Kazu Hiratacheck-init.c: Fix comment typos.
2003-01-12 Kaveh R. Ghazi* All Files: Convert to ISO C style function definitions.
2003-01-09 Kaveh R. Ghazi* All Files: Remove PARAMS macro.
2003-01-05 Kaveh R. GhaziWarning fixes:
2003-01-01 Steven BosscherMake-lang.in, [...]: Replace "GNU CC" with "GCC" in...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-18 Jens-Michael Hoffmannbuffer.c: Remove unnecessary casts.
next