aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Cheng <bin.cheng@arm.com>2018-05-22 08:26:50 +0000
committerBin Cheng <amker@gcc.gnu.org>2018-05-22 08:26:50 +0000
commitc5470754d0371c375ddf7f63b398fe97cf18c939 (patch)
tree64293135edc5ae7c4febad4e43919f26d1a13e06
parent286f737cf0bad9b646e8104aca72f6f7d07b49cb (diff)
downloadgcc-c5470754d0371c375ddf7f63b398fe97cf18c939.zip
gcc-c5470754d0371c375ddf7f63b398fe97cf18c939.tar.gz
gcc-c5470754d0371c375ddf7f63b398fe97cf18c939.tar.bz2
* MAINTAINERS (loop-optimizer): Add myself.
From-SVN: r260500
-rw-r--r--ChangeLog4
-rw-r--r--MAINTAINERS1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec03a5b..b38e57b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-22 Bin Cheng <bin.cheng@arm.com>
+
+ * MAINTAINERS (loop-optimizer): Add myself.
+
2018-05-01 Francois H. Theron <francois.theron@netronome.com>
* configure.ac: Added "nfp" target.
diff --git a/MAINTAINERS b/MAINTAINERS
index 77abef5..5ffbbdf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -238,6 +238,7 @@ auto-vectorizer Richard Biener <rguenther@suse.de>
auto-vectorizer Zdenek Dvorak <ook@ucw.cz>
loop infrastructure Zdenek Dvorak <ook@ucw.cz>
loop ivopts Bin Cheng <bin.cheng@arm.com>
+loop optimizer Bin Cheng <bin.cheng@arm.com>
OpenMP Jakub Jelinek <jakub@redhat.com>
testsuite Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
testsuite Mike Stump <mikestump@comcast.net>