1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 9 years ago
  4. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  5. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  8. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  9. 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 14 years ago
  10. 9f20746 Updated copyright years. by njn · 15 years ago
  11. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  12. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  13. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  14. d4b93a8 Increase # supported threads to 300 (see #126217). by sewardj · 18 years ago
  15. b506bd8 by njn · 19 years ago
  16. c7561b9 by njn · 19 years ago[Renamed (65%) from include/tool.h]
  17. 6898086 by njn · 19 years ago
  18. 73c5134 by njn · 19 years ago
  19. 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
  20. 6ace3ea by njn · 19 years ago
  21. f536bbb by njn · 19 years ago
  22. 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
  23. 5363a56 Move the *ROUND* macros to a better place. by njn · 19 years ago
  24. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  25. e9befc6 by njn · 19 years ago
  26. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  27. 21edee3 Move NULL from tool.h into basic_types.h. by njn · 19 years ago
  28. 3e11452 Move OINK from tool.h to pub_tool_libcprint.h. by njn · 19 years ago
  29. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  30. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  31. 132bfcc by njn · 19 years ago
  32. 36a20fa by njn · 19 years ago
  33. 13bfd85 by njn · 19 years ago
  34. 97405b2 by njn · 19 years ago
  35. 31513b4 by njn · 19 years ago
  36. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  37. 778f7f8 Avoid compiler warnings. by njn · 19 years ago
  38. 2024234 by njn · 19 years ago
  39. acd885a core.h: remove some #include lines, move some others to more localised places. by njn · 19 years ago
  40. 4de47b1 by njn · 19 years ago
  41. 81c00df by njn · 19 years ago
  42. 36ef6ba by njn · 19 years ago
  43. 2c4b428 Use HChar for format strings to printf-like functions. by njn · 19 years ago
  44. dc47a90 Sudden attack of 64-bit paranoia: therefore stick even more (probably by sewardj · 19 years ago
  45. 641d5cc by njn · 19 years ago
  46. 694b1b6 by njn · 19 years ago
  47. e2a4458 Remove dead macro. by njn · 19 years ago
  48. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  49. 717cde5 by njn · 19 years ago
  50. 51d827b by njn · 19 years ago[Renamed (83%) from include/tool.h.base]
  51. 2521d32 by njn · 19 years ago
  52. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  53. 1cf558c by sewardj · 19 years ago
  54. fa8202f Update comment about stack management, and remove some unused functions. by sewardj · 19 years ago
  55. d2b1711 by njn · 19 years ago
  56. 50ae1a7 by njn · 19 years ago
  57. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  58. 8a97c6d by njn · 19 years ago
  59. 04af9d0 VG_(get_memory_from_mmap_for_client)() need not be tool-visible. by njn · 19 years ago
  60. 1f70772 VG_(bbs_done) doesn't need to be tool-visible. by njn · 19 years ago
  61. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  62. 194fce9 Remove dead macros 'mycat' and 'mycat_wrk'. by njn · 19 years ago
  63. 8c74b00 by njn · 19 years ago
  64. 45270a2 Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rather by njn · 19 years ago
  65. 4c4d57b Add missing declaration. by njn · 19 years ago
  66. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  67. d01fef7 by njn · 19 years ago
  68. 6751613 make function names more uniform by njn · 19 years ago
  69. f426131 by njn · 19 years ago
  70. 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 19 years ago
  71. 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 19 years ago
  72. 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 19 years ago
  73. 38629a7 Comment-only change: fix incorrect statement by njn · 19 years ago
  74. ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 19 years ago
  75. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  76. 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 19 years ago
  77. c5a7909 Make these vg_message.c functions local, they're no longer used outside the by njn · 19 years ago
  78. 926ed47 Fix VG_(calloc)() so it actually zeroes the entire memory area it allocates. by njn · 19 years ago
  79. b5f6f51 by sewardj · 19 years ago
  80. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  81. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  82. 6a22af2 Whoops, must edit tool.h.base, not tool.h. by njn · 20 years ago
  83. c616819 by njn · 20 years ago
  84. ca0518d by njn · 20 years ago
  85. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  86. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  87. cf45fd4 by njn · 20 years ago
  88. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  89. 2f7272c Move redundant function decls from core.h (they end up in tool.h anyway). by njn · 20 years ago
  90. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  91. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  92. 94065fd by njn · 20 years ago
  93. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  94. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  95. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  96. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  97. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  98. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  99. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  100. 836d46c by nethercote · 20 years ago