aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-09java-tree.h (flag_deprecated): Removed.H.J. Lu1-3/+0
2004-08-01decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle1-11/+11
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-2/+7
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-0/+2
2004-07-13java-tree.h (all_class_filename): Remove useless macro.Per Bothner1-14/+0
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-1/+0
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-0/+1
2004-07-09class.c (make_class): Do not create binfo here.Nathan Sidwell1-1/+2
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-3/+0
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-4/+5
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-3/+2
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-2/+2
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-3/+2
2004-06-29re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay1-0/+3
2004-06-29except.c (expand_start_java_handler): Push a new binding level.Andrew Haley1-0/+4
2004-05-29java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was...Ranjit Mathew1-2/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-5/+31
2004-05-10parse.y (create_class): Set TYPE_VFIELD.Andrew Haley1-0/+2
2004-04-14[multiple changes]Bryce McKinlay1-0/+1
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner1-0/+2
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-167/+180
2004-02-25Improve some comments.Per Bothner1-4/+4
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley1-2/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-1/+1
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-28/+50
2003-12-03re PR java/12374 (Segfault on "".x)Ralph Loader1-4/+0
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-4/+0
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm1-6/+0
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm1-0/+2
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley1-0/+4
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-5/+21
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-21/+41
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm1-1/+0
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+3
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-1/+11
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-6/+0
2003-08-04java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey1-3/+1
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-14/+0
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+3
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-2/+2
2003-06-09Make-lang.in (JAVA_OBJS, [...]): Update.Neil Booth1-4/+3
2003-06-09tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell1-0/+3
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-0/+2
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-1/+1
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-0/+3
2003-01-23java-tree.h: Don't use PARAMS.Tom Tromey1-5/+4
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-0/+7
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-5/+5
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-204/+199