aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2006-02-23jcf-parse.c (parse_class_file): Set input_location from current_class.Andrew Haley2-1/+6
2006-02-20class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.Andrew Haley2-1/+9
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-4/+4
2006-02-09re PR java/26192 (ICE while compiling jar or class file (azureus))Andrew Haley3-0/+12
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey3-1/+23
2006-02-07Comment typo.Andrew Haley1-1/+1
2006-02-07re PR java/25535 (gcj broken on 64-bit big-endian systems)Andrew Haley3-2/+31
2006-02-04re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey2-4/+21
2006-02-04re PR java/26097 (Libjava failed to build)Tom Tromey2-2/+8
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle7-13/+35
2006-02-04expr.c (java_stack_swap): Revert gcc_assert patch.Andreas Tobler2-5/+11
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston15-158/+116
2006-02-01opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka3-1/+9
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki16-63/+61
2006-01-30re PR java/21428 (bogus warning: unused parameter 'this')Andrew Haley2-0/+8
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers4-7/+12
2006-01-17Fix up recent entries by espindola.Ben Elliston1-2/+2
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola2-6/+4
2006-01-06gcj.texi (Arrays): Added more documentation for JvNewObjectArray.Tom Tromey2-3/+68
2005-12-16jcf-parse.c (set_source_filename): Set the decl source location even when ret...Alexandre Oliva2-1/+12
2005-12-16re PR java/25429 (can't see private static final int CREATE = 1)Tom Tromey2-2/+16
2005-12-13re PR java/25366 (ICE in do_resolve_class)Andrew Haley2-0/+10
2005-12-12re PR java/25330 (A race condition in write_classfile)H.J. Lu2-3/+15
2005-12-11Fixes java/PR9861Terry Laurenzo3-13/+29
2005-12-08re PR libgcj/25265 (linking BC-compiled classes with incompatible changes)Andrew Haley1-0/+1
2005-12-08java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.Andrew Haley4-0/+30
2005-12-07sourcebuild.texi (all.build, [...]): Remove.Rafael Ávila de Espíndola2-6/+6
2005-12-07gty.texi: Remove instructions for adding a dependency on s-gtype.Alan Modra2-4/+6
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford2-2/+7
2005-12-07re PR java/25283 (gcj generates invalid signature)Tom Tromey2-6/+20
2005-12-06parse.y (patch_new_array_init): Don't set length on array.Tom Tromey2-2/+10
2005-12-03Fixup some spacingMike Stump1-17/+17
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther4-7/+14
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey4-2/+29
2005-11-25gij.cc (nonstandard_opts_help): Add entry for -Xss.Bryce McKinlay2-0/+7
2005-11-08re PR java/23617 (Out of memory when classpath contains jar file with zip-sty...Wil Mahan2-1/+26
2005-11-08Removed decompilation for non-ELF targets.Terry Laurenzo2-1/+13
2005-10-14re PR java/23620 (Segfault compiling inner interfaces)Nathan Sidwell2-1/+12
2005-10-03re PR java/24127 (ICE in libjava.compile/PR6865.java reported as "PASS" in te...Ranjit Mathew2-0/+11
2005-09-30re PR java/24120 (jc1 incorrectly uses libiberty hashes)Tom Tromey2-3/+23
2005-09-21re PR java/21418 (Order of source files matters when compiling)Ranjit Mathew2-2/+14
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison6-81/+92
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay4-35/+36
2005-09-09re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-di...Andrew Haley2-0/+12
2005-09-06java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...Andrew Pinski2-0/+6
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata11-18/+24
2005-09-05re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew3-2/+11
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey2-7/+8
2005-08-16re PR java/22113 (Buffer overflow in the lexical analyser while reading FP li...Ranjit Mathew2-10/+25
2005-08-16re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew2-50/+79