aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-0/+4
2005-04-08system.h: Poison PARAMS.Kaveh R. Ghazi1-5/+5
2005-03-06Remove xref code.Ranjit Mathew1-8/+0
2005-03-01java-tree.h (IDENTIFIER_HANDLECLASS_VALUE): Remove ancient macro.Per Bothner1-8/+3
2005-01-24java-tree.h (gcj_abi_version): Declare.Tom Tromey1-1/+2
2005-01-22* java-except.h, java-tree.h: Remove unused prototypes.Kazu Hirata1-4/+0
2004-12-06re PR java/14853 (Assignment to final field permitted when compiling to native)Tom Tromey1-0/+2
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-0/+1
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-6/+69
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-0/+10
2004-10-05Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew1-2/+1
2004-10-01* java-tree.h: Fix a comment typo.Kazu Hirata1-2/+2
2004-09-30java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner1-7/+5
2004-09-29java-tree.h: Redefine some macros and add soem declaration to handle the USE_...Per Bothner1-4/+14
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