Age | Commit message (Expand) | Author | Files | Lines |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -4/+3 |
2007-02-06 | re PR driver/30714 (gcj driver doesn't recognize files starting with II) | Tom Tromey | 1 | -1/+1 |
2007-01-30 | * jvspec.c (lang_specific_driver): Remove unused classpath_args. | Ben Elliston | 1 | -4/+0 |
2007-01-29 | re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch) | Tom Tromey | 1 | -2/+12 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -35/+68 |
2006-09-12 | jvspec.c (lang_specific_driver): Read spec file even if -fsyntax-only. | Tom Tromey | 1 | -2/+1 |
2006-08-17 | jvspec.c (lang_specific_driver): Add -s-bc-abi when needed. | Jakub Jelinek | 1 | -0/+13 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -3/+3 |
2006-01-16 | jvspec.c (lang_specific_spec_functions): remove | Rafael Espindola | 1 | -6/+0 |
2005-07-13 | jvspec.c (lang_specific_driver): Put filelist_filename first on command line. | Tom Tromey | 1 | -9/+16 |
2005-07-12 | reverted erroneous commit | Tom Tromey | 1 | -14/+8 |
2005-07-12 | re PR java/19674 (Empty declaration through semicolon (;) causes compile fail... | Tom Tromey | 1 | -8/+14 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-11-25 | darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic. | Joseph Myers | 1 | -4/+4 |
2004-11-25 | * Merged gcj-abi-2-dev-branch to trunk. | Tom Tromey | 1 | -1/+1 |
2004-10-13 | re PR java/15578 (gcj doesn't support -extdirs) | Tom Tromey | 1 | -5/+9 |
2003-10-05 | * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. | Kelley Cook | 1 | -2/+2 |
2003-07-28 | treetree.c: Convert remaining K&R prototypes to ISO C90. | Andreas Jaeger | 1 | -9/+5 |
2003-07-19 | fixfixes.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-06-08 | jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and fno-assume-co... | Tom Tromey | 1 | -1/+1 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -23/+18 |
2002-11-19 | gcc.c (The Specs Language): Document spec functions. | Jason Thorpe | 1 | -0/+6 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -4/+4 |
2002-09-30 | Add -fno-assert flag. | Anthony Green | 1 | -1/+1 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-04-23 | For PR java/6314: | Tom Tromey | 1 | -18/+8 |
2002-04-12 | Add --extdirs support. | Anthony Green | 1 | -0/+1 |
2002-03-03 | Make --CLASSPATH by a synonym for --classpath and -classpath. | Per Bothner | 1 | -3/+5 |
2002-02-28 | expr.c (java_array_data_offset): Removed function. | Bryce McKinlay | 1 | -0/+1 |
2002-02-23 | re PR java/2369 (--main should check the following symbol) | Tom Tromey | 1 | -0/+43 |
2001-12-23 | arc.c (arc_hard_regno_mode_ok): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-12-15 | java-tree.h (otable_methods, [...]): New field/global tree definitions. | Bryce McKinlay | 1 | -0/+1 |
2001-12-03 | c-decl.c (grokdeclarator): Use ISO word. | Neil Booth | 1 | -1/+1 |
2001-11-27 | re PR other/3968 (COLLECT_GCC_OPTIONS empty) | Rainer Orth | 1 | -6/+12 |
2001-09-07 | java-tree.h (compile_resource_file): Grouped with other prototypes. | Alexandre Petit-Bianco | 1 | -1/+0 |
2001-09-06 | class.c (O_BINARY): Define if necessary. | Anthony Green | 1 | -2/+45 |
2001-08-12 | Revert Rainer Orth's Java and gcc.c patch. | David Edelsohn | 1 | -12/+6 |
2001-08-02 | re PR java/227 (mips-tfile:internal error (when compiling java code)) | Rainer Orth | 1 | -6/+12 |
2001-07-13 | jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1 invocation. | Tom Tromey | 1 | -0/+1 |
2001-05-18 | jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the ... | Per Bothner | 1 | -1/+15 |
2001-04-29 | jcf-io.c (read_zip_member): Cast to long in comparison with signed value. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-04-23 | collect2.c (main): Use concat in lieu of xmalloc/sprintf. | Kaveh R. Ghazi | 1 | -8/+2 |
2001-03-23 | gcj.texi (Configure-time Options): Add -fcheck-references. | Andrew Haley | 1 | -0/+1 |
2001-03-19 | jvspec.c (lang_specific_driver): Check for .zip and .jar files. | Per Bothner | 1 | -27/+35 |
2001-03-15 | jvspec.c (lang_specific_driver): Fix -C handling. | Per Bothner | 1 | -2/+7 |
2001-02-23 | Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog. | Per Bothner | 1 | -52/+56 |
2001-02-05 | Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list of macros used when c... | Bryce McKinlay | 1 | -1/+18 |
2001-01-10 | * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation. | Tom Tromey | 1 | -1/+1 |
2000-10-20 | jvspec.c (lang_specific_driver): Recognize -MF and -MT. | Tom Tromey | 1 | -3/+5 |