aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-07-25* decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-0/+4
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+4
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-0/+18
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons1-0/+6
2004-07-21PR java/16431.Andrew Haley1-0/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-0/+37
2004-07-20tree.h: Include vec.hNathan Sidwell1-0/+19
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-0/+17
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-0/+4
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-0/+5
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-0/+6
2004-07-13java-tree.h (all_class_filename): Remove useless macro.Per Bothner1-0/+9
2004-07-12re PR java/16474 (gcjh: Illegal C++ produced for some non-gcj bytecode)Bryce McKinlay1-0/+5
2004-07-12expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into cal...Roger Sayle1-0/+20
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-0/+10
2004-07-10004-07-10 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay1-0/+5
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-0/+30
2004-07-10class.c (interface_of_p): Check for null TYPE_BINFO.Bryce McKinlay1-0/+4
2004-07-09class.c (make_class): Do not create binfo here.Nathan Sidwell1-1/+7
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-0/+7
2004-07-07class.c (build_static_field_ref): Add a NOP_EXPR; otherwise we get internal e...Per Bothner1-0/+3
2004-07-07* gcj.texi (Linking): New node. Document -lgij usage.Per Bothner1-0/+2
2004-07-07* gcj.texi (Invoking gij): Document new -verbose:class flag.Per Bothner1-0/+4
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-0/+19
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-1/+6
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-1/+7
2004-07-04* verify.c: Correct array element access formatting thinko.Ranjit Mathew1-0/+4
2004-07-04verify.c: Insert a short blurb at the start referring to the JVMS.Ranjit Mathew1-0/+8
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-0/+4
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-0/+16
2004-06-29re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay1-0/+13
2004-06-29except.c (expand_start_java_handler): Push a new binding level.Andrew Haley1-0/+18
2004-06-29* jcf-write.c (get_classfile_modifiers): Formatting fixes.Bryce McKinlay1-0/+4
2004-06-27Formatting fixes.Ranjit Mathew1-1/+25
2004-06-27re PR java/15715 (member interfaces are always static)Bryce McKinlay1-0/+17
2004-06-27parse.y (qualify_and_find): Pass type decl, not identifier, to load_class.Bryce McKinlay1-0/+5
2004-06-26re PR java/15734 (internal compiler error: Segmentation fault)Bryce McKinlay1-0/+6
2004-06-26PR java/1207, java/16178Bryce McKinlay1-0/+17
2004-06-24parse.y (set_nested_class_simple_name_value): Removed.Bryce McKinlay1-0/+6
2004-06-22re PR java/16113 (ICE: Segmentation fault when compiling bytecode with debugg...Andrew Haley1-0/+6
2004-06-22parse.y (create_class): Correct diagnostic message about java.lang.Object ext...Ranjit Mathew1-0/+5
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-0/+13
2004-06-21java-gimplify.c (java_gimplify_block): set TREE_USED on the new block.Andrew Haley1-0/+5
2004-06-21tree-alias-common.h (struct tree_alias_ops): Change ip and ip_partial to unsi...Joseph Myers1-0/+8
2004-06-17re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)Ranjit Mathew1-0/+11
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-0/+7
2004-06-08re PR java/15769 (ICE: infinite recursion through gimplify_expr)Andrew Pinski1-0/+8
2004-06-03tree.h: Remove include of version.hMark G. Adams1-0/+4
2004-05-31jcf-write.c (generate_bytecode_conditional): Correct handling of unordered co...Bryce McKinlay1-0/+5
2004-05-29java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was...Ranjit Mathew1-0/+15