summaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-18/+18
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-2/+2
* java-tree.h (force_evaluation_order): Remove prototype.Steven Bosscher2012-07-111-1/+0
* split tree_typeNathan Froyd2011-05-111-1/+1
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-071-1/+1
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-131-1/+1
* invoke.texi (-dy): Remove.Joseph Myers2010-11-171-1/+1
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-53/+0
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-3/+3
* java-tree.h (struct lang_type): Change type to a VEC.Nathan Froyd2010-06-281-1/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-9/+13
* java-tree.h (method_entry): Declare.Nathan Froyd2010-05-281-8/+17
* java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd2010-05-261-1/+1
* class.c (utf8_decl_list): Delete.Nathan Froyd2010-05-261-10/+0
* re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek2010-05-251-1/+5
* tree.h (build_call_list): Remove.Nathan Froyd2010-05-181-3/+3
* re PR middle-end/44103 (New Java test failures)Nathan Froyd2010-05-141-18/+22
* Squash commit of EH in gimpleRichard Henderson2009-09-141-0/+3
* tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2009-09-011-1/+0
* builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins.Andrew Haley2009-08-121-0/+3
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-1/+1
* re PR java/40590 (namespace namespace broken in CNI)Andrew Haley2009-06-291-0/+2
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-3/+3
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-18/+10
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-2/+2
* tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor2008-06-211-9/+0
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-3/+2
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-1/+0
* expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on method.Tom Tromey2008-02-291-3/+1
* 2008-01-23 David Daney <ddaney@avtrex.com>David Daney2008-01-231-0/+2
* java-tree.h (struct lang_decl_func): Remove.Tom Tromey2007-09-151-6/+0
* typeck.c (find_method_in_interfaces): Update.Tom Tromey2007-08-171-85/+1
* tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey2007-08-171-11/+3
* 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-12/+0
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-1/+0
* c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola2007-05-141-1/+0
* tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski2007-04-211-1/+1
* jvgenmain.c (main): Change main to use class$, not class$$.Andrew Haley2007-04-031-0/+1
* typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola2007-03-301-1/+0
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-11/+9
* class.c (uncache_this_class_ref): New.Andrew Haley2007-02-071-0/+1
* * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r...Andrew Haley2007-02-021-0/+2
* lang.c (dump_compound_expr): Removed case.Tom Tromey2007-01-151-55/+0
* typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey2007-01-111-9/+1
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-237/+67