Age | Commit message (Expand) | Author | Files | Lines |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -7/+6 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -5/+5 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-10-25 | Change hash_table to support a comparator type different from the value type ... | Lawrence Crowl | 1 | -5/+7 |
2012-10-09 | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 1 | -16/+27 |
2012-07-05 | re PR fortran/53449 (fortran fails to build with LTO bootstrap) | Uros Bizjak | 1 | -3/+1 |
2012-04-11 | jcf.h (bootstrap_method): New. | Andrew Haley | 1 | -0/+20 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -6/+1 |
2010-05-23 | java-gimplify.c: Do not include tm.h, toplev.h. | Steven Bosscher | 1 | -2/+0 |
2009-06-01 | attribs.c (register_attribute): Use CONST_CAST. | Ian Lance Taylor | 1 | -4/+3 |
2008-07-06 | jcf-io.c: Don't include fnmatch.h. | Tom Tromey | 1 | -143/+1 |
2008-06-24 | jcf-path.c (jcf_path_init): Don't name variable 'try'. | Tom Tromey | 1 | -5/+5 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -4/+5 |
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-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+8 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-04-06 | jcf-io.c (open_class): Copy 'filename'. | Colin Walters | 1 | -1/+1 |
2007-01-23 | re PR java/30454 (empty "zip" file in class path can cause leakage of file st... | Andrew Pinski | 1 | -2/+10 |
2007-01-13 | jcf-dump.c (main): Updated call to find_class. | Tom Tromey | 1 | -69/+7 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -1/+4 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -8/+7 |
2005-09-30 | re PR java/24120 (jc1 incorrectly uses libiberty hashes) | Tom Tromey | 1 | -3/+17 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+1 |
2005-03-06 | jcf-dump.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-03 | jcf-io.c (caching_stat): Use __extension__ to avoid pedantic warning. | Kaveh R. Ghazi | 1 | -5/+5 |
2004-10-17 | class.c (ident_subst): Always alloca buffer. | Steven Bosscher | 1 | -1/+2 |
2004-10-15 | parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet... | Ranjit Mathew | 1 | -1/+1 |
2004-10-15 | boehm.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-07-24 | boehm.c (set_bit): Improve type safety wrt unsignedness. | Mike Stump | 1 | -1/+1 |
2004-03-31 | re PR java/14104 (java testsuite fails "linking simple") | Andrew Haley | 1 | -1/+2 |
2003-12-20 | class.c: Remove uses of "register" specifier in declarations of arguments and... | Kazu Hirata | 1 | -2/+2 |
2003-04-20 | jcf-io.c (find_class): use DIR_SEPARATOR instead of '/' when computing java s... | Mohan Embar | 1 | -1/+2 |
2003-04-10 | [multiple changes] | Andrew Haley | 1 | -2/+2 |
2003-03-11 | jcf-io.c (caching_stat): Initialize origsep to remove compiler warning. | Andrew Haley | 1 | -1/+1 |
2003-03-10 | jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 f... | Ranjit Mathew | 1 | -2/+8 |
2003-02-08 | jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename ... | Roger Sayle | 1 | -1/+1 |
2003-01-22 | gcj.texi (Input and output files): Mention non-class entries. | Tom Tromey | 1 | -40/+40 |
2003-01-18 | check-init.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-01-17 | * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*. | Kaveh R. Ghazi | 1 | -4/+3 |
2003-01-09 | expr.c, [...]: Don't rely on the `DEFUN', `AND' or `__STDC__' macros. | Kaveh R. Ghazi | 1 | -43/+23 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+7 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -2/+2 |
2002-06-04 | java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks... | Zack Weinberg | 1 | -65/+0 |