|
From: <sv...@va...> - 2005-03-24 13:45:32
|
Author: sewardj
Date: 2005-03-24 13:45:26 +0000 (Thu, 24 Mar 2005)
New Revision: 95
Modified:
trunk/info/developers.html
Log:
Add PaulM as a person who did Significant Stuff.
Modified: trunk/info/developers.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/info/developers.html 2005-03-24 03:56:43 UTC (rev 94)
+++ trunk/info/developers.html 2005-03-24 13:45:26 UTC (rev 95)
@@ -18,21 +18,13 @@
</td></tr>
=20
<tr valign=3D"top">
- <td><b>Julian Seward</b><br />
- <?php echo vgemail('julian'); ?></td>
- <td>Julian was the original designer and author of Valgrind,
- created the dynamic translation framework, wrote Memcheck and
- Addrcheck, and did lots of other things.
+ <td><b>Cerion Armour-Brown</b><br />
+ <?php echo vgemail('cerion'); ?></td>
+ <td>Cerion has been working on PowerPC instruction set support
+ using the Vex dynamic-translation framework.</td>
</tr>
=20
<tr valign=3D"top">
- <td><b>Nicholas Nethercote</b><br />
- <?php echo vgemail('nick'); ?></td>
- <td>Nick did the core/tool generalisation, wrote Cachegrind
- and Massif, and tons of other stuff.</td>
-</tr>
-
-<tr valign=3D"top">
<td><b>Jeremy Fitzhardinge</b><br />
<?php echo vgemail('jeremy'); ?></td>
<td>Jeremy wrote Helgrind and totally overhauled low-level
@@ -48,6 +40,31 @@
</tr>
=20
<tr valign=3D"top">
+ <td><b>Nicholas Nethercote</b><br />
+ <?php echo vgemail('nick'); ?></td>
+ <td>Nick did the core/tool generalisation, wrote Cachegrind
+ and Massif, and tons of other stuff.</td>
+</tr>
+
+<tr valign=3D"top">
+ <td><b>Paul Mackerras</b><br />
+ </td>
+ <td>Paul did a lot of the initial per-architecture factoring that
+ forms the basis of the 3.0 line and is also to be seen in 2.4.0.
+ He also did UCode-based dynamic translation support for PowerPC,
+ and created a set of ppc-linux derivatives of the 2.X release
+ line.</td>
+</tr>
+
+<tr valign=3D"top">
+ <td><b>Julian Seward</b><br />
+ <?php echo vgemail('julian'); ?></td>
+ <td>Julian was the original designer and author of Valgrind,
+ created the dynamic translation frameworks, wrote Memcheck and
+ Addrcheck, and did lots of other things.
+</tr>
+
+<tr valign=3D"top">
<td><b>Robert Walsh</b><br />
<?php echo vgemail('robert'); ?></td>
<td>Robert added file descriptor leakage checking, new library intercep=
tion
@@ -62,12 +79,6 @@
various other bits and pieces, and acted as our KDE liaison.</td>
</tr>
=20
-<tr valign=3D"top">
- <td><b>Cerion Armour-Brown</b><br />
- <?php echo vgemail('cerion'); ?></td>
- <td>Cerion has been working on PowerPC instruction set support
- using the Vex dynamic-translation framework.</td>
-</tr>
=20
<tr valign=3D"top"><td colspan=3D"2">
Frederic Gobry helped with autoconf and automake. Daniel Berlin modifie=
d
|