summaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
Commit message (Expand)AuthorAgeFilesLines
...
* class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata2003-12-201-15/+15
* class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch2003-12-031-1/+1
* re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm2003-11-251-0/+1
* re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm2003-11-181-4/+0
* java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley2003-11-171-7/+15
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2003-10-241-0/+18
* decl.c (java_init_decl_processing): Declare signers field.Tom Tromey2003-10-091-0/+1
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-011-15/+32
* c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson2003-09-281-6/+3
* decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm2003-09-281-28/+0
* decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_...Jeff Sturm2003-09-231-10/+14
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-2/+3
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-3/+2
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-11/+8
* decl.c (java_expand_body): New function.Jeff Sturm2003-09-031-0/+53
* java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey2003-08-041-9/+0
* * decl.c (force_poplevels): Fix warning call.Nathan Sidwell2003-07-251-2/+1
* objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis2003-07-251-8/+12
* c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell2003-07-011-2/+1
* tree.h (expand_function_end): Remove all parameters.Nathan Sidwell2003-06-201-1/+1
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-141-1/+1
* class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson2003-05-131-0/+29
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-2/+2
* builtins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete.Roger Sayle2003-02-261-17/+6
* decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to refle...Ranjit Mathew2003-02-121-1/+3
* gcj.texi (Input and output files): Mention non-class entries.Tom Tromey2003-01-221-0/+1
* check-init.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* decl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -...Andrew Haley2003-01-141-1/+3
* decl.c (java_init_decl_processing): Temporarily back out previous patch.Andrew Haley2003-01-141-3/+2
* [multiple changes]Andrew Haley2003-01-141-2/+3
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-81/+40
* decl.c, [...]: Don't cast return value of xmalloc et al.Kaveh Ghazi2003-01-101-1/+1
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-9/+9
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley2002-12-031-0/+1
* * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.Kaveh R. Ghazi2002-11-281-1/+1
* re PR java/7912 (invalid verification error for arrays)Tom Tromey2002-11-181-0/+10
* buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann2002-11-181-2/+2
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-061-1/+15
* Reverted erroneous checkinTom Tromey2002-11-021-9/+1
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-021-1/+9
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-1/+1
* Make-lang.in (java-tree-inline.o): New.Andrew Haley2002-08-161-6/+46
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-26/+30
* mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2002-06-211-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-72/+4
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay2002-04-181-4/+0
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+1