aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-14gcj.texi (Invocation): Corrections for Invocation API example.Bryce McKinlay1-2/+2
2006-07-13builtins.c (check_for_builtin): If a builtin could result in a direct call be...Bryce McKinlay2-0/+15
2006-07-04class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.Andrew Haley2-0/+6
2006-06-23java-tree.h (update_aliases): RemoveAndrew Haley4-91/+17
2006-06-19re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley4-6/+83
2006-06-17gcj.texi (@dircategory): Use "Software development" instead of "Programming"...Karl Berry2-1/+6
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley2-4/+11
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley4-7/+140
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey2-0/+11
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley5-28/+76
2006-06-06gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney2-0/+21
2006-06-06jcf-dump.c (print_access_flags): Handle varargs, bridge, synthetic, enum, ann...Tom Tromey3-3/+23