summaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c (java_init_decl_processing): Call build_common_nodes, build_common_nod...Richard Guenther2011-06-071-38/+13
* tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2011-06-071-1/+8
* make TS_BLOCK a substructure of TS_BASENathan Froyd2011-05-261-5/+2
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-071-2/+2
* utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd2011-04-141-3/+3
* cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor2011-04-111-1/+4
* re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz2011-01-211-15/+0
* re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz2011-01-111-0/+2
* re PR bootstrap/47215 (Failed to bootstrap)Kai Tietz2011-01-071-1/+1
* decl.c (java_init_decl_processing): Setup va_list_type_node.Kai Tietz2011-01-071-0/+13
* decl.c (java_init_decl_processing): Initialise integer_three_node.Dave Korn2010-12-151-0/+1
* decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd2010-10-111-92/+69
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-18/+18
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...Anatoly Sokolov2010-06-231-9/+3
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek2010-05-251-1/+5
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-231-6/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial)Jakub Jelinek2010-05-201-1/+5
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-1/+1
* Squash commit of EH in gimpleRichard Henderson2009-09-141-8/+2
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-11/+1
* re PR middle-end/40867 (FAIL: StackTrace2 output - source compiled test)Andrew Haley2009-08-031-7/+39
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-2/+36
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-98/+180
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+2
* decl.c (build_result_decl): Remove no longer applicable promotion.Richard Guenther2008-09-091-4/+0
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-17/+7
* jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey2008-06-241-3/+3
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-3/+3
* [multiple changes]Kenneth Zadeck2008-05-071-3/+3
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-12/+0
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-6/+1
* re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley2007-12-181-6/+15
* PR 34081/C++Andreas Krebbel2007-11-261-1/+1
* decl.c (java_expand_body): Kill.Jan Hubicka2007-09-111-8/+0
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-1/+1
* decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A...Andrew Haley2007-09-041-1/+4
* typeck.c (find_method_in_interfaces): Update.Tom Tromey2007-08-171-1/+0
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-4/+3
* java-tree.h (push_labeled_block, [...]): Remove.Tom Tromey2007-07-261-35/+0
* expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley2007-02-021-16/+0
* jcf-dump.c (main): Updated call to find_class.Tom Tromey2007-01-131-126/+1
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-12/+5
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-115/+88
* decl.c (java_add_stmt): Give the statement list a type.Andrew Haley2006-08-221-0/+1
* java-tree.h (update_aliases): RemoveAndrew Haley2006-06-231-88/+9
* re PR java/27756 (ICE in update_aliases, at java/decl.c:192)Andrew Haley2006-05-261-1/+3
* decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR.Andrew Haley2006-05-241-7/+26