aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-198/+86
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-40/+39
2003-01-09expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros.Kaveh R. Ghazi1-1/+0
2003-01-03re PR java/8712 (ICE at fold-const.c:2934)Tom Tromey1-3/+1
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-2/+7
2002-09-27expr.c (build_java_array_length_access): Check for null pointer.Andrew Haley1-6/+24
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-2/+8
2002-08-04Index: ChangeLogGeoffrey Keating1-1/+0
2002-06-25* expr.c (JSR): Avoid undefined operation on PC.Andreas Schwab1-1/+5
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-29/+6
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-40/+35
2002-04-24expr.c (PRE_JSR): Call NOTE_LABEL for return address.Per Bothner1-0/+1
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay1-0/+3
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-6/+6
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-1/+1
2002-03-27expr.c (expand_invoke): Don't generate null pointer check if we're calling <i...Tom Tromey1-2/+3
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-2/+2
2002-03-27re PR java/5850 (resolving inherited member variables with same name works po...Bryce McKinlay1-10/+0
2002-03-23Andrew Haley <aph@cambridge.redhat.com>Tom Tromey1-1/+5
2002-03-11parse.y (patch_assignment): Wrap the right-hand-side with a save_expr to prev...Bryce McKinlay1-3/+9
2002-03-08re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)Per Bothner1-11/+9
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-4/+0
2002-02-28* expr.c (build_java_arraystore_check): Fix formatting.Bryce McKinlay1-3/+3
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-51/+89
2002-02-20builtins.c (check_for_builtin): New function.Per Bothner1-1/+3
2002-01-28expr.c (build_jni_stub): Ensure storage for `meth' is generated.Tom Tromey1-1/+6
2002-01-27reverted accidental checkinTom Tromey1-6/+1
2002-01-27builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT_IN_SQRTF.Andreas Tobler1-1/+6