aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata1-1/+2
2004-01-29expr.c (build_field_ref): Move variable definition up.Andrew Pinski1-1/+2
2004-01-29expr.c (build_field_ref): Widen field offset.Andrew Haley1-0/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-1/+2
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-19/+27
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-1/+1
2003-11-06expr.c (java_stack_swap): Make sure destination stack slots are of the correc...Andrew Haley1-2/+3
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-10-22expr.c (expand_byte_code): Only warn about dead bytecode when extra_warnings ...Tom Tromey1-4/+6
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-16/+49
2003-09-28expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type...Roger Sayle1-4/+2
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-10/+5
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-7/+6
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-1/+0
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+2
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-5/+7
2003-07-15* expr.c: Remove the last argument to expand_assignment().Kazu Hirata1-7/+7
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-1/+1
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in another...Tom Tromey1-1/+8
2003-02-12decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to refle...Ranjit Mathew1-9/+27
2003-01-23expr.c (build_known_method_ref): Use method's context to find method table in...Tom Tromey1-5/+8
2003-01-22expr.c (build_invokeinterface): Abort if method's context is not an interface.Tom Tromey1-4/+5
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-4/+4