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