blob: be8a79c9a0a73e545b79fd213309e43e36b25034 [file] [log] [blame]
sewardjde4a1d02002-03-22 01:27:54 +00001
sewardj1346e132005-08-03 20:42:06 +00002Cerion Armour-Brown, cerion@open-works.co.uk
3
4Cerion worked on PowerPC instruction set support using the Vex
5dynamic-translation framework.
6
njnbaf3c472005-03-24 18:35:41 +00007Jeremy Fitzhardinge, jeremy@valgrind.org
sewardjde4a1d02002-03-22 01:27:54 +00008
njnbaf3c472005-03-24 18:35:41 +00009Jeremy wrote Helgrind and totally overhauled low-level syscall/signal
10and address space layout stuff, among many other improvements.
sewardjde4a1d02002-03-22 01:27:54 +000011
njnbaf3c472005-03-24 18:35:41 +000012Tom Hughes, tom@valgrind.org
sewardjde4a1d02002-03-22 01:27:54 +000013
njnbaf3c472005-03-24 18:35:41 +000014Tom did a vast number of bug fixes, and helped out with support for
15more recent Linux/glibc versions.
sewardjde4a1d02002-03-22 01:27:54 +000016
njnbaf3c472005-03-24 18:35:41 +000017Nicholas Nethercote, njn@valgrind.org
18
19Nick did the core/tool generalisation, wrote Cachegrind and Massif,
20and tons of other stuff.
21
22Paul Mackerras
23
24Paul did a lot of the initial per-architecture factoring that forms
25the basis of the 3.0 line and is also to be seen in 2.4.0. He also did
26UCode-based dynamic translation support for PowerPC, and created a set
27of ppc-linux derivatives of the 2.X release line.
28
29Dirk Mueller, dmuell@gmx.net
30
31Dirk contributed the malloc-free mismatch checking stuff and various
32other bits and pieces, and acted as our KDE liaison.
33
34Donna Robinson, donna@terpsichore.ws
35
36Keeper of the very excellent http://www.valgrind.org.
37
38Julian Seward, julian@valgrind.org
39
40Julian was the original designer and author of Valgrind, created the
41dynamic translation framework, wrote Memcheck and Addrcheck, and did
42lots of other things.
43
44Robert Walsh, rjwalsh@valgrind.org
45
46Robert added file descriptor leakage checking, new library
47interception machinery, support for client allocation pools, and minor
48other tweakage.
49
50
51Frederic Gobry helped with autoconf and automake. Daniel Berlin
52modified readelf's dwarf2 source line reader, written by Nick Clifton,
53for use in Valgrind. Michael Matz and Simon Hausmann modified the GNU
54binutils demangler(s) for use in Valgrind.
55
56And lots and lots of other people sent bug reports, patches, and very
57helpful feedback.