Age | Commit message (Expand) | Author | Files | Lines |
2007-11-02 | re PR java/33765 (gcj internal compiler error when reading an empty file) | Tom Tromey | 1 | -0/+4 |
2007-09-06 | * jcf-parse.c (parse_class_file): Re-enter the current file. | Tom Tromey | 1 | -0/+7 |
2007-09-06 | tree-cfg.c (remove_bb): Only warn if line is non-zero. | Tom Tromey | 1 | -11/+11 |
2007-09-03 | system.h (CONST_CAST2, [...]): New macros for type-specific casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-17 | typeck.c (find_method_in_interfaces): Update. | Tom Tromey | 1 | -5/+0 |
2007-08-10 | system.h (CONST_CAST): New. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-04-03 | jvgenmain.c (main): Change main to use class$, not class$$. | Andrew Haley | 1 | -3/+6 |
2007-02-03 | * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-01 | re PR java/30641 (gcj corrupted double-linked list (glibc detected)) | Andrew Haley | 1 | -0/+2 |
2007-01-31 | * class.c, jcf-parse.c: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2007-01-24 | [multiple changes] | Andrew Haley | 1 | -1/+1 |
2007-01-13 | jcf-dump.c (main): Updated call to find_class. | Tom Tromey | 1 | -86/+15 |
2007-01-11 | typeck.c (convert): Don't use flag_emit_class_files. | Tom Tromey | 1 | -3/+2 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -116/+847 |
2007-01-08 | tree.h (build_int_cst_wide_type): Export. | Richard Guenther | 1 | -2/+1 |
2006-02-23 | jcf-parse.c (parse_class_file): Set input_location from current_class. | Andrew Haley | 1 | -1/+1 |
2006-02-03 | java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | Ben Elliston | 1 | -25/+19 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -10/+10 |
2005-12-16 | jcf-parse.c (set_source_filename): Set the decl source location even when ret... | Alexandre Oliva | 1 | -1/+7 |
2005-09-15 | re PR java/23891 (Problem folding static fields across packages) | Bryce McKinlay | 1 | -0/+4 |
2005-09-06 | check-init.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-13 | expr.c (int highest_label_pc_this_method, [...]): New globals. | Per Bothner | 1 | -0/+15 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -4/+4 |
2005-03-17 | re PR java/20502 (gcj failure if .jar contains same .class twice) | Bryce McKinlay | 1 | -17/+30 |
2005-02-12 | builtins.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-09 | parse.y (process_imports): Allocate (and free) original_name only when not al... | Mark Wielaard | 1 | -5/+21 |
2004-12-08 | jcf-parse.c (load_class): Remove sanity test for missing inner class file. | Andrew Haley | 1 | -6/+0 |
2004-11-27 | jcf-parse.c (set_source_filename): Improvement to Andrew's fix... | Per Bothner | 1 | -7/+11 |
2004-11-26 | re PR java/18305 (Class initialization optimization is not done when compiled... | Andrew Pinski | 1 | -4/+0 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -31/+111 |
2004-10-21 | re PR java/18091 (Valgrind errors building libjava) | Andrew Haley | 1 | -1/+3 |
2004-10-15 | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 1 | -1/+1 |
2004-10-05 | [multiple changes] | Andrew Haley | 1 | -6/+28 |
2004-09-30 | Simplify lexer. Implement --enable-mapped-location support. | Per Bothner | 1 | -20/+44 |
2004-09-30 | java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros. | Per Bothner | 1 | -63/+96 |
2004-09-28 | re PR java/17586 (kawa build fails with ICE) | Andrew Haley | 1 | -6/+7 |
2004-09-28 | jcf-parse.c (load_class): Back out previous broken patch. | Andrew Haley | 1 | -18/+2 |
2004-09-28 | re PR java/17586 (kawa build fails with ICE) | Andrew Haley | 1 | -2/+18 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -2/+2 |
2004-08-16 | re PR java/9677 (File not found if spaces in file name) | Elliot Lee | 1 | -3/+14 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -4/+2 |
2004-08-05 | tree.h (force_fit_type): Return a tree, take three flags. | Nathan Sidwell | 1 | -1/+2 |
2004-07-24 | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 1 | -5/+6 |
2004-07-15 | * Fix for g++/15861 | Frank Ch. Eigler | 1 | -1/+1 |
2004-07-13 | java-tree.h (all_class_filename): Remove useless macro. | Per Bothner | 1 | -2/+2 |
2004-07-01 | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 1 | -16/+31 |
2004-06-26 | PR java/1207, java/16178 | Bryce McKinlay | 1 | -5/+6 |