aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2007-09-04decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A...Andrew Haley2-1/+9
2007-09-04* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoize.o)Daniel Jacobowitz2-2/+5
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi3-4/+10
2007-08-29* Make-lang.in (java.tags): Don't tag '*.y' files.Tom Tromey2-1/+5
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2-2/+6
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook2-2/+10
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther2-44/+5
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey8-251/+77
2007-08-17tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey4-26/+46
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi3-4/+9
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton38-175/+152
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi2-5/+12
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2-2/+6
2007-07-27mangle.c (set_type_package_list): Constify.Kaveh R. Ghazi4-25/+12
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey6-147/+14
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi6-11/+23
2007-07-16re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)Rainer Orth2-1/+9
2007-07-12expr.c (expand_java_return): RETURN_EXPR has void type.Richard Guenther2-6/+22
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating3-7/+15
2007-07-03Make-lang.in (doc/gcj.info): Add $(gcc_docdir) to include path.David Daney2-4/+14
2007-06-15[multiple changes]Andrew Pinski5-17/+50
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola3-11/+0
2007-06-11remove signed(_or_unsigned)?_type langhooksRafael Espindola1-0/+6
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating2-3/+9
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola5-12/+9
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski2-1/+6
2007-04-06jcf-io.c (open_class): Copy 'filename'.Colin Walters2-1/+6
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley6-9/+74
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola4-24/+11
2007-03-27Index: gcc/java/ChangeLogTom Tromey3-285/+18
2007-03-01Make-lang.in: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses2-3/+23
2007-02-27gcj.texi: Standardize title page.Brooks Moses2-2/+5
2007-02-18* class.c: Fix a comment typo.Kazu Hirata2-1/+5
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore8-312/+292
2007-02-15Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.David Daney3-5/+103
2007-02-07class.c (uncache_this_class_ref): New.Andrew Haley4-0/+34
2007-02-06re PR driver/30714 (gcj driver doesn't recognize files starting with II)Tom Tromey2-1/+6
2007-02-03* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.Kazu Hirata4-3/+7
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley6-50/+126
2007-02-02class.c (is_compiled_class): Move check to avoid reloading current class.David Daney2-9/+14
2007-02-01re PR java/30641 (gcj corrupted double-linked list (glibc detected))Andrew Haley2-0/+7
2007-01-31* class.c, jcf-parse.c: Fix comment typos.Kazu Hirata3-6/+10
2007-01-30* gcj.texi (Strings): Fix documentation for JvNewString.Tom Tromey2-3/+7
2007-01-30gcj.texi (Invoking gcjh, [...]): Fix some typos.Ralf Wildenhues2-3/+8
2007-01-30* jvspec.c (lang_specific_driver): Remove unused classpath_args.Ben Elliston2-4/+4
2007-01-29re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch)Tom Tromey3-3/+19
2007-01-29class.c (add_method_1): Mark fndecl as external unless we are compiling it in...Andrew Haley2-0/+9
2007-01-24[multiple changes]Andrew Haley3-3/+27
2007-01-23re PR java/30454 (empty "zip" file in class path can cause leakage of file st...Andrew Pinski2-2/+16
2007-01-16* java-tree.def: Added copyright header.Tom Tromey2-1/+26