aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-08* java-tree.h: Protect against multiple inclusion.Nathanael Nerode1-0/+4
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-5/+0
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-0/+3
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-0/+8
2002-11-02* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.Tom Tromey1-2/+3
2002-11-02Reverted erroneous checkinTom Tromey1-8/+0
2002-11-02re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-0/+8
2002-10-15java-tree.h (java_inlining_merge_static_initializers): Declare.Andrew Haley1-0/+2
2002-09-30Add -fno-assert flag.Anthony Green1-0/+4
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-11/+11
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-1/+2
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-0/+9
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey1-0/+7
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-21/+0
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-55/+90
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell1-5/+0
2002-05-07re PR java/5941 (incorrect "Unreachable statement" error)Tom Tromey1-0/+7
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+1
2002-04-24expr.c (PRE_JSR): Call NOTE_LABEL for return address.Per Bothner1-8/+2
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-0/+1
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-0/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-0/+3
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-0/+2
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-6/+4
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-0/+1
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-0/+8
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-0/+1
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-0/+4
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-0/+1
2002-02-20builtins.c (check_for_builtin): New function.Per Bothner1-1/+1
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-0/+5
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-3/+10
2002-01-03class.c (compile_resource_file): Update copyright date.Graham Stott1-2/+3
2001-12-20decl.c (java_init_decl_processing): Don't initialize finit_leg_identifier_node.Bryce McKinlay1-11/+3
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-0/+36
2001-12-14class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm1-0/+12
2001-12-09* java-tree.h: Fixed typo.Tom Tromey1-1/+1
2001-12-06Restore support for static class initialization optimization.Per Bothner1-6/+8