summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* 2004-08-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-08-102-13/+7
* 2004-08-09 H.J. Lu <hongjiu.lu@intel.com>hjl2004-08-104-6/+10
* 2004-08-06 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-063-141/+41
* 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>chastain2004-08-052-1/+13
* * tree.h (force_fit_type): Return a tree, take three flags.nathan2004-08-054-17/+26
* 2004-08-04 Geoffrey Keating <geoffk@apple.com>geoffk2004-08-057-29/+29
* 2004-08-04 Roger Sayle <roger@eyesopen.com>aph2004-08-042-18/+29
* 2004-08-02 Bryce McKinlay <mckinlay@redhat.com>bryce2004-08-022-5/+11
* * decl.c (update_aliases, initialize_local_variable): Replace callssayle2004-08-016-105/+125
* 2004-07-28 Eric Christopher <echristo@redhat.com>echristo2004-07-282-55/+38
* * parse.y (build_super_invocation): Adjust declaration order tohp2004-07-262-1/+8
* * decl.c: Rename all identifiers named `class' to `cl'.bernie2004-07-252-2/+6
* * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_Prth2004-07-252-0/+6
* * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameterbernie2004-07-251-1/+1
* * boehm.c (set_bit): Improve type safety wrt unsignedness.mrs2004-07-2412-55/+77
* 2004-07-23 Thomas Fitzsimmons <fitzsim@redhat.com>fitzsim2004-07-233-36/+42
* PR java/16431.aph2004-07-211-0/+1
* 2004-07-20 Andrew Haley <aph@redhat.com>aph2004-07-217-111/+339
* .:nathan2004-07-206-201/+168
* * builtins.c (max_builtin, min_builtin,sayle2004-07-189-104/+121
* * langhooks.h (builtin_function): New langhook.jsm282004-07-172-0/+6
* * cfgcleanup.c (try_simplify_condjump): Don't remove linesteven2004-07-172-21/+6
* * Fix for g++/15861fche2004-07-152-1/+7
* * java-tree.h (all_class_filename): Remove useless macro.bothner2004-07-144-21/+12
* 2004-07-12 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-122-4/+8
* * expr.c (java_truthvalue_conversion, flush_quick_stack,sayle2004-07-122-247/+272
* * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,jsm282004-07-114-27/+26
* 004-07-10 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-102-3/+11
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-106-40/+125
* 2004-07-09 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-092-1/+6
* * class.c (make_class): Do not create binfo here.nathan2004-07-093-4/+12
* * except.c (expand_eh_region_start, expand_eh_region_end,rth2004-07-084-275/+7
* * class.c (build_static_field_ref): Add a NOP_EXPR; otherwise webothner2004-07-082-0/+4
* * gcj.texi (Linking): New node. Document -lgij usage.bothner2004-07-082-9/+51
* * gcj.texi (Invoking gij): Document new -verbose:class flag.bothner2004-07-082-0/+7
* * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,nathan2004-07-078-42/+63
* * tree.h (TREE_VIA_VIRTUAL): Rename to ...nathan2004-07-063-5/+9
* * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.nathan2004-07-053-6/+12
* * verify.c: Correct array element access formatting thinko.rmathew2004-07-042-48/+52
* * verify.c: Insert a short blurb at the start referring to the JVMS.rmathew2004-07-042-108/+213
* * c-decl.c (grokdeclarator): Don't frob current_function_declrth2004-07-032-19/+12
* * cgraph.h (cgraph_build_static_cdtor): Declare.rth2004-07-016-132/+90
* PR java/1262bryce2004-06-294-61/+95
* 2004-06-29 Andrew Haley <aph@redhat.com>aph2004-06-295-96/+94
* * jcf-write.c (get_classfile_modifiers): Formatting fixes.bryce2004-06-282-3/+8
* Formatting fixes.rmathew2004-06-2711-40/+74
* 2004-06-26 Bryce McKinlay <mckinlay@redhat.com>bryce2004-06-273-8/+54
* * parse.y (qualify_and_find): Pass type decl, not identifier, tobryce2004-06-272-1/+6
* PR java/15734bryce2004-06-262-1/+11
* PR java/1207, java/16178bryce2004-06-263-12/+27