summaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
Commit message (Expand)AuthorAgeFilesLines
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-7/+6
* * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR,sayle2003-09-181-1/+0
* * decl.c (java_expand_body): New function.jsturm2003-09-031-0/+2
* * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.gdr2003-07-251-5/+7
* * expr.c: Remove the last argument to expand_assignment().kazu2003-07-151-7/+7
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-1/+1
* * c-format.c (check_format_string, get_constant)zack2003-06-281-1/+1
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* * parse.y (resolve_field_access): Initialize class if field istromey2003-03-111-1/+8
* 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>tromey2003-02-121-9/+27
* * expr.c (build_known_method_ref): Use method's context to findtromey2003-01-231-5/+8
* * expr.c (build_invokeinterface): Abort if method's context is nottromey2003-01-221-4/+5
* * check-init.c: Fix comment typos.kazu2003-01-181-4/+4
* * All Files: Convert to ISO C style function definitions.ghazi2003-01-121-198/+86
* * All Files: Remove PARAMS macro.ghazi2003-01-091-40/+39
* * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,ghazi2003-01-091-1/+0
* Fix for PR java/8712:tromey2003-01-031-3/+1
* * Make-lang.in, boehm.c, buffer.c,neroden2003-01-011-5/+5
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* Fix for PR java/7912:tromey2002-11-181-2/+7
* 2002-09-26 Andrew Haley <aph@redhat.com>aph2002-09-271-6/+24
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-2/+2
* 2002-07-30 Andrew Haley <aph@cambridge.redhat.com>aph2002-08-161-2/+8
* Index: ChangeLoggeoffk2002-08-041-1/+0
* * expr.c (JSR): Avoid undefined operation on PC.schwab2002-06-251-1/+5
* * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,zack2002-06-041-29/+6
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-40/+35
* * expr.c (PRE_JSR): Call NOTE_LABEL for return address.bothner2002-04-241-0/+1
* * class.c (make_class_data): Set DECL_ALIGN on static class data,bryce2002-04-171-0/+3
* * c-common.c (truthvalue_conversion): Rename, update.neil2002-04-041-6/+6
* * c-common.c (unsigned_conversion_warning, convert_and_check,neil2002-04-011-1/+1
* * expr.c (expand_invoke): Don't generate null pointer check iftromey2002-03-271-2/+3
* * c-common.c (c_expand_expr): Fix prototype.neil2002-03-271-2/+2
* Fix for PR java/5850:bryce2002-03-271-10/+0
* 2002-03-22 Tom Tromey <tromey@redhat.com>tromey2002-03-231-1/+5
* * parse.y (patch_assignment): Wrap the right-hand-side with a save_exprbryce2002-03-111-3/+9
* Fix for PR java/5812.bothner2002-03-081-11/+9
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-4/+0
* * expr.c (build_java_arraystore_check): Fix formatting.bryce2002-02-281-3/+3
* * expr.c (java_array_data_offset): Removed function.bryce2002-02-281-51/+89
* * builtins.c (check_for_builtin): New function.bothner2002-02-201-1/+3
* * expr.c (build_jni_stub): Ensure storage for `meth' istromey2002-01-281-1/+6
* reverted accidental checkintromey2002-01-271-6/+1
* 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>tromey2002-01-271-1/+6
* * decl.c (java_init_decl_processing): Use add_predefined_file.tromey2002-01-221-6/+7
* * expr.c (build_java_array_length_access): Don't force null pointerbryce2001-12-201-1/+2
* * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,jsm282001-12-161-1/+1
* gcc/java:bryce2001-12-151-19/+76
* * class.c (get_dispatch_table): Fix java vtable layouthboehm2001-12-141-4/+23
* Restore support for static class initialization optimization.bothner2001-12-061-1/+1