diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2015-04-12 22:31:53 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-04-12 20:31:53 +0000 |
commit | 7d83fb55331a2b77cebc17466e6a60ccfd424f3e (patch) | |
tree | ce11e17adcfb281d73f139e85f5969cc6630c107 /gcc/doc | |
parent | a445dc6f2200a827042f5ad50be0d988d6b15770 (diff) | |
download | gcc-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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/contrib.texi | 8 |
1 files changed, 8 insertions, 0 deletions
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. |