aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn1-0/+1
2008-09-22expr.c (rules): Add new rule for gnu.java.lang.VMCPStringBuilder.toString.Andrew Haley1-9/+22
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+13
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-11/+12
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-2/+2
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+0
2008-02-29expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on method.Tom Tromey1-0/+5
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2007-11-26expr.c (build_jni_stub): Use the computed jni func type for variable meth.Alexandre Oliva1-21/+27
2007-11-26expr.c (type_assertion_hash): Hash type uids rather than tree pointers.Alexandre Oliva1-2/+21
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+1
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-25/+4
2007-08-17tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey1-7/+14
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-2/+2
2007-07-12expr.c (expand_java_return): RETURN_EXPR has void type.Richard Guenther1-6/+13
2007-06-15[multiple changes]Andrew Pinski1-10/+9
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