aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-0/+29
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-02-26builtins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete.Roger Sayle1-17/+6
2003-02-12decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to refle...Ranjit Mathew1-1/+3
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-0/+1
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14decl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -...Andrew Haley1-1/+3
2003-01-14decl.c (java_init_decl_processing): Temporarily back out previous patch.Andrew Haley1-3/+2
2003-01-14[multiple changes]Andrew Haley1-2/+3
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-81/+40
2003-01-10decl.c, [...]: Don't cast return value of xmalloc et al.Kaveh Ghazi1-1/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-9/+9
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+1
2002-11-28* decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.Kaveh R. Ghazi1-1/+1
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-0/+10
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-2/+2
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-1/+15
2002-11-02Reverted erroneous checkinTom Tromey1-9/+1
2002-11-02re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-1/+9
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-6/+46
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-26/+30
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-72/+4
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay1-4/+0
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-1/+1
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-11/+0
2002-03-20Makefile.in: Update.Neil Booth1-1/+1
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-0/+5
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+1
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-5/+12
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-2/+0
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-18/+13
2001-12-20decl.c (java_init_decl_processing): Don't initialize finit_leg_identifier_node.Bryce McKinlay1-5/+0
2001-12-16decl.c (java_init_decl_processing): Build otable_type correctly.Bryce McKinlay1-5/+4
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-1/+34
2001-12-14class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm1-0/+6
2001-12-06Restore support for static class initialization optimization.Per Bothner1-1/+1
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner1-6/+3
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-1/+1
2001-09-22re PR java/4360 (libjava fails to compile on i686-pc-linux-gnu (AttributedStr...Alexandre Petit-Bianco1-3/+5
2001-08-24decl.c (init_decl_processing): Add `throws' field to method descriptor.Tom Tromey1-0/+1
2001-08-17[multiple changes]Alexandre Petit-Bianco1-0/+10
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-1/+1
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco1-36/+3