diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-12 20:31:53 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-12 20:31:53 +0000 |
commit | b8e27798f8236308459ff3e1d41d9d5afa73f315 (patch) | |
tree | ce11e17adcfb281d73f139e85f5969cc6630c107 | |
parent | 35f3a32daa4764d83762d37afe973ae6945ca657 (diff) | |
download | gcc-b8e27798f8236308459ff3e1d41d9d5afa73f315.tar.gz |
* doc/contrib.texi (Contributors): Add Martin Jambor and
Michael Matz.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222030 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08f321e0a8e..5e1b6173caa 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 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. |