aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-08expr.c (add_type_assertion): Use the proper enumeration type, since this is w...Marcin Dalecki1-1/+1
2005-01-12expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT with TYPE_SIZE.Ranjit Mathew1-2/+2
2004-12-17re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions)Andrew Haley1-0/+3
2004-11-27expr.c (build_expr_wfl): Only declare last_file and last_filenode local stati...Per Bothner1-2/+3
2004-11-27* class.c, decl.c, expr.c: Fix comment typos.Kazu Hirata1-1/+1
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-0/+33
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-124/+415
2004-11-09re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski1-11/+12
2004-10-16expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson1-3/+3
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-3/+3
2004-09-30More cleanup for --enable-mapped-location.Per Bothner1-5/+58
2004-09-25expr.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-24re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey1-4/+5
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-17/+15
2004-08-20expr.c (build_java_arrayaccess): Use convert to change len's type.Nathan Sidwell1-2/+2
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-24/+24
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-4/+8
2004-07-20tree.h: Include vec.hNathan Sidwell1-13/+13
2004-07-12expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into cal...Roger Sayle1-247/+252
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-270/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-3/+4
2004-06-27Formatting fixes.Ranjit Mathew1-11/+15
2004-06-26re PR java/15734 (internal compiler error: Segmentation fault)Bryce McKinlay1-1/+5
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-35/+39
2004-06-08re PR java/15769 (ICE: infinite recursion through gimplify_expr)Andrew Pinski1-2/+6
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-129/+205
2004-05-10parse.y (create_class): Set TYPE_VFIELD.Andrew Haley1-10/+5
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-3/+1
2004-04-14expr.c (build_invokeinterface): Remove unused variables to fix warnings.Bryce McKinlay1-2/+0
2004-04-14[multiple changes]Bryce McKinlay1-11/+1