summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-2512-80/+97
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-242-2/+7
* Makefile.in (BUILD_ERRORS): Set to build-errors.Nathan Sidwell2004-08-232-1/+11
* expr.c (build_java_arrayaccess): Use convert to change len's type.Nathan Sidwell2004-08-202-3/+8
* class.c (make_local_function_alias): Allocate extra space for 'L' in name buf...Bryce McKinlay2004-08-192-1/+6
* tree.h (TYPE_CACHED_VALUES_P): New.Nathan Sidwell2004-08-193-7/+19
* class.c (make_local_function_alias): Only make a new decl if we support alias...Andrew Pinski2004-08-182-2/+11
* class.c (make_local_function_alias): New function.Bryce McKinlay2004-08-183-13/+58
* tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson2004-08-182-21/+27
* lang.c (lang_printable_name): Obey verbose flag.Andrew Haley2004-08-173-36/+40
* re PR java/8473 (syntax error on anonymous array subscript)Tom Tromey2004-08-162-5/+34
* jcf-write.c (find_constant_index): Canonicalize NaNs when generating bytecode.Andrew Haley2004-08-162-0/+18
* re PR java/9677 (File not found if spaces in file name)Elliot Lee2004-08-162-3/+20
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-1512-105/+121
* gcj.texi: Add subsection on signal usage.David Daney2004-08-121-0/+13
* java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.Bryce McKinlay2004-08-102-13/+7
* java-tree.h (flag_deprecated): Removed.H.J. Lu2004-08-094-6/+10
* lang.c (flag_emit_class_files, [...]): Remove explicit declarations.Kelley Cook2004-08-063-141/+41
* re PR bootstrap/14893 (3.4.0-20040406, 'make install' fails on doc/gcjh.1)Michael Chastain2004-08-052-1/+13
* tree.h (force_fit_type): Return a tree, take three flags.Nathan Sidwell2004-08-054-17/+26
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-057-29/+29
* typeck.c (convert_ieee_real_to_integer): Call fold on the range checking tree...Roger Sayle2004-08-042-18/+29
* re PR java/16701 (Error when constant initializer depends on another constant...Bryce McKinlay2004-08-022-5/+11
* decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-08-016-105/+125
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-282-55/+38
* parse.y (build_super_invocation): Adjust declaration order to avoid declarati...Hans-Peter Nilsson2004-07-262-1/+8
* * decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2004-07-252-2/+6
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-252-0/+6
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-1/+1
* boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump2004-07-2412-55/+77
* Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons2004-07-233-36/+42
* PR java/16431.Andrew Haley2004-07-211-0/+1
* verify.c (verify_jvm_instructions): Comment change only.Andrew Haley2004-07-217-111/+339
* tree.h: Include vec.hNathan Sidwell2004-07-206-201/+168
* builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle2004-07-189-104/+121
* langhooks.h (builtin_function): New langhook.Joseph Myers2004-07-172-0/+6
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-172-21/+6
* * Fix for g++/15861Frank Ch. Eigler2004-07-152-1/+7
* java-tree.h (all_class_filename): Remove useless macro.Per Bothner2004-07-134-21/+12
* re PR java/16474 (gcjh: Illegal C++ produced for some non-gcj bytecode)Bryce McKinlay2004-07-122-4/+8
* expr.c (java_truthvalue_conversion, [...]): Convert calls to "build" into cal...Roger Sayle2004-07-122-247/+272
* langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers2004-07-114-27/+26
* 004-07-10 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay2004-07-102-3/+11
* re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay2004-07-106-40/+125
* class.c (interface_of_p): Check for null TYPE_BINFO.Bryce McKinlay2004-07-102-1/+6
* class.c (make_class): Do not create binfo here.Nathan Sidwell2004-07-093-4/+12
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-084-275/+7
* class.c (build_static_field_ref): Add a NOP_EXPR; otherwise we get internal e...Per Bothner2004-07-072-0/+4
* * gcj.texi (Linking): New node. Document -lgij usage.Per Bothner2004-07-072-9/+51
* * gcj.texi (Invoking gij): Document new -verbose:class flag.Per Bothner2004-07-072-0/+7