1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  5. bb1a787 Add support for building with -fsanitize=undefined. by florian · 9 years ago
  6. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  7. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  8. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  9. 9d1aeea Give static variable function scope. by florian · 10 years ago
  10. 6625f71 Back out r14186 as it was identified to have caused a performance regression. by florian · 10 years ago
  11. 8f9b0d2 Add LIKELY as suggested by Philippe. by florian · 10 years ago
  12. 4f11c7f Change VG_(strncpy_safely) to use VG_(strncpy) to get the same padding by florian · 10 years ago
  13. 421c26e Factor out VG_(exit_now) to contain the syscall incantation to terminate by florian · 10 years ago
  14. 0c2923f Factorise enum set parsing code by philippe · 10 years ago
  15. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  16. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  17. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  18. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  19. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  20. 660c5a4 Fix some prototypes. by florian · 12 years ago
  21. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  22. 56ddd5b micro-optimisation in m_libcbase.c cmp functions by philippe · 12 years ago
  23. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  24. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  25. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  26. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  27. 4634b01 Rework VG_(memmove) in the case where the destination address is greater by tom · 15 years ago
  28. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  29. f9dcb3b Param names sync wibble. by njn · 15 years ago
  30. 9f20746 Updated copyright years. by njn · 15 years ago
  31. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  32. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  33. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 15 years ago
  34. d7a02db by sewardj · 15 years ago
  35. 4f2683a Update the C++ demangler to that from libiberty in the gcc svn trunk, by sewardj · 16 years ago
  36. fab2990 update comments by njn · 16 years ago
  37. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  38. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  39. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  40. 7d9b3af shut GCC up by njn · 17 years ago
  41. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  42. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  43. 5b41092 Add VG_(atoll). by njn · 17 years ago
  44. 085f936 Specialise VG_(ssort) for 4-word elements. This removes about 80% of by sewardj · 17 years ago
  45. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  46. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  47. cda391f Add comment about log2(). by njn · 18 years ago
  48. 3187a4e Defensive hacks to detect cases where V corrupts its own heap and/or by sewardj · 19 years ago
  49. 151a639 Fix compiler warnings. by tom · 19 years ago
  50. 45f4e7c by sewardj · 19 years ago
  51. 9828b34 by njn · 19 years ago
  52. c7561b9 by njn · 19 years ago
  53. 9abd608 by njn · 19 years ago
  54. 978c1b9 Formatting wibble by njn · 19 years ago
  55. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  56. a8d8e23 by sewardj · 19 years ago
  57. 36a20fa by njn · 19 years ago
  58. 97405b2 by njn · 19 years ago