aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-2065/+0
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-1/+2
2016-04-28Don't include minor version in GCJ ABI version (PR java/70839)Rainer Orth1-10/+3
2016-04-28decl.c (parse_version): Don't encode the minor version in the abi version.Matthias Klose1-3/+3
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-9/+6
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and AdaMikhail Maltsev1-3/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-5/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+12
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-2/+2
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-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-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-1/+1
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+0
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-4/+1
2011-06-07decl.c (java_init_decl_processing): Call build_common_nodes, build_common_nod...Richard Guenther1-38/+13
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-1/+8
2011-05-26make TS_BLOCK a substructure of TS_BASENathan Froyd1-5/+2
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-2/+2
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-3/+3
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-1/+4
2011-01-21re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz1-15/+0
2011-01-11re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz1-0/+2
2011-01-07re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz1-1/+1
2011-01-07decl.c (java_init_decl_processing): Setup va_list_type_node.Kai Tietz1-0/+13
2010-12-15decl.c (java_init_decl_processing): Initialise integer_three_node.Dave Korn1-0/+1
2010-10-11decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd1-92/+69
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-18/+18
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-23decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...Anatoly Sokolov1-9/+3
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2