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