contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.
authorPaolo Carlini <paolo@gcc.gnu.org>
Tue, 22 Oct 2013 10:43:31 +0000 (10:43 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 22 Oct 2013 10:43:31 +0000 (10:43 +0000)
2013-10-22  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/contrib.texi ([Fran@,{c}ois Dumont], [Tim Shen],
[Ed Smith-Rowland]): New entries.
([Stephen M. Webb]): Update.

From-SVN: r203917

gcc/ChangeLog
gcc/doc/contrib.texi

index aff3a33eae59f2027b910ce7c07a0d9af2607c96..d5f3e0fb7ec02b8ffce90535ad82183fffa311d2 100644 (file)
@@ -1,3 +1,9 @@
+2013-10-22  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * doc/contrib.texi ([Fran@,{c}ois Dumont], [Tim Shen],
+       [Ed Smith-Rowland]): New entries.
+       ([Stephen M. Webb]): Update.
+
 2013-10-22  Andrew MacLeod  <amacleod@redhat.com>
 
        * tree-ssa-ter.h: Remove duplicate copy of file contents.
 
 2013-10-21  Jeff Law  <law@redhat.com>
 
-       * tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.
-       Remove VISISTED as a local variable.  When we have a threadable jump, verify
-       the destination of the jump has not been visised.
-       (thread_across_edge): Allocate VISITED bitmap once at function scope and
-       use it throughout.  Make sure to set appropriate bits in VISITED for E (start
-       of jump thread path).
-
-       * tree-ssa-threadupdate.c (mark_threaded_blocks): Reject threading through
-       a joiner if any edge on the path has a recorded jump thread.
+       * tree-ssa-threadedge.c (thread_through_normal_block): New
+       argument VISITED.  Remove VISISTED as a local variable.  When we
+       have a threadable jump, verify the destination of the jump has not
+       been visised.
+       (thread_across_edge): Allocate VISITED bitmap once at function
+       scope and use it throughout.  Make sure to set appropriate bits in
+       VISITED for E (start of jump thread path).
+       * tree-ssa-threadupdate.c (mark_threaded_blocks): Reject threading
+       through a joiner if any edge on the path has a recorded jump thread.
 
 2013-10-21  Ian Lance Taylor  <iant@google.com>
 
index 9dd2c26287cfa23ec26e91fc7712ef66a95ec651..32a85634eb8667245769a658a51786f83dec3208 100644 (file)
@@ -237,6 +237,10 @@ libraries including for all kinds of C interface issues, contributing and
 maintaining @code{complex<>}, sanity checking and disbursement, configuration
 architecture, libio maintenance, and early math work.
 
+@item
+Fran@,{c}ois Dumont for his work on libstdc++-v3, especially maintaining and
+improving @code{debug-mode} and associative and unordered containers.
+
 @item
 Zdenek Dvorak for a new loop unroller and various fixes.
 
@@ -837,6 +841,9 @@ Lars Segerlund for work on GNU Fortran.
 @item
 Dodji Seketeli for numerous C++ bug fixes and debug info improvements.
 
+@item
+Tim Shen for major work on @code{<regex>}.
+
 @item
 Joel Sherrill for his direction via the steering committee, RTEMS
 contributions and RTEMS testing.
@@ -872,6 +879,10 @@ Danny Smith for his major efforts on the Mingw (and Cygwin) ports.
 @item
 Randy Smith finished the Sun FPA support.
 
+@item
+Ed Smith-Rowland for his continuous work on libstdc++-v3, special functions,
+@code{<random>}, and various improvements to C++11 features.
+
 @item
 Scott Snyder for queue, iterator, istream, and string fixes and libstdc++
 testsuite entries.  Also for providing the patch to G77 to add
@@ -995,7 +1006,7 @@ Feng Wang for contributions to GNU Fortran.
 @item
 Stephen M. Webb for time and effort on making libstdc++ shadow files
 work with the tricky Solaris 8+ headers, and for pushing the build-time
-header tree.
+header tree. Also, for starting and driving the @code{<regex>} effort.
 
 @item
 John Wehle for various improvements for the x86 code generator,