diff options
author | Zdenek Dvorak <ook@ucw.cz> | 2007-08-12 21:49:35 +0200 |
---|---|---|
committer | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2007-08-12 19:49:35 +0000 |
commit | 9687668119bb3ce043e263f4922d3d93b55da352 (patch) | |
tree | fa0d9a688ae15e530729f1b38139b4c66c4ffd24 | |
parent | 1c7f7c66f8910224dcc3caf27b72dcda8d2db34d (diff) | |
download | gcc-9687668119bb3ce043e263f4922d3d93b55da352.zip gcc-9687668119bb3ce043e263f4922d3d93b55da352.tar.gz gcc-9687668119bb3ce043e263f4922d3d93b55da352.tar.bz2 |
MAINTAINERS (Various Maintainers): Add myself as loop infrastructure maintainer.
* MAINTAINERS (Various Maintainers): Add myself as
loop infrastructure maintainer. Update my e-mail
address.
From-SVN: r127379
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | MAINTAINERS | 5 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-08-12 Zdenek Dvorak <ook@ucw.cz> + + * MAINTAINERS (Various Maintainers): Add myself as + loop infrastructure maintainer. Update my e-mail + address. + 2007-07-31 Diego Novillo <dnovillo@google.com> * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis. diff --git a/MAINTAINERS b/MAINTAINERS index 88a8c73..b8ec17d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -212,15 +212,16 @@ reload Ulrich Weigand uweigand@de.ibm.com dfp.c, related Ben Elliston bje@au.ibm.com RTL optimizers Eric Botcazou ebotcazou@libertysurf.fr auto-vectorizer Richard Guenther rguenther@suse.de -auto-vectorizer Zdenek Dvorak dvorakz@suse.cz +auto-vectorizer Zdenek Dvorak ook@ucw.cz auto-vectorizer Dorit Nuzman dorit@il.ibm.com +loop infrastructure Zdenek Dvorak ook@ucw.cz Note that 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 Zdenek Dvorak ook@ucw.cz loop optimizer Daniel Berlin dberlin@dberlin.org middle-end Richard Guenther rguenther@suse.de libcpp Tom Tromey tromey@redhat.com |