aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2015-04-12 22:31:53 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2015-04-12 20:31:53 +0000
commit7d83fb55331a2b77cebc17466e6a60ccfd424f3e (patch)
treece11e17adcfb281d73f139e85f5969cc6630c107
parenta445dc6f2200a827042f5ad50be0d988d6b15770 (diff)
downloadgcc-7d83fb55331a2b77cebc17466e6a60ccfd424f3e.zip
gcc-7d83fb55331a2b77cebc17466e6a60ccfd424f3e.tar.gz
gcc-7d83fb55331a2b77cebc17466e6a60ccfd424f3e.tar.bz2
contrib.texi (Contributors): Add Martin Jambor and Michael Matz.
* doc/contrib.texi (Contributors): Add Martin Jambor and Michael Matz. Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com> From-SVN: r222030
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/contrib.texi8
2 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 08f321e..5e1b617 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-12 Jan Hubicka <hubicka@ucw.cz>
+ Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/contrib.texi (Contributors): Add Martin Jambor and
+ Michael Matz.
+
2015-04-12 Jakub Jelinek <jakub@redhat.com>
* BASE-VER: Set to 6.0.0.
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi
index 14aaa19..cc89892 100644
--- a/gcc/doc/contrib.texi
+++ b/gcc/doc/contrib.texi
@@ -434,6 +434,10 @@ Balaji V. Iyer for Cilk+ development and merging.
Andreas Jaeger for testing and benchmarking of GCC and various bug fixes.
@item
+Martin Jambor for his work on inter-procedural optimizations, the
+switch conversion pass, and scalar replacement of aggregates.
+
+@item
Jakub Jelinek for his SPARC work and sibling call optimizations as well
as lots of bug fixes and test cases, and for improving the Java build
system.
@@ -605,6 +609,10 @@ Philip Martin for lots of libstdc++ string and vector iterator fixes and
improvements, and string clean up and testsuites.
@item
+Michael Matz for his work on dominance tree discovery, the x86-64 port,
+link-time optimization framework and general optimization improvements.
+
+@item
All of the Mauve project
@uref{http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/mauve/THANKS?rev=1.2&cvsroot=mauve&only_with_tag=HEAD,,contributors},
for Java test code.