aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR java/64044 (Java emits bogus .class$ decls)Richard Biener1-1/+0
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-29/+18
2014-07-09java: Use build_qualified_type instead of build_type_variant.Mark Wielaard1-4/+4
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-3/+2
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-3/+3
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-1/+1
2013-05-06re PR libgcj/57074 (libgcj regression on 32bit Power architecture)Jakub Jelinek1-3/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-64/+63
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+4
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-4/+4
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+1
2012-05-21re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared...John David Anglin1-6/+6
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+0
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-1/+0
2012-04-02Fix .jcr alignmentRainer Orth1-1/+2
2012-03-29re PR java/52730 (Java front end emits assembly)Steven Bosscher1-44/+75
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-10/+9
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