sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 1 | |
sewardj | fa7c30e | 2005-07-27 10:09:11 +0000 | [diff] [blame] | 2 | Cerion Armour-Brown worked on PowerPC instruction set support using |
| 3 | the Vex dynamic-translation framework. |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 4 | |
sewardj | 778d783 | 2007-11-22 01:21:56 +0000 | [diff] [blame] | 5 | Jeremy Fitzhardinge wrote Helgrind (in the 2.X line) and totally |
| 6 | overhauled low-level syscall/signal and address space layout stuff, |
| 7 | among many other things. |
jseward | 77bb64a | 2004-07-16 21:35:09 +0000 | [diff] [blame] | 8 | |
njn | c4fcca3 | 2004-12-01 00:02:36 +0000 | [diff] [blame] | 9 | Tom Hughes did a vast number of bug fixes, and helped out with support |
| 10 | for more recent Linux/glibc versions. |
jseward | 77bb64a | 2004-07-16 21:35:09 +0000 | [diff] [blame] | 11 | |
sewardj | fa7c30e | 2005-07-27 10:09:11 +0000 | [diff] [blame] | 12 | Nicholas Nethercote did the core/tool generalisation, wrote |
| 13 | Cachegrind and Massif, and tons of other stuff. |
| 14 | |
| 15 | Paul Mackerras did a lot of the initial per-architecture factoring |
| 16 | that forms the basis of the 3.0 line and is also to be seen in 2.4.0. |
| 17 | He also did UCode-based dynamic translation support for PowerPC, and |
| 18 | created a set of ppc-linux derivatives of the 2.X release line. |
nethercote | 137bc55 | 2003-11-14 17:47:54 +0000 | [diff] [blame] | 19 | |
njn | bcea91a | 2005-03-12 02:39:36 +0000 | [diff] [blame] | 20 | Dirk Mueller contributed the malloc-free mismatch checking stuff |
| 21 | and other bits and pieces, and acted as our KDE liaison. |
| 22 | |
sewardj | fa7c30e | 2005-07-27 10:09:11 +0000 | [diff] [blame] | 23 | Julian Seward was the original founder, designer and author, created |
sewardj | cb2288b | 2007-12-02 02:08:17 +0000 | [diff] [blame] | 24 | the dynamic translation frameworks, wrote Memcheck and 3.3.X Helgrind, |
| 25 | and did lots of other things. |
sewardj | fa7c30e | 2005-07-27 10:09:11 +0000 | [diff] [blame] | 26 | |
| 27 | Robert Walsh added file descriptor leakage checking, new library |
| 28 | interception machinery, support for client allocation pools, and minor |
| 29 | other tweakage. |
njn | bcea91a | 2005-03-12 02:39:36 +0000 | [diff] [blame] | 30 | |
sewardj | 9660332 | 2006-05-21 15:19:42 +0000 | [diff] [blame] | 31 | Josef Weidendorfer wrote Callgrind and the associated KCachegrind GUI. |
| 32 | |
njn | bcea91a | 2005-03-12 02:39:36 +0000 | [diff] [blame] | 33 | Frederic Gobry helped with autoconf and automake. |
| 34 | |
| 35 | Daniel Berlin modified readelf's dwarf2 source line reader, written by Nick |
| 36 | Clifton, for use in Valgrind. |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 37 | |
njn | 83157fc | 2002-10-03 10:07:34 +0000 | [diff] [blame] | 38 | Michael Matz and Simon Hausmann modified the GNU binutils |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 39 | demangler(s) for use in Valgrind. |
| 40 | |
sewardj | cb2288b | 2007-12-02 02:08:17 +0000 | [diff] [blame] | 41 | Omega was written by Bryan Meredith and is maintained by Rich Coe. |
| 42 | DRD was written by and is maintained by Bart Van Assche. |
| 43 | |
njn | bcea91a | 2005-03-12 02:39:36 +0000 | [diff] [blame] | 44 | And lots and lots of other people sent bug reports, patches, and very |
| 45 | helpful feedback. Thank you all. |