sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 1 | |
| 2 | Julian Seward, jseward@acm.org, is the main author. |
| 3 | |
nethercote | 137bc55 | 2003-11-14 17:47:54 +0000 | [diff] [blame] | 4 | Nicholas Nethercote, njn25@cam.ac.uk, did the core/tool |
nethercote | 7cc9c23 | 2004-01-21 15:08:04 +0000 | [diff] [blame] | 5 | generalisation, and wrote Cachegrind and some of the other tools. |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 6 | |
nethercote | 137bc55 | 2003-11-14 17:47:54 +0000 | [diff] [blame] | 7 | Jeremy Fitzhardinge, jeremy@goop.org, wrote much of Helgrind, and lots |
| 8 | of low-level syscall/signal stuff. |
| 9 | |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 10 | readelf's dwarf2 source line reader, written by Nick Clifton, was |
| 11 | modified to be used in Valgrind by Daniel Berlin. |
| 12 | |
njn | 83157fc | 2002-10-03 10:07:34 +0000 | [diff] [blame] | 13 | Michael Matz and Simon Hausmann modified the GNU binutils |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 14 | demangler(s) for use in Valgrind. |
| 15 | |
nethercote | 137bc55 | 2003-11-14 17:47:54 +0000 | [diff] [blame] | 16 | Dirk Mueller contrib'd the malloc-free mismatch checking stuff, |
| 17 | and other bits and pieces. |
sewardj | 3c23d43 | 2002-06-01 23:43:49 +0000 | [diff] [blame] | 18 | |
| 19 | Lots of other people sent bug reports, patches, and very |
| 20 | helpful feedback. I thank you all. |
| 21 | |