Age | Commit message (Expand) | Author | Files | Lines |
2004-05-29 | java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was... | Ranjit Mathew | 4 | -25/+30 |
2004-05-29 | Fix formatting. | Bryce McKinlay | 1 | -2/+3 |
2004-05-29 | jcf-write.c (generate_bytecode_conditional): Handle binops UNLT_EXPR, UNLE_EX... | Bryce McKinlay | 2 | -0/+41 |
2004-05-28 | check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNG... | Bryce McKinlay | 2 | -0/+11 |
2004-05-28 | gcj.texi (Object allocation): Remove _Jv_AllocBytes. | Bryce McKinlay | 2 | -10/+34 |
2004-05-27 | decl.c (struct binding_level): Add GTY marker. | Bryce McKinlay | 2 | -13/+16 |
2004-05-26 | lex.c (java_new_lexer): Set 'encoding'. | Bryce McKinlay | 3 | -3/+19 |
2004-05-24 | Makefile.def (host_modules): add libcpp. | Paolo Bonzini | 2 | -5/+9 |
2004-05-21 | gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not extern. | Mark Wielaard | 2 | -1/+6 |
2004-05-19 | typeck.c: Remove non-printable character 160. | Paolo Bonzini | 2 | -1/+5 |
2004-05-17 | * check-init.c: Correct minor typos. | Ranjit Mathew | 2 | -12/+16 |
2004-05-13 | tree-gimple.c: Rename from tree-simple.c. | Diego Novillo | 4 | -3/+8 |
2004-05-14 | * java-gimplify.c (java_gimplify_expr): Correct minor typos. | Ranjit Mathew | 2 | -4/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 20 | -679/+1335 |
2004-05-10 | parse.y (create_class): Set TYPE_VFIELD. | Andrew Haley | 6 | -20/+81 |
2004-05-10 | parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL... | Andrew Pinski | 2 | -11/+27 |
2004-05-06 | Fixes PR java/9685, PR java/15073 | Ranjit Mathew | 2 | -21/+45 |
2004-04-30 | re PR java/15133 (gcjh generates wrong method signatures) | Ranjit Mathew | 2 | -2/+14 |
2004-04-30 | builtins.c (java_builtins): Add acos, asin, ceil and floor. | Roger Sayle | 2 | -0/+17 |
2004-04-22 | resource.c (write_resource_constructor): Guard call to possibly NULL targetm.... | Roger Sayle | 2 | -2/+11 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 3 | -0/+8 |
2004-04-16 | prims.cc (_Jv_AllocObject): Remove `size' argument. | Bryce McKinlay | 3 | -8/+10 |
2004-04-14 | expr.c (build_invokeinterface): Remove unused variables to fix warnings. | Bryce McKinlay | 2 | -2/+5 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 4 | -13/+34 |
2004-04-05 | gcc.c (combine_flag): New global variable, for new driver option. | Caroline Tice | 1 | -5/+5 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2 | -1/+5 |
2004-03-31 | re PR java/14104 (java testsuite fails "linking simple") | Andrew Haley | 2 | -1/+7 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 5 | -22/+27 |
2004-03-25 | re PR java/14689 (jcf-path.c missing closedir) | Marcus Meissner | 2 | -0/+7 |
2004-03-23 | re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe) | Tom Tromey | 2 | -3/+11 |
2004-03-23 | * gcj.texi (Extensions): Document GCJ_PROPERTIES. | Tom Tromey | 2 | -1/+17 |
2004-03-20 | class.c, [...]: Fix comment typos. | Kazu Hirata | 5 | -6/+11 |
2004-03-19 | * gcj.texi (Code Generation): Document new flags and assert defaults. | Per Bothner | 2 | -0/+23 |
2004-03-19 | class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,... | Per Bothner | 6 | -60/+170 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 3 | -171/+201 |
2004-03-16 | jcf-jump.c (options): New --print-constants option. | Per Bothner | 3 | -1/+10 |
2004-03-16 | jcf-dump.c (flag_print_constant_pool): Default to off. | Per Bothner | 2 | -29/+55 |
2004-03-15 | re PR java/14581 (gcj internal error: Segmentation fault involving switch to... | Andrew Haley | 2 | -1/+8 |
2004-03-15 | re PR java/14551 (Switch w sign-extended byte and >16 labels causes error in ... | Andrew Haley | 2 | -1/+14 |
2004-02-29 | jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL. | Roger Sayle | 2 | -3/+7 |
2004-02-27 | Note that entry fixes PR java/13508, java/11714. | Per Bothner | 1 | -0/+1 |
2004-02-27 | parse.y (build_assertion): Re-do 02-25 change following Jeff Sturm suggestion... | Per Bothner | 2 | -8/+6 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 2 | -1/+5 |
2004-02-26 | re PR java/14231 (Incorrect interface method called when compiling against .c... | Andrew Haley | 3 | -3/+13 |
2004-02-25 | parse.y (build_assertion): If we're in an inner class, create the class$ help... | Per Bothner | 2 | -3/+13 |
2004-02-25 | Improve some comments. | Per Bothner | 2 | -5/+5 |
2004-02-19 | Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | Richard Henderson | 2 | -1/+5 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -1/+1 |
2004-02-17 | * Make-lang.in (java.install-man): Add extra dependencies. | Geoffrey Keating | 2 | -1/+7 |
2004-02-13 | Make-lang.in: Install man pages under the same names (possibly transformed) a... | Geoffrey Keating | 2 | -9/+14 |