aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2020-04-14 14:12:18 +0200
committerMartin Jambor <mjambor@suse.cz>2020-04-14 14:12:18 +0200
commitefd5bd4dfe0fa53858769c0195bb7d9352ad5a95 (patch)
tree8cb1d7f9ffb3a1fdfae5ac4b5493dbf03bd40083
parent36c3edb1e39c74e2705efac738a389b5597d9d88 (diff)
downloadgcc-efd5bd4dfe0fa53858769c0195bb7d9352ad5a95.zip
gcc-efd5bd4dfe0fa53858769c0195bb7d9352ad5a95.tar.gz
gcc-efd5bd4dfe0fa53858769c0195bb7d9352ad5a95.tar.bz2
Add myself as callgraph (IPA) reviewer
2020-04-14 Martin Jambor <mjambor@suse.cz> * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
-rw-r--r--ChangeLog4
-rw-r--r--MAINTAINERS1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8503a9..6605beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-14 Martin Jambor <mjambor@suse.cz>
+
+ * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
+
2020-04-09 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
diff --git a/MAINTAINERS b/MAINTAINERS
index f2924c6..f37e9e6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -256,6 +256,7 @@ check in changes outside of the parts of the compiler they maintain.
arc port Andrew Burgess <andrew.burgess@embecosm.com>
arc port Claudiu Zissulescu <claziss@synopsys.com>
callgraph Martin Liska <mliska@suse.cz>
+callgraph Martin Jambor <mjambor@suse.cz>
C front end Marek Polacek <polacek@redhat.com>
dataflow Paolo Bonzini <bonzini@gnu.org>
dataflow Seongbae Park <seongbae.park@gmail.com>