aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley1-0/+19
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-160/+110
2007-02-07class.c (uncache_this_class_ref): New.Andrew Haley1-0/+17
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley1-1/+27
2007-01-15lang.c (dump_compound_expr): Removed case.Tom Tromey1-81/+0
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-4/+0
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-7/+3
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-12/+75
2006-09-12* expr.c (push_value): Always flush quick stack.Tom Tromey1-0/+7
2006-09-12re PR java/28754 (java.lang.nullPointerException while accessing final static...Tom Tromey1-1/+6
2006-09-12re PR java/28892 (assignment to static field not in class initializer)Tom Tromey1-15/+4
2006-06-23java-tree.h (update_aliases): RemoveAndrew Haley1-2/+0
2006-06-19re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-4/+64
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley1-17/+29
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-26expr.c (java_push_constant_from_pool): Handle 'ldc class'.Tom Tromey1-0/+6
2006-05-04[multiple changes]Andrew Haley1-0/+82
2006-04-08* expr.c, gjavah.c: Fix comment typos.Kazu Hirata1-1/+1
2006-04-03re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley1-1/+2
2006-03-31re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley1-4/+26
2006-02-09re PR java/26192 (ICE while compiling jar or class file (azureus))Andrew Haley1-0/+1
2006-02-07re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley1-0/+11
2006-02-04re PR java/26097 (Libjava failed to build)Tom Tromey1-2/+3
2006-02-04expr.c (java_stack_swap): Revert gcc_assert patch.Andreas Tobler1-5/+7
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-41/+26
2005-12-08java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.Andrew Haley1-0/+11
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther1-4/+4
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey1-2/+11
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-47/+46
2005-09-09re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-di...Andrew Haley1-0/+5
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-08-16re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)Tom Tromey1-7/+1
2005-08-15Make-lang.in (JAVA_OBJS): Removed verify.oTom Tromey1-91/+35
2005-07-28expr.c (expand_load_internal): Fix missing parens in predicate.Diego Novillo1-1/+1
2005-07-28expr.c (expand_load_internal): Convert to destination type.Andrew Haley1-1/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-6/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13expr.c (int highest_label_pc_this_method, [...]): New globals.Per Bothner1-1/+9
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-1/+0
2005-05-15reverted erroneous checkinTom Tromey1-1/+0
2005-05-15re PR java/21519 (ICE in generate_bytecode_conditional, at java/jcf-write.c:1...Tom Tromey1-0/+1
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey1-2/+1
2005-04-29expr.c (force_evaluation_order): Declare 'saved' earlier.Andrew Pinski1-1/+2
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-2/+13
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-8/+8
2005-03-17expr.c (expand_java_arrayload): Don't generate a NullPointerException based o...Andrew Haley1-24/+5
2005-03-07[multiple changes]Bryce McKinlay1-1/+5
2005-03-05c-semantics.c (build_stmt): Use TYPE_P instead of IS_NON_TYPE_CODE_CLASS.Kazu Hirata1-2/+2
2005-02-14re PR java/19907 (Incorrect code generated for ManifestElement.java)Andrew Haley1-0/+27