tree.h (PHI_CHAIN): New.
[gcc.git] / gcc / java /
2004-06-16 Paolo Bonzinicoverage.c: Remove argument to rest_of_compilation.
2004-06-15 Paolo Bonzinifunction.h (struct function): Remove cannot_inline...
2004-06-08 Andrew Pinskire PR java/15769 (ICE: infinite recursion through gimpl...
2004-06-03 Mark G. Adamstree.h: Remove include of version.h
2004-05-31 Bryce McKinlayjcf-write.c (generate_bytecode_conditional): Correct...
2004-05-29 Ranjit Mathewjava-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test...
2004-05-29 Bryce McKinlayFix formatting.
2004-05-28 Bryce McKinlayjcf-write.c (generate_bytecode_conditional): Handle...
2004-05-28 Bryce McKinlaycheck-init.c (check_init): Handle binops UNLT_EXPR...
2004-05-28 Bryce McKinlaygcj.texi (Object allocation): Remove _Jv_AllocBytes.
2004-05-27 Bryce McKinlaydecl.c (struct binding_level): Add GTY marker.
2004-05-26 Bryce McKinlaylex.c (java_new_lexer): Set 'encoding'.
2004-05-24 Paolo BonziniMakefile.def (host_modules): add libcpp.
2004-05-21 Mark Wielaardgjavah.c (print_stub_or_jni): Mark functions only JNIEX...
2004-05-19 Paolo Bonzinitypeck.c: Remove non-printable character 160.
2004-05-17 Ranjit Mathew* check-init.c: Correct minor typos.
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-14 Ranjit Mathew* java-gimplify.c (java_gimplify_expr): Correct minor...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Andrew Haleyparse.y (create_class): Set TYPE_VFIELD.
2004-05-10 Andrew Pinskiparse.y (check_pkg_class_access): Add new argument...
2004-05-06 Ranjit MathewFixes PR java/9685, PR java/15073
2004-04-30 Ranjit Mathewre PR java/15133 (gcjh generates wrong method signatures)
2004-04-30 Roger Saylebuiltins.c (java_builtins): Add acos, asin, ceil and...
2004-04-22 Roger Sayleresource.c (write_resource_constructor): Guard call...
2004-04-20 Bryce McKinlayclass.c (make_class_data): Add new field aux_info.
2004-04-16 Bryce McKinlayprims.cc (_Jv_AllocObject): Remove `size' argument.
2004-04-14 Bryce McKinlayexpr.c (build_invokeinterface): Remove unused variables...
2004-04-14 Bryce McKinlay[multiple changes]
2004-04-05 Caroline Ticegcc.c (combine_flag): New global variable, for new...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-31 Andrew Haleyre PR java/14104 (java testsuite fails "linking simple")
2004-03-30 Zack Weinberggengtype.c (create_option): New function.
2004-03-25 Marcus Meissnerre PR java/14689 (jcf-path.c missing closedir)
2004-03-23 Tom Tromeyre PR java/14315 ([3.4 only]: Java compiler is not...
2004-03-23 Tom Tromey* gcj.texi (Extensions): Document GCJ_PROPERTIES.
2004-03-20 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-03-20 Per Bothner* gcj.texi (Code Generation): Document new flags and...
2004-03-19 Per Bothnerclass.c (assume_compiled_node_struct): Rename type...
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-17 Per Bothnerjcf-jump.c (options): New --print-constants option.
2004-03-16 Per Bothnerjcf-dump.c (flag_print_constant_pool): Default to off.
2004-03-15 Andrew Haleyre PR java/14581 (gcj internal error: Segmentation...
2004-03-15 Andrew Haleyre PR java/14551 (Switch w sign-extended byte and ...
2004-02-29 Roger Saylejcf-parse.c (java_parse_file): Handle the case that...
2004-02-28 Per BothnerNote that entry fixes PR java/13508, java/11714.
2004-02-28 Per Bothnerparse.y (build_assertion): Re-do 02-25 change following...
2004-02-27 Kazu Hiratabb-reorder.c, [...]: Update copyright.
2004-02-26 Andrew Haleyre PR java/14231 (Incorrect interface method called...
2004-02-26 Per Bothnerparse.y (build_assertion): If we're in an inner class...
2004-02-26 Per BothnerImprove some comments.
2004-02-19 Richard HendersonMakefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
2004-02-17 Steven Bosscher(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_S...
2004-02-17 Geoffrey Keating* Make-lang.in (java.install-man): Add extra dependencies.
2004-02-13 Geoffrey KeatingMake-lang.in: Install man pages under the same names...
2004-02-10 Joseph Myersgjavah.c: Include "intl.h".
2004-02-09 Per Bothnerparse.y (resolve_qualified_expression_name): In case...
2004-02-06 Kelley CookMakefile.in (srcextra): Add a level of indirection...
2004-02-05 Kazu Hiratautils.c (create_param_decl): Replace PROMOTE_PROTOTYPES...
2004-02-04 Kazu Hirataalloc-pool.h, [...]: Update copyright.
2004-02-03 Tom Tromeydecl.c (java_init_decl_processing): Remove duplicate...
2004-01-31 Kelley CookMakefile.in (abs_docdir, abs_srcdir): Define.
2004-01-30 Andrew Pinskiexpr.c (build_field_ref): Move variable definition up.
2004-01-29 Andrew Haleyexpr.c (build_field_ref): Widen field offset.
2004-01-27 Andrew Haleyparse.y (check_interface_throws_clauses): Make sure...
2004-01-22 Jeff Sturmre PR java/13733 (The result of an assignment operator...
2004-01-21 Kelley Cookre PR other/12730 (manual page install broken with...
2004-01-20 Kelley CookMakefile.in (target_noncanonical, [...]): Use immediate...
2004-01-17 Andrew Pinskitypeck.c (find_method_in_interfaces): Move variable...
2004-01-16 Andrew Haleyre PR java/13273 (gcj generates call to abstract method)
2004-01-15 Michael Chastainclass.c (gen_indirect_dispatch_tables): Fix string...
2004-01-15 Kelley Cookre PR bootstrap/12744 (A GCC release tarball can no...
2004-01-13 Jan Hubickalang.c (java_estimate_num_insns_1): Fix bug in MODIFY_E...
2004-01-09 Mark Mitchellexpr.h (expand_expr): Make it a macro, not a function.
2004-01-09 Andrew Haleyre PR java/12755 (Binary Compatibility: Resolving stati...
2003-12-25 Andrew Pinskiparse.y (catch_clause_parameter): Fix typo.
2003-12-25 Andrew Pinskire PR java/13404 (ICE when Missing identifier on catch...
2003-12-20 Kazu Hirataclass.c: Remove uses of "register" specifier in declara...
2003-12-06 Kelley CookMakefile.in (program_transform_cross_name): Delete.
2003-12-03 Michael Kochclass.c (make_class_data): Push field value to 'hack_si...
2003-12-03 Zack Weinbergaclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
2003-12-03 Ralph Loaderre PR java/12374 (Segfault on "".x)
2003-12-01 Jeff Sturmre PR java/13237 (ICE on Math.sqrt(2.0))
2003-11-26 Mohan Embarre PR middle-end/12548 ([non-weak] gcj now failes to...
2003-11-25 Jeff Sturmre PR java/13183 ([unit-at-a-time] incorrect multidimen...
2003-11-24 Mohan EmbarMake-lang.in: (java.install-common) Add symlink for...
2003-11-20 Joseph MyersMakefile.in (extraclean): Delete.
2003-11-20 Joseph MyersMakefile.in (lang_checks): Add.
2003-11-20 Jeff Sturmre PR rtl-optimization/13024 (gcj can't build current...
2003-11-18 Jeff Sturmre PR java/12857 (Illegal method modifier when loading...
2003-11-18 Jeff Sturmre PR java/12739 (gcj emits dead bytecode)
2003-11-17 Andrew Haleyjava-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.
2003-11-16 Jason MerrillMakefile.in, [...]: Create TAGS.sub files in each direc...
2003-11-16 Tom Tromey* gjavah.c (print_stub_or_jni): Pass `env' to FatalError.
2003-11-13 Jason Merrillre PR rtl-optimization/12547 ([tree-ssa] simple java...
2003-11-12 Andrew Haleyre PR java/11045 (int cast bug)
2003-11-12 Andrew Haleyre PR java/11533 (Inlining drops static initialization...
2003-11-11 Tom Tromeyre PR java/12915 (Broken String concatenation)
2003-11-10 Tom Tromeyjcf-parse.c (classify_zip_file): Correctly compare...
2003-11-08 Tom Tromeyre PR libgcj/12894 (META-INF entries should be incolude...
next