aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-2/+3
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-6/+6
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-28* expr.c (get_symbol_table_index): Add spaces in expression.Nathan Froyd1-1/+1
2010-05-28java-tree.h (method_entry): Declare.Nathan Froyd1-25/+13
2010-05-24expr.c (quick_stack): Change type to a VEC.Nathan Froyd1-45/+18
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-6/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19* expr.c (pop_arguments): Fix use of undeclared variable.Nathan Froyd1-1/+1
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-66/+80
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-1/+2
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-4/+3
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-13/+16
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