aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-13jcf-dump.c (main): Updated call to find_class.Tom Tromey1-126/+1
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-12/+5
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-115/+88
2006-08-22decl.c (java_add_stmt): Give the statement list a type.Andrew Haley1-0/+1
2006-06-23java-tree.h (update_aliases): RemoveAndrew Haley1-88/+9
2006-05-26re PR java/27756 (ICE in update_aliases, at java/decl.c:192)Andrew Haley1-1/+3
2006-05-24decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR.Andrew Haley1-7/+26
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-0/+8
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle1-1/+3
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-13/+6
2006-02-01opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka1-1/+0
2005-12-08java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.Andrew Haley1-0/+9
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey1-0/+6
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-7/+7
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-0/+9
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay1-20/+34
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-2/+31
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-3/+5
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey1-0/+6
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-1/+10
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown1-7/+0
2005-04-13elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown1-0/+7
2005-04-01decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...Tom Tromey1-9/+14
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey1-1/+8