diff options
author | Richard Guenther <rguenther@suse.de> | 2006-12-04 22:29:46 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-12-04 22:29:46 +0000 |
commit | 477d851ce1a3b9fbe06c921ebd99925276792085 (patch) | |
tree | d65df2ff72b56c8856b2aec0b022cadbfcf9dfb4 | |
parent | 62bd621610fefe92b6a8673c970623d071193786 (diff) | |
download | gcc-477d851ce1a3b9fbe06c921ebd99925276792085.zip gcc-477d851ce1a3b9fbe06c921ebd99925276792085.tar.gz gcc-477d851ce1a3b9fbe06c921ebd99925276792085.tar.bz2 |
MAINTAINERS (Non-Algorithmic Maintainers): New section.
2006-12-04 Richard Guenther <rguenther@suse.de>
* MAINTAINERS (Non-Algorithmic Maintainers): New section.
(Non-Algorithmic Maintainers): Move over non-algorithmic
loop optimizer maintainers, add myself as a non-algorithmic
middle-end maintainer.
From-SVN: r119514
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | MAINTAINERS | 11 |
2 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2006-12-04 Richard Guenther <rguenther@suse.de> + + * MAINTAINERS (Non-Algorithmic Maintainers): New section. + (Non-Algorithmic Maintainers): Move over non-algorithmic + loop optimizer maintainers, add myself as a non-algorithmic + middle-end maintainer. + 2006-12-04 Daniel Franke <franke.daniel@gmail.com> * MAINTAINERS (Write After Approval): Add myself. diff --git a/MAINTAINERS b/MAINTAINERS index 32af072..685f449 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -213,12 +213,19 @@ alias analysis Diego Novillo dnovillo@redhat.com reload Ulrich Weigand uweigand@de.ibm.com dfp.c, related Ben Elliston bje@au.ibm.com RTL optimizers Eric Botcazou ebotcazou@libertysurf.fr -loop optimizer Zdenek Dvorak dvorakz@suse.cz -loop optimizer Daniel Berlin dberlin@dberlin.org Note individuals who maintain parts of the compiler need approval to check in changes outside of the parts of the compiler they maintain. + Non-Algorithmic Maintainers + +loop optimizer Zdenek Dvorak dvorakz@suse.cz +loop optimizer Daniel Berlin dberlin@dberlin.org +middle-end Richard Guenther rguenther@suse.de + +Note individuals who maintain parts of the compiler as non-algorithmic +maintainer need approval to check in algorithmic changes or changes +outside of the parts of the compiler they maintain. Write After Approval (last name alphabetical order) |