summaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lang.c (java_init): Handle flag_indirect_classes.Andrew Haley2006-04-241-0/+8
* decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle2006-02-041-1/+3
* java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston2006-02-031-13/+6
* opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka2006-02-011-1/+0
* java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.Andrew Haley2005-12-081-0/+9
* re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey2005-11-291-0/+6
* check-init.c, [...]: Fix comment typos.Kazu Hirata2005-09-061-3/+3
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-7/+7
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-281-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey2005-06-151-0/+9
* decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay2005-05-261-20/+34
* re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson2005-05-251-2/+31
* builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson2005-05-241-3/+5
* gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey2005-05-121-0/+6
* re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley2005-04-291-1/+10
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown2005-04-191-7/+0
* elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown2005-04-131-0/+7
* decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...Tom Tromey2005-04-011-9/+14
* jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey2005-03-231-1/+8
* re PR java/20522 (ICE in update_aliases, at java/decl.c:163)Andrew Haley2005-03-181-1/+10
* re PR java/20338 (Program compiled with gcj crashes when accessing private st...Ranjit Mathew2005-03-091-1/+3
* * Revert patch from 2005-03-08 for causing bootstrap failure onJulian Brown2005-03-081-7/+0
* * decl.c (finish_method): Give methods once-only linkage.Julian Brown2005-03-081-0/+7
* re PR java/19907 (Incorrect code generated for ManifestElement.java)Andrew Haley2005-02-141-13/+13