aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-03re PR java/33639 (gcj generates assembler errors)Andrew Haley1-2/+55
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-42/+17
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+5
2007-07-16re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)Rainer Orth1-1/+3
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-0/+8
2007-06-15[multiple changes]Andrew Pinski1-5/+5
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley1-3/+28
2007-02-18* class.c: Fix a comment typo.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-20/+12
2007-02-07class.c (uncache_this_class_ref): New.Andrew Haley1-0/+9
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley1-2/+45
2007-02-02class.c (is_compiled_class): Move check to avoid reloading current class.David Daney1-9/+7
2007-01-31* class.c, jcf-parse.c: Fix comment typos.Kazu Hirata1-1/+1
2007-01-29class.c (add_method_1): Mark fndecl as external unless we are compiling it in...Andrew Haley1-0/+4
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-61/+1
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-35/+1
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-28/+179
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-1/+1
2006-07-04class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.Andrew Haley1-0/+1
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley1-4/+6
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-1/+5
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley1-3/+10
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-10class.c (emit_indirect_register_classes): Fix comment.Andrew Haley1-2/+2
2006-05-05java-tree.h (uses_jv_markobj_p): Declare.Tom Tromey1-11/+1
2006-05-04[multiple changes]Andrew Haley1-1/+2
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-38/+165
2006-03-31re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley1-1/+11
2006-03-15lang.opt (-freduced-reflection): New option.David Daney1-21/+65
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey1-4/+7
2006-02-20class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.Andrew Haley1-1/+3
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-4/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-13re PR java/25366 (ICE in do_resolve_class)Andrew Haley1-0/+3
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-2/+2
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther1-1/+1
2005-10-14re PR java/23620 (Segfault compiling inner interfaces)Nathan Sidwell1-1/+5
2005-09-21re PR java/21418 (Order of source files matters when compiling)Ranjit Mathew1-2/+6
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-2/+2
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-7/+3
2005-08-16re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)Tom Tromey1-2/+3
2005-08-08class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.Nathan Sidwell1-0/+5
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-12/+14
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-1/+4
2005-06-12* class.c (inherits_from_p): Do load_class if needed.Per Bothner1-0/+2
2005-06-03re PR java/21722 (gcj miscompiles accesses to static final vars with indirect...Tom Tromey1-11/+10
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-25/+14