| Commit message (Expand) | Author | Age | Files | Lines |
* | 2004-10-05 Andrew Haley <aph@redhat.com> | aph | 2004-10-05 | 1 | -6/+28 |
* | Simplify lexer. Implement --enable-mapped-location support. | bothner | 2004-09-30 | 1 | -20/+44 |
* | * java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros. | bothner | 2004-09-30 | 1 | -63/+96 |
* | 2004-09-28 Andrew Haley <aph@redhat.com> | aph | 2004-09-28 | 1 | -6/+7 |
* | 2004-09-28 Andrew Haley <aph@redhat.com> | aph | 2004-09-28 | 1 | -18/+2 |
* | 2004-09-28 Andrew Haley <aph@redhat.com> | aph | 2004-09-28 | 1 | -2/+18 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -2/+2 |
* | 2004-08-16 Elliot Lee <sopwith@redhat.com> | aph | 2004-08-16 | 1 | -3/+14 |
* | .: | nathan | 2004-08-15 | 1 | -4/+2 |
* | * tree.h (force_fit_type): Return a tree, take three flags. | nathan | 2004-08-05 | 1 | -1/+2 |
* | * boehm.c (set_bit): Improve type safety wrt unsignedness. | mrs | 2004-07-24 | 1 | -5/+6 |
* | * Fix for g++/15861 | fche | 2004-07-15 | 1 | -1/+1 |
* | * java-tree.h (all_class_filename): Remove useless macro. | bothner | 2004-07-14 | 1 | -2/+2 |
* | * cgraph.h (cgraph_build_static_cdtor): Declare. | rth | 2004-07-01 | 1 | -16/+31 |
* | PR java/1207, java/16178 | bryce | 2004-06-26 | 1 | -5/+6 |
* | Fixes PR java/13948 | rmathew | 2004-06-17 | 1 | -12/+22 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -6/+9 |
* | * jcf-parse.c (java_parse_file): Handle the case that input_filename | sayle | 2004-02-29 | 1 | -3/+2 |
* | 2004-01-16 Andrew Haley <aph@redhat.com> | aph | 2004-01-16 | 1 | -1/+3 |
* | 2004-01-09 Andrew Haley <aph@redhat.com> | aph | 2004-01-09 | 1 | -23/+9 |
* | * class.c: Remove uses of "register" specifier in | kazu | 2003-12-20 | 1 | -2/+2 |
* | Fix PR java/13183. | jsturm | 2003-11-25 | 1 | -7/+0 |
* | * jcf-parse.c (classify_zip_file): Correctly compare | tromey | 2003-11-10 | 1 | -1/+1 |
* | PR java/12894: | tromey | 2003-11-08 | 1 | -3/+2 |
* | Correct misapplied patch. | aph | 2003-10-24 | 1 | -1/+1 |
* | 2003-10-24 David S. Miller <davem@redhat.com> | davem | 2003-10-24 | 1 | -1/+1 |
* | 2003-10-22 Andrew Haley <aph@redhat.com> | aph | 2003-10-24 | 1 | -1/+2 |
* | 2003-10-01 Andrew Haley <aph@redhat.com> | aph | 2003-10-01 | 1 | -1/+10 |
* | * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not | rth | 2003-09-28 | 1 | -11/+10 |
* | * decl.c (java_optimize_inline, dump_function): Remove. | jsturm | 2003-09-28 | 1 | -6/+5 |
* | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | rth | 2003-09-22 | 1 | -6/+4 |
* | * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | rth | 2003-09-21 | 1 | -4/+6 |
* | * decl.c (java_expand_body): New function. | jsturm | 2003-09-03 | 1 | -0/+8 |
* | * c-format.c (check_format_string, get_constant) | zack | 2003-06-28 | 1 | -1/+1 |
* | * diagnostic.c (output_format): Add support for %m. | zack | 2003-05-13 | 1 | -6/+6 |
* | * class.c (layout_class_method): Set DECL_EXTERNAL. | rth | 2003-05-13 | 1 | -5/+2 |
* | * input.h (lineno): Rename to ... | nathan | 2003-05-01 | 1 | -8/+8 |
* | * lang-options.h: Added -Wdeprecated. | tromey | 2003-02-24 | 1 | -0/+20 |
* | 2003-01-31 Adrian Bunk <bunk@fs.tum.de> | aph | 2003-02-03 | 1 | -2/+2 |
* | * jcf-parse.c (read_class): Update identifier's class value if it | tromey | 2003-01-30 | 1 | -0/+4 |
* | * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of | tromey | 2003-01-24 | 1 | -1/+3 |
* | 2003-01-22 Nathanael Nerode <neroden@gcc.gnu.org> | neroden | 2003-01-23 | 1 | -1/+0 |
* | * gcj.texi (Input and output files): Mention non-class entries. | tromey | 2003-01-22 | 1 | -47/+124 |
* | * check-init.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -2/+2 |
* | f: | ghazi | 2003-01-16 | 1 | -0/+1 |
* | * All Files: Convert to ISO C style function definitions. | ghazi | 2003-01-12 | 1 | -42/+20 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -38/+11 |
* | * All Files: Remove PARAMS macro. | ghazi | 2003-01-09 | 1 | -12/+12 |
* | * Make-lang.in, boehm.c, buffer.c, | neroden | 2003-01-01 | 1 | -5/+5 |
* | * class.c (build_static_field_ref): Check FIELD_FINAL. | jsturm | 2002-12-23 | 1 | -1/+0 |