| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -9/+9 |
* | Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion). | dnovillo | 2012-08-15 | 1 | -2/+2 |
* | 2011-04-29 Richard Guenther <rguenther@suse.de> | ro | 2011-04-29 | 1 | -5/+2 |
* | Update Copyright years for files modified in 2010. | jakub | 2011-01-03 | 1 | -1/+1 |
* | 2010-11-09 Joern Rennecke <amylaar@spamcop.net> | amylaar | 2010-11-16 | 1 | -2/+2 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * constants.c (build_constants_constructor): Use build_constructor | froydnj | 2010-07-05 | 1 | -22/+29 |
* | gcc/ada: | lauras | 2010-06-08 | 1 | -3/+6 |
* | PR 44103 | froydnj | 2010-05-14 | 1 | -5/+6 |
* | gcc/java/ | aldyh | 2009-06-12 | 1 | -2/+3 |
* | 2009-04-27 Richard Guenther <rguenther@suse.de> | rguenth | 2009-04-27 | 1 | -0/+9 |
* | 2008-10-14 Andrew Haley <aph@redhat.com> | aph | 2008-10-15 | 1 | -13/+17 |
* | * jcf-path.c (jcf_path_init): Don't name variable 'try'. | tromey | 2008-06-24 | 1 | -7/+7 |
* | * collect2.c (main, add_to_list): Fix for -Wc++-compat. | ghazi | 2008-06-20 | 1 | -8/+6 |
* | 2008-04-23 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2008-04-23 | 1 | -2/+0 |
* | 2007-11-16 David Daney <ddaney@avtrex.com> | daney | 2007-11-18 | 1 | -4/+4 |
* | * java-gimplify.c: Change copyright header to refer to version 3 of the GNU | nickc | 2007-07-31 | 1 | -6/+5 |
* | 2007-02-02 Andrew Haley <aph@redhat.com> | aph | 2007-02-02 | 1 | -31/+37 |
* | Merged gcj-eclipse branch to trunk. | tromey | 2007-01-09 | 1 | -8/+24 |
* | 2006-04-21 Andrew Haley <aph@redhat.com> | aph | 2006-04-24 | 1 | -1/+22 |
* | 2006-02-07 Andrew Haley <aph@redhat.com> | aph | 2006-02-07 | 1 | -2/+10 |
* | * java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | bje | 2006-02-03 | 1 | -2/+1 |
* | Make CONSTRUCTOR use VEC to store initializers. | giovannibajo | 2005-07-20 | 1 | -3/+4 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * builtins.c (define_builtin): Don't call make_decl_rtl. | rth | 2005-05-24 | 1 | -1/+0 |
* | * constants.c, jvgenmain.c, lang.opt, resource.c: Update | kazu | 2005-05-03 | 1 | -1/+1 |
* | 2005-04-28 Andrew Haley <aph@redhat.com> | aph | 2005-04-29 | 1 | -9/+63 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -4/+4 |
* | .: | nathan | 2004-08-15 | 1 | -8/+7 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -3/+3 |
* | * builtins.c (max_builtin, min_builtin, | sayle | 2004-07-18 | 1 | -2/+2 |
* | Formatting fixes. | rmathew | 2004-06-27 | 1 | -1/+2 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -1/+2 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -19/+23 |
* | 2004-01-09 Andrew Haley <aph@redhat.com> | aph | 2004-01-09 | 1 | -6/+6 |
* | Fix PR java/13183. | jsturm | 2003-11-25 | 1 | -2/+18 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -4/+3 |
* | * constants.c (set_constant_entry): Allocated cleared memory. | tromey | 2003-01-23 | 1 | -2/+9 |
* | * check-init.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -1/+1 |
* | * All Files: Convert to ISO C style function definitions. | ghazi | 2003-01-12 | 1 | -63/+21 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -21/+43 |
* | * All Files: Remove PARAMS macro. | ghazi | 2003-01-09 | 1 | -5/+5 |
* | * 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 | -4/+6 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | 2002-11-14 Jens-Michael Hoffmann <jensmh@gmx.de> | aph | 2002-11-18 | 1 | -6/+4 |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -2/+0 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -9/+3 |