aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-15lang.c (dump_compound_expr): Removed case.Tom Tromey6-168/+30
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey9-358/+48
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey8-64/+33
2007-01-11configure.ac (strict1_warn): Rename to strict_warn.Paolo Bonzini1-3/+0
2007-01-10fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.Tom Tromey2-11/+5
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey42-33457/+2961
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther3-5/+8
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka3-2/+7
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez2-6/+10
2006-11-12re PR java/29805 (Write past end of array in java/typeck.c)David Daney2-2/+7
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2-3/+5
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola4-121/+101
2006-10-10--(top level)--------------------------------------------Brooks Moses2-2/+10
2006-09-12* expr.c (push_value): Always flush quick stack.Tom Tromey2-0/+11
2006-09-12re PR java/29013 (gcj generates a MetalLookAndFeel class that fails cacao's v...Tom Tromey2-3/+13
2006-09-12jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only.Tom Tromey2-2/+6
2006-09-12re PR java/28754 (java.lang.nullPointerException while accessing final static...Tom Tromey2-1/+12
2006-09-12re PR java/28892 (assignment to static field not in class initializer)Tom Tromey2-15/+10
2006-09-12Fix some whitespace issues in the changelog.Andrew Pinski1-14/+14
2006-08-22decl.c (java_add_stmt): Give the statement list a type.Andrew Haley2-0/+5
2006-08-17jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.Jakub Jelinek2-0/+18
2006-08-10re PR java/8923 (ICE when modifying a variable decleared "final static")Simon Martin2-2/+32
2006-07-28Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable...Volker Reichelt2-15/+19