|
From: <sv...@va...> - 2012-10-09 09:58:17
|
sewardj 2012-10-09 10:58:04 +0100 (Tue, 09 Oct 2012)
New Revision: 471
Log:
Update -- was very out of date.
Modified files:
trunk/info/developers.html
Modified: trunk/info/developers.html (+43 -8)
===================================================================
--- trunk/info/developers.html 2012-09-27 03:55:40 +01:00 (rev 470)
+++ trunk/info/developers.html 2012-10-09 10:58:04 +01:00 (rev 471)
@@ -20,14 +20,20 @@
<tr valign="top">
<td><b>Cerion Armour-Brown</b><br />
<?php echo vgemail('cerion'); ?></td>
- <td>Cerion has been working on PowerPC instruction set support
+ <td>Cerion worked on PowerPC instruction set support
using the Vex dynamic-translation framework.</td>
</tr>
<tr valign="top">
+ <td><b>Christian Borntraeger</b><br />
+ </td>
+ <td>Christian worked on and helps maintain the s390/Linux port.
+</tr>
+
+<tr valign="top">
<td><b>Jeremy Fitzhardinge</b><br />
<?php echo vgemail('jeremy'); ?></td>
- <td>Jeremy wrote Helgrind and totally overhauled low-level
+ <td>Jeremy wrote the original Helgrind and totally overhauled low-level
syscall/signal and address space layout stuff, among many other
improvements.</td>
</tr>
@@ -40,13 +46,27 @@
</tr>
<tr valign="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>
+ <td><b>Petar Jovanovic and Dejan Jevtic</b><br />
+ </td>
+ <td>Petar and Dejan wrote and maintain the mips32-linux port.
</tr>
<tr valign="top">
+ <td><b>Florian Krohm</b><br />
+ </td>
+ <td>Florian developed and maintains the s390/Linux port. He
+ also improved the regression test system and does bugfixing and
+ static analysis of the code base.
+</tr>
+
+<tr valign="top">
+ <td><b>Carl Love and Maynard Johnson</b><br />
+ </td>
+ <td>Carl and Maynard contributed IBM Power6 and Power7
+ support, and generally deal with ppc{32,64}-linux issues.
+</tr>
+
+<tr valign="top">
<td><b>Paul Mackerras</b><br />
<?php echo vgemail('paulus'); ?></td>
<td>Paul did a lot of the initial per-architecture factoring that
@@ -64,11 +84,18 @@
</tr>
<tr valign="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="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.</td>
+ created the dynamic translation frameworks, wrote Memcheck,
+ Helgrind and SGCheck, and did lots of other things.</td>
</tr>
<tr valign="top">
@@ -87,6 +114,14 @@
</tr>
<tr valign="top">
+ <td><b>Philippe Waroquiers</b><br />
+ </td>
+ <td>Philippe wrote and maintains the embedded GDB server. He
+ also made a bunch of performance, memory-use and correctness
+ fixes across diverse parts of the system.
+</tr>
+
+<tr valign="top">
<td><b>Josef Weidendorfer</b><br />
<!--<?php /*echo vgemail('');*/ ?>--></td>
<td>Josef wrote and maintains Callgrind.</td>
|