aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-6/+0
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-7/+5
2010-08-06* class.c (build_utf8_ref): Fix code formatting from previous commit.David Daney1-1/+1
2010-08-06* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.David Daney1-0/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-14/+14
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05re PR bootstrap/44825 (Failed to bootstrap)Nathan Froyd1-2/+2
2010-07-05constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd1-82/+95
2010-06-28java-tree.h (struct lang_type): Change type to a VEC.Nathan Froyd1-13/+18
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-12/+7
2010-05-28java-tree.h (method_entry): Declare.Nathan Froyd1-17/+13
2010-05-26java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd1-7/+8
2010-05-26class.c (utf8_decl_list): Delete.Nathan Froyd1-4/+0
2010-05-25re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek1-1/+20
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-6/+1
2010-05-14re PR middle-end/44103 (New Java test failures)Nathan Froyd1-144/+155
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-1/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-38/+63
2008-10-16re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn1-0/+1
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-4/+3
2008-08-21class.c (make_class_data): Don't add field_index when flag_reduced_reflection...David Daney1-0/+2
2008-07-29class.c (build_utf8_ref): Set DECL_SIZE and DECL_SIZE_UNIT from ctype's sizes.Jakub Jelinek1-0/+2
2008-07-29class.c (build_utf8_ref): Pad initializer string to utf8const_type's alignment.Jakub Jelinek1-5/+7
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-34/+36
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-12/+12
2008-06-14re PR java/36247 (Segfault with -findirect-dispatch and --jni)Tom Tromey1-1/+7
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-8/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2008-01-232008-01-23 David Daney <ddaney@avtrex.com>David Daney1-7/+7
2007-11-26* class.c (JAVA_TREEHASHHASH_H): Use TYPE_UID.Alexandre Oliva1-1/+1
2007-10-03re PR java/33639 (gcj generates assembler errors)Andrew Haley1-2/+55
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-42/+17
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-3/+5
2007-07-16re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)Rainer Orth1-1/+3
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-0/+8
2007-06-15[multiple changes]Andrew Pinski1-5/+5
2007-04-03jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley1-3/+28
2007-02-18* class.c: Fix a comment typo.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-20/+12
2007-02-07class.c (uncache_this_class_ref): New.Andrew Haley1-0/+9
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley1-2/+45
2007-02-02class.c (is_compiled_class): Move check to avoid reloading current class.David Daney1-9/+7
2007-01-31* class.c, jcf-parse.c: Fix comment typos.Kazu Hirata1-1/+1
2007-01-29class.c (add_method_1): Mark fndecl as external unless we are compiling it in...Andrew Haley1-0/+4
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-61/+1
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-35/+1
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-28/+179
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-1/+1