diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2015-04-21 00:03:37 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2015-04-21 00:03:37 +0200 |
commit | 858677721ccadb562a6290b964fd39211aceda1e (patch) | |
tree | 6c4bc8c18f1e7129dad1313c2d06796745dd559c | |
parent | 2821fc6b76973dd6cb956229027e8e065a020424 (diff) | |
download | gcc-858677721ccadb562a6290b964fd39211aceda1e.zip gcc-858677721ccadb562a6290b964fd39211aceda1e.tar.gz gcc-858677721ccadb562a6290b964fd39211aceda1e.tar.bz2 |
MAINTAINERS (Various Maintainers): Add myself as instruction combiner maintainer.
* MAINTAINERS (Various Maintainers): Add myself as instruction
combiner maintainer.
From-SVN: r222250
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-04-20 Segher Boessenkool <segher@kernel.crashing.org> + + * MAINTAINERS (Various Maintainers): Add myself as instruction + combiner maintainer. + 2015-04-17 Jakub Jelinek <jakub@redhat.com> PR bootstrap/62077 diff --git a/MAINTAINERS b/MAINTAINERS index 00771e7..19c8927 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -250,6 +250,7 @@ reload Ulrich Weigand <uweigand@de.ibm.com> reload Bernd Schmidt <bernds@codesourcery.com> dfp.c, related Ben Elliston <bje@gnu.org> RTL optimizers Eric Botcazou <ebotcazou@libertysurf.fr> +instruction combiner Segher Boessenkool <segher@kernel.crashing.org> auto-vectorizer Richard Biener <rguenther@suse.de> auto-vectorizer Zdenek Dvorak <ook@ucw.cz> loop infrastructure Zdenek Dvorak <ook@ucw.cz> |