Age | Commit message (Expand) | Author | Files | Lines |
2004-05-29 | java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was... | Ranjit Mathew | 1 | -2/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -5/+31 |
2004-05-10 | parse.y (create_class): Set TYPE_VFIELD. | Andrew Haley | 1 | -0/+2 |
2004-04-14 | [multiple changes] | Bryce McKinlay | 1 | -0/+1 |
2004-03-19 | class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,... | Per Bothner | 1 | -0/+2 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -167/+180 |
2004-02-25 | Improve some comments. | Per Bothner | 1 | -4/+4 |
2004-01-16 | re PR java/13273 (gcj generates call to abstract method) | Andrew Haley | 1 | -2/+1 |
2004-01-09 | expr.h (expand_expr): Make it a macro, not a function. | Mark Mitchell | 1 | -1/+1 |
2004-01-09 | re PR java/12755 (Binary Compatibility: Resolving static methods and classes ... | Andrew Haley | 1 | -28/+50 |
2003-12-03 | re PR java/12374 (Segfault on "".x) | Ralph Loader | 1 | -4/+0 |
2003-11-25 | re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ... | Jeff Sturm | 1 | -4/+0 |
2003-11-18 | re PR java/12857 (Illegal method modifier when loading a generated .class) | Jeff Sturm | 1 | -6/+0 |
2003-11-18 | re PR java/12739 (gcj emits dead bytecode) | Jeff Sturm | 1 | -0/+2 |
2003-11-17 | java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New. | Andrew Haley | 1 | -0/+4 |
2003-10-24 | lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. | Andrew Haley | 1 | -5/+21 |
2003-10-01 | jcf-parse.c (java_parse_file): Write otable and atable. | Andrew Haley | 1 | -21/+41 |
2003-09-28 | decl.c (java_optimize_inline, [...]): Remove. | Jeff Sturm | 1 | -1/+0 |
2003-09-03 | decl.c (java_expand_body): New function. | Jeff Sturm | 1 | -0/+3 |
2003-08-12 | parse.y (java_check_regular_methods): Typo fixes. | Tom Tromey | 1 | -1/+11 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -6/+0 |
2003-08-04 | java-tree.h (METHOD_TRANSIENT): Removed. | Tom Tromey | 1 | -3/+1 |
2003-07-24 | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 1 | -14/+0 |
2003-07-19 | fixfixes.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -5/+3 |
2003-07-09 | java-tree.h (DECL_NUM_STMTS): Rename to... | Jan Hubicka | 1 | -2/+2 |
2003-06-09 | Make-lang.in (JAVA_OBJS, [...]): Update. | Neil Booth | 1 | -4/+3 |
2003-06-09 | tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed. | Nathan Sidwell | 1 | -0/+3 |
2003-05-13 | class.c (layout_class_method): Set DECL_EXTERNAL. | Richard Henderson | 1 | -0/+2 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -1/+1 |
2003-02-24 | lang-options.h: Added -Wdeprecated. | Tom Tromey | 1 | -0/+3 |
2003-01-23 | java-tree.h: Don't use PARAMS. | Tom Tromey | 1 | -5/+4 |
2003-01-22 | gcj.texi (Input and output files): Mention non-class entries. | Tom Tromey | 1 | -0/+7 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -5/+5 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -204/+199 |
2003-01-08 | * java-tree.h: Protect against multiple inclusion. | Nathanael Nerode | 1 | -0/+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 | -5/+0 |
2002-11-18 | re PR java/7912 (invalid verification error for arrays) | Tom Tromey | 1 | -0/+3 |
2002-11-06 | re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc) | Tom Tromey | 1 | -0/+8 |
2002-11-02 | * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE. | Tom Tromey | 1 | -2/+3 |
2002-11-02 | Reverted erroneous checkin | Tom Tromey | 1 | -8/+0 |
2002-11-02 | re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc) | Tom Tromey | 1 | -0/+8 |
2002-10-15 | java-tree.h (java_inlining_merge_static_initializers): Declare. | Andrew Haley | 1 | -0/+2 |
2002-09-30 | Add -fno-assert flag. | Anthony Green | 1 | -0/+4 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -11/+11 |
2002-09-16 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -1/+2 |
2002-08-16 | Make-lang.in (java-tree-inline.o): New. | Andrew Haley | 1 | -0/+9 |
2002-06-11 | jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC. | Tom Tromey | 1 | -0/+7 |
2002-06-04 | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 1 | -21/+0 |