summaryrefslogtreecommitdiff
path: root/gcc/java/class.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (JAVA_TREEHASHHASH_H): Use TYPE_UID.aoliva2007-11-261-1/+1
* 2007-10-03 Andrew Haley <aph@redhat.com>aph2007-10-031-2/+55
* * typeck.c (find_method_in_interfaces): Update.tromey2007-08-171-42/+17
* * java-gimplify.c: Change copyright header to refer to version 3 of the GNU nickc2007-07-311-4/+3
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-3/+5
* PR target/32462ro2007-07-161-1/+3
* 2007-07-09 Geoffrey Keating <geoffk@apple.com>geoffk2007-07-101-0/+8
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-5/+5
* 2007-04-03 Andrew Haley <aph@redhat.com>aph2007-04-031-3/+28
* * class.c: Fix a comment typo.kazu2007-02-181-1/+1
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-20/+12
* 2007-02-07 Andrew Haley <aph@redhat.com>aph2007-02-071-0/+9
* 2007-02-02 Andrew Haley <aph@redhat.com>aph2007-02-021-2/+45
* * class.c (is_compiled_class): Move check to avoid reloadingdaney2007-02-021-9/+7
* * class.c, jcf-parse.c: Fix comment typos.kazu2007-01-311-1/+1
* 2007-01-29 Andrew Haley <aph@redhat.com>aph2007-01-291-0/+4
* * jcf-dump.c (main): Updated call to find_class.tromey2007-01-131-61/+1
* * typeck.c (convert): Don't use flag_emit_class_files.tromey2007-01-111-35/+1
* Merged gcj-eclipse branch to trunk.tromey2007-01-091-28/+179
* Move all varpool routines out of cgraph/cgraphunit to varpool.chubicka2006-12-111-1/+1
* 2006-07-04 Andrew Haley <aph@redhat.com>aph2006-07-041-0/+1
* 2006-06-16 Andrew Haley <aph@redhat.com>aph2006-06-161-4/+6
* 2006-06-09 Andrew Haley <aph@redhat.com>aph2006-06-131-1/+5
* 2006-06-08 Andrew Haley <aph@redhat.com>aph2006-06-081-3/+10
* * class.c, except.c, expr.c, java-gimplify.c: Fix commentkazu2006-05-281-1/+1
* 2006-05-10 Andrew Haley <aph@redhat.com>aph2006-05-101-2/+2
* * java-tree.h (uses_jv_markobj_p): Declare.tromey2006-05-051-11/+1
* 2006-05-04 Andrew Haley <aph@redhat.com>aph2006-05-041-1/+2
* 2006-04-21 Andrew Haley <aph@redhat.com>aph2006-04-241-38/+165
* 2006-03-30 Andrew Haley <aph@redhat.com>aph2006-03-311-1/+11
* * lang.opt (-freduced-reflection): New option.daney2006-03-151-21/+65
* gcc/javatromey2006-03-151-4/+7
* 2006-02-15 Andrew Haley <aph@redhat.com>aph2006-02-201-1/+3
* * java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.bje2006-02-031-4/+3
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-2/+2
* 2005-12-13 Andrew Haley <aph@redhat.com>aph2005-12-131-0/+3
* * config/alpha/alpha.c (alpha_start_function): Use switch_to_section.rsandifo2005-12-071-2/+2
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-1/+1
* PR java/23620nathan2005-10-141-1/+5
* PR java/21418rmathew2005-09-211-2/+6
* 2005-09-18 James A. Morrison <phython@gcc.gnu.org>phython2005-09-181-2/+2
* gcc/java:tromey2005-08-171-7/+3
* PR java/23300.tromey2005-08-161-2/+3
* * class.c (build_class_ref): Wrap the primary class type in anathan2005-08-081-0/+5
* Make CONSTRUCTOR use VEC to store initializers.giovannibajo2005-07-201-12/+14
* 2005-07-02 Zack Weinberg <zack@codesourcery.com>jsm282005-07-021-2/+2
* Update FSF address.kcook2005-06-251-2/+2
* gcc/java/:tromey2005-06-151-1/+4
* * class.c (inherits_from_p): Do load_class if needed.bothner2005-06-121-0/+2
* PR java/21722:tromey2005-06-031-11/+10