Age | Commit message (Expand) | Author | Files | Lines |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -34/+8 |
2004-05-10 | parse.y (create_class): Set TYPE_VFIELD. | Andrew Haley | 1 | -10/+50 |
2004-04-20 | class.c (make_class_data): Add new field aux_info. | Bryce McKinlay | 1 | -0/+1 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 1 | -2/+24 |
2004-03-20 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-03-19 | class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,... | Per Bothner | 1 | -49/+92 |
2004-02-26 | re PR java/14231 (Incorrect interface method called when compiling against .c... | Andrew Haley | 1 | -2/+3 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -1/+1 |
2004-01-15 | class.c (gen_indirect_dispatch_tables): Fix string length calculations. | Michael Chastain | 1 | -3/+3 |
2004-01-09 | re PR java/12755 (Binary Compatibility: Resolving static methods and classes ... | Andrew Haley | 1 | -39/+152 |
2003-12-20 | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 1 | -2/+2 |
2003-12-03 | class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig... | Michael Koch | 1 | -1/+1 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -13/+70 |
2003-10-09 | decl.c (java_init_decl_processing): Declare signers field. | Tom Tromey | 1 | -0/+1 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -44/+74 |
2003-09-24 | * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value. | Rainer Orth | 1 | -17/+18 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -5/+6 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -6/+5 |
2003-09-20 | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 1 | -4/+3 |
2003-09-17 | re PR java/12254 (Regression in java networking code) | Bryce McKinlay | 1 | -4/+6 |
2003-08-12 | parse.y (java_check_regular_methods): Typo fixes. | Tom Tromey | 1 | -7/+67 |
2003-08-04 | java-tree.h (METHOD_TRANSIENT): Removed. | Tom Tromey | 1 | -3/+0 |
2003-07-25 | objc-act.c (objc_check_decl): Don't use xxx_with_decl. | Gabriel Dos Reis | 1 | -4/+4 |
2003-07-19 | fixfixes.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+2 |
2003-06-28 | * c-format.c (check_format_string, get_constant) | Zack Weinberg | 1 | -1/+1 |
2003-06-20 | tree.h (expand_function_end): Remove all parameters. | Nathan Sidwell | 1 | -6/+6 |
2003-06-14 | tree.h (init_function_start): Remove filename and line paramters. | Nathan Sidwell | 1 | -1/+2 |
2003-05-13 | class.c (layout_class_method): Set DECL_EXTERNAL. | Richard Henderson | 1 | -0/+3 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -3/+3 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -12/+10 |
2003-02-28 | re PR java/9695 (Inner class bug prevent GNU Classpath from compiling) | Tom Tromey | 1 | -1/+12 |
2003-02-20 | Change base class access representation. | Nathan Sidwell | 1 | -2/+0 |
2003-01-31 | tree.h (TYPE_BINFO_SIZE, [...]): Remove. | Nathan Sidwell | 1 | -3/+3 |
2003-01-24 | class.c (build_static_field_ref): Only a String or numeric field can fold to ... | Tom Tromey | 1 | -2/+12 |
2003-01-22 | gcj.texi (Input and output files): Mention non-class entries. | Tom Tromey | 1 | -108/+1 |
2003-01-21 | class.c (supers_all_compiled): New function. | Tom Tromey | 1 | -7/+18 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-14 | class.c (make_class_data): Check that super is compiled before building class... | Tom Tromey | 1 | -1/+2 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -141/+66 |
2003-01-10 | * class.c, gjavah.c, parse.y, verify.c: Don't use PTR. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -15/+15 |
2003-01-07 | class.c (add_assume_compiled): Don't adjust parent if we're already at the ro... | Tom Tromey | 1 | -2/+4 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+5 |
2002-12-23 | class.c (build_static_field_ref): Check FIELD_FINAL. | Jeff Sturm | 1 | -1/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -0/+1 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -5/+4 |
2002-11-02 | re PR java/8415 (reflection bug: exception info for Method) | Tom Tromey | 1 | -1/+1 |
2002-10-11 | decl.c (typename_hash): Use htab_hash_pointer. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |