aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-25re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek1-1/+5
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-6/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-20re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial)Jakub Jelinek1-1/+5
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2009-09-14Squash commit of EH in gimpleRichard Henderson1-8/+2
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-11/+1
2009-08-03re PR middle-end/40867 (FAIL: StackTrace2 output - source compiled test)Andrew Haley1-7/+39
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-2/+36
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-98/+180
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+2
2008-09-09decl.c (build_result_decl): Remove no longer applicable promotion.Richard Guenther1-4/+0
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-17/+7
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-3/+3
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-3/+3
2008-05-07[multiple changes]Kenneth Zadeck1-3/+3
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-12/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-6/+1
2007-12-18re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley1-6/+15
2007-11-26PR 34081/C++Andreas Krebbel1-1/+1
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-8/+0
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-1/+1
2007-09-04decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A...Andrew Haley1-1/+4
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-1/+0
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-26java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey1-35/+0
2007-02-02expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley1-16/+0