summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-13 12:58:36 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-13 12:58:36 +0000
commitcd65f5bc79e5109febf052fa74b329d6f23eadea (patch)
tree4afc9555f118a48e2bd6f6c008ee63f11b35f70c
parent32739e324af2c5eefc857399b7f5f59943537804 (diff)
downloadgcc-cd65f5bc79e5109febf052fa74b329d6f23eadea.tar.gz
* doc/contrib.texi (Contributors): Add Martin Jambor and
Michael Matz. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@222050 138bc75d-0d04-0410-961f-82ee72b054a4
-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 46a7805b9f1..5f9774aefa6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-13 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 5.0.1.
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi
index 14aaa199113..cc898921c7f 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.