summaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/rth2001-09-211-1/+10
* * c-parse.in (yyerror): Const-ification and/or static-ization.ghazi2001-09-131-1/+1
* 2001-08-16 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-171-1/+1
* 2001-08-08 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-08-091-4/+65
* * expr.c (expand_load_internal): New function.tromey2001-07-121-1/+28
* 2001-06-04 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-06-051-3/+18
* 2000-05-02 Jeff Sturm <jsturm@one-point.com>apbianco2001-05-161-6/+6
* * java-tree.def (JAVA_EXC_OBJ_EXPR): New.rth2001-05-131-4/+8
* * expr.c (pop_type_0): Save the result of the firstzack2001-04-031-3/+9
* * expr.c (pop_type_0): Call `concat' rather than building theghazi2001-03-281-19/+6
* IA-64 ABI Exception Handling.rth2001-03-281-7/+5
* * java-tree.h (throw_node): Define as a single member ofrth2001-03-281-1/+1
* Make -fsjlj-exceptions a configure option.rth2001-03-281-1/+1
* 2001-02-07 Andrew Haley <aph@redhat.com>aph2001-03-231-51/+53
* 2001-02-15 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-02-161-1/+3
* * expr.c (java_lang_expand_expr): Don't bother recomputingtromey2001-02-051-5/+3
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-21/+33
* * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.bryce2001-01-301-3/+3
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* 2001-01-23 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-241-0/+1
* * expr.c (pop_type_0): Only return object_ptr_type_node on mismatchbothner2001-01-211-2/+2
* 2001-01-16 Jeff Sturm <jeff.sturm@appnet.com>apbianco2001-01-171-2/+2
* Various patches to emit better messages on verification errors.bothner2001-01-141-29/+53
* * expr.c (expand_java_field_op): Assigning to a final field outsidebothner2001-01-141-2/+2
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-5/+5
* Shorten primitive array allocation path:bryce2000-12-241-5/+16
* * jcf-parse.c (init_jcf_parse): Register current_file_list root.green2000-11-241-15/+17
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* 2000-10-11 Rodney Brown <RodneyBrown@mynd.com>apbianco2000-10-131-0/+1
* Remove obstacks.mmitchel2000-10-131-20/+2
* Tue Oct 3 13:44:37 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-10-051-34/+175
* * Make-lang.in (JAVA_SRCS): Include java-tree.h.mmitchel2000-09-231-6/+13
* * expr.c (pop_type_0): Return `Object' if trying to merge twotromey2000-09-121-3/+2
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-4/+0
* 2000-08-29 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-08-291-2/+2
* 2000-08-15 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-08-171-1/+1
* 2000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comapbianco2000-08-081-0/+1
* 2000-07-01 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-07-071-0/+1
* 2000-06-27 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-06-291-0/+2
* * expr.c (lookup_field): Print error and return error_mark_node iftromey2000-06-251-2/+22
* 2000-06-21 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2000-06-221-2/+3
* * java-tree.h (boolean_array_vtable, byte_array_vtable,tromey2000-05-311-7/+39
* * java-tree.h (build_instanceof): Declare.tromey2000-05-191-6/+85
* * expr.c (build_jni_stub): Cache the result oftromey2000-05-091-4/+20
* * expr.c (build_java_jsr): Use emit_jump, not expand_goto.tromey2000-05-031-1/+1
* * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVEtromey2000-05-021-0/+159
* Fix for PR gcj/2:tromey2000-04-281-5/+39
* Thu Mar 30 15:26:56 2000 Alexandre Petit-Bianco <apbianco@dcygnus.com>apbianco2000-03-301-5/+7
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-6/+4
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-171-12/+12