summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* re PR java/19921 (wrong argument count for invokeInterface with new multidime...Tom Tromey2005-02-142-0/+7
* re PR java/19907 (Incorrect code generated for ManifestElement.java)Andrew Haley2005-02-143-13/+50
* builtins.c, [...]: Update copyright.Kazu Hirata2005-02-127-6/+12
* re PR java/15543 ("jv-scan --complexity" segfaults)Per Bothner2005-02-114-35/+23
* builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2005-02-093-0/+11
* expr.c (add_type_assertion): Use the proper enumeration type, since this is w...Marcin Dalecki2005-02-082-1/+6
* cpp.texi: Include gcc-common.texi.Joseph Myers2005-02-062-1/+5
* gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'.Tom Tromey2005-02-022-5/+10
* re PR java/15543 ("jv-scan --complexity" segfaults)Ranjit Mathew2005-02-023-3/+13
* re PR java/19742 (gcjh shouldn't mangle names in JNI output.)Tom Tromey2005-02-022-0/+7
* jcf-write.c (generate_bytecode_insns): Implement RSHIFT_EXPR of unsigned type...Roger Sayle2005-02-012-1/+8
* re PR java/19738 (gcjh generates invalid class member floating-point initiali...Ranjit Mathew2005-02-012-27/+40
* revert: gjavah.c (print_field_info): Mark static data members of floating-poi...Mark Mitchell2005-02-012-12/+13
* parser.c (cp_parser_primary_expression): Don't complain about floating-point ...Mark Mitchell2005-02-012-6/+17
* re PR java/9157 (SEGV on bad java source)Ranjit Mathew2005-02-012-4/+12
* * Make-lang.in (java/java-tree-inline.o): Removed.Tom Tromey2005-01-252-10/+5
* Correct the date for my last ChangeLog entry.Ranjit Mathew2005-01-251-1/+1
* re PR java/19070 (internal compiler error: in generate_bytecode_conditional, ...Ranjit Mathew2005-01-252-2/+10
* java-tree.h (gcj_abi_version): Declare.Tom Tromey2005-01-244-5/+70
* re PR java/19295 (Incorrect bytecode produced for bitwise AND)Roger Sayle2005-01-242-9/+24
* * java-except.h, java-tree.h: Remove unused prototypes.Kazu Hirata2005-01-223-7/+4
* re PR java/18091 (Valgrind errors building libjava)Andrew Pinski2005-01-212-2/+10
* verify-impl.c (get_short): Sign extend.Tom Tromey2005-01-172-3/+11
* expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT with TYPE_SIZE.Ranjit Mathew2005-01-122-2/+7
* * verify.c: Revert to the version before the BC-ABI merge.Ranjit Mathew2005-01-102-74/+38
* re PR java/19277 (allows array.length++ although it is final)Ranjit Mathew2005-01-102-2/+17
* parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard2005-01-093-9/+34
* * gcj.texi (Standard Properties): java.ext.dirs is now used.Tom Tromey2005-01-052-1/+5
* typeck.c: Use fold_convert for ints and booleans.Andrew Haley2004-12-202-1/+5
* re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions)Andrew Haley2004-12-174-19/+16
* re PR target/18459 (gcj no longer works on win32)Danny Smith2004-12-131-1/+1
* defaults.h (TARGET_USE_JCR_SECTION): New macro.Danny Smith2004-12-132-4/+13
* re PR java/18811 (rhug build problem, regression?)Andrew Haley2004-12-081-0/+1
* jcf-parse.c (load_class): Remove sanity test for missing inner class file.Andrew Haley2004-12-082-6/+5
* Make-lang.in (JAVA_MANFILES): Added gcj-dbtool.Tom Tromey2004-12-063-5/+119
* re PR java/14853 (Assignment to final field permitted when compiling to native)Tom Tromey2004-12-064-5/+19
* lang.c (flag_new_verifier): Define.Tom Tromey2004-12-033-4/+16
* re PR bootstrap/14614 (Double target prefixed gcjh)Tom Tromey2004-12-032-1/+9
* re PR java/18812 (ICE in catalina/common/lib/naming-resources.jar)Andrew Haley2004-12-032-1/+13
* re PR java/18697 (Miscompilation of GtkMenuItemPeer.setParent(MenuItem))Andrew Haley2004-12-032-3/+9
* re PR java/16675 (Null parameter values for anonymous constructor invocation ...Tom Tromey2004-12-022-0/+9
* re PR java/18741 (ICE tree check: expected class 'expression', have 'declarat...Tom Tromey2004-12-022-1/+8
* jcf-parse.c (set_source_filename): Improvement to Andrew's fix...Per Bothner2004-11-272-7/+18
* expr.c (build_expr_wfl): Only declare last_file and last_filenode local stati...Per Bothner2004-11-272-2/+8
* * class.c, decl.c, expr.c: Fix comment typos.Kazu Hirata2004-11-274-3/+7
* re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski2004-11-266-25/+57
* darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers2004-11-255-18/+23
* verify-glue.c (vfy_init_name, [...]): Use ANSI declaration form.Richard Henderson2004-11-252-5/+10
* verify.c (defer_merging): Don't use C++-style comment.Tom Tromey2004-11-254-8/+8
* verify-impl.c (vfy_push_type): Removed bogus "return".Tom Tromey2004-11-252-3/+10