aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-5/+5
2000-12-24Shorten primitive array allocation path:Bryce McKinlay1-5/+16
2000-11-24jcf-parse.c (init_jcf_parse): Register current_file_list root.Anthony Green1-15/+17
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-13[multiple changes]Alexandre Petit-Bianco1-0/+1
2000-10-13Remove obstacks.Mark Mitchell1-20/+2
2000-10-05[multiple changes]Alexandre Petit-Bianco1-34/+175
2000-09-23Make-lang.in (JAVA_SRCS): Include java-tree.h.Mark Mitchell1-6/+13
2000-09-12expr.c (pop_type_0): Return `Object' if trying to merge two interface types.Tom Tromey1-3/+2
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-4/+0
2000-08-29expr.c (can_widen_reference_to): Fixed indentation.Alexandre Petit-Bianco1-2/+2
2000-08-17decl.c (finit_leg_identifier_node): New global.Alexandre Petit-Bianco1-1/+1
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco1-0/+1
2000-07-06Java: fixes for the PRs gcj/{271,272,275}.Alexandre Petit-Bianco1-0/+1
2000-06-29expr.c (lookup_field): The same field can be found through two different inte...Alexandre Petit-Bianco1-0/+2
2000-06-25expr.c (lookup_field): Print error and return error_mark_node if field refere...Tom Tromey1-2/+22
2000-06-21[multiple changes]Alexandre Petit-Bianco1-2/+3
2000-05-31java-tree.h (boolean_array_vtable, [...]): Declare.Tom Tromey1-7/+39
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey1-6/+85
2000-05-09expr.c (build_jni_stub): Cache the result of _Jv_LookupJNIMethod.Tom Tromey1-4/+20
2000-05-03expr.c (build_java_jsr): Use emit_jump, not expand_goto.Tom Tromey1-1/+1
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-0/+159
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey1-5/+39
2000-03-30expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000 patch missing ...Alexandre Petit-Bianco1-5/+7
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-6/+4
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-12/+12
2000-03-16lang.c (flag_hash_synchronization): New global.Tom Tromey1-2/+3
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-7/+14
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco1-1/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-8/+10
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-10/+25
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green1-6/+44
2000-02-18re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander1-0/+14
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-4/+0
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-37/+37
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco1-0/+4
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green1-2/+5
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-1/+2
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-2/+1
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco1-1/+4
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+4
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-2/+3
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1-2/+1
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-4/+4
1999-08-15expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green1-0/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-1/+1
1999-08-04Warning fixes:Kaveh R. Ghazi1-6/+11
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-0/+1