aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2007-10-03re PR java/33639 (gcj generates assembler errors)Andrew Haley2-2/+63
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2-2/+8
2007-09-15java-tree.h (struct lang_decl_func): Remove.Tom Tromey3-8/+8
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka3-11/+5
2007-09-06* jcf-parse.c (parse_class_file): Re-enter the current file.Tom Tromey2-0/+11
2007-09-06boehm.c (mark_reference_fields): Move misaligned pointer checkRoman Zippel2-7/+12
2007-09-06Add function name to last changelog entry:Matthias Klose1-1/+2
2007-09-06boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.Roman Zippel2-0/+12
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey4-14/+25
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore2-1/+5
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