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. 5e5cb00 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  4. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  5. 3a085bf Make some numbers in helgrind stats use , separators, as the numbers can be big by philippe · 9 years ago
  6. 328d662 This patch decreases significantly the memory needed for OldRef and by philippe · 9 years ago
  7. a4286b9 helgrind stats: show the total nr of thr_n_rcec by philippe · 9 years ago
  8. 1e798b0 helgrind stats: give the memory occupied by the OldRef by philippe · 9 years ago
  9. a4b20c0 Add stats in helgrind for oldref history found versus not found by philippe · 9 years ago
  10. 7ab0646 Follow up to r15253: by philippe · 9 years ago
  11. 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 9 years ago
  12. 0fb30ac Add statistics about the nr of used linesF by philippe · 9 years ago
  13. fc00a2a This patch (re-)gains performance in helgrind, following revision 15207, that by philippe · 9 years ago
  14. 364f0bb micro-opt: add an UNLIKELY by philippe · 9 years ago
  15. 2bd2326 VTS stats by philippe · 9 years ago
  16. 8939e09 Simplify shmem__invalidate_scache_range : it only has to handle by philippe · 9 years ago
  17. 1475a7f Small optimisations in libhb_core.c by philippe · 9 years ago
  18. f54cb66 This patch decreases the memory used by the helgrind SecMap, by philippe · 9 years ago
  19. a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 9 years ago
  20. 47124e9 Give statistics about RCEC helgrind hash table chains. by philippe · 9 years ago
  21. d005b2c Add some stats to helgrind stats: by philippe · 9 years ago
  22. e0829e0 Do RCEC_GC when approaching the max nr of RCEC, not when reaching it. by philippe · 9 years ago
  23. cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 9 years ago
  24. 06bc23a Fix statistics about ctxt_rcec : by philippe · 9 years ago
  25. 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 9 years ago
  26. 158404e Have the event map GC use the same approach as the other GC by philippe · 9 years ago
  27. c350865 Helgrind optimisation: by philippe · 9 years ago
  28. 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 9 years ago
  29. 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 9 years ago
  30. 7b7d594 Buffer audit. Resize a few. by florian · 9 years ago
  31. b28fe89 Merge revision 14309 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  32. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  33. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  34. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  35. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  36. 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 10 years ago
  37. ca903bb clo_processing is now done when this procedure is called. by philippe · 10 years ago
  38. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  39. 0c8a47c Remove a duplicate const qualifier complained about by clang 3.3 by florian · 11 years ago
  40. 195623b Make sure the variable is completely initialised. That's good by florian · 11 years ago
  41. 8a2bea9 Remove pointless test. vts->ts is an array and cannot be NULL. by florian · 11 years ago
  42. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  43. 6bf3726 Fix Char/HChar mixups in helgrind and then some. by florian · 12 years ago
  44. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  45. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  46. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  47. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  48. 03e7d27 scalarts_limitations_fail_NORETURN: fix a format string error by sewardj · 13 years ago
  49. fd35d49 When handling client munmaps and mprotects with r=0 & w=0, actually by sewardj · 13 years ago
  50. 0b20a15 Followup to r11619: more tidying up w.r.t. the renaming of by sewardj · 13 years ago
  51. 6062664 Minor cleanup (no functional change): rename 'struct _Thr :: opaque' by sewardj · 13 years ago
  52. 555fc57 Simplify the implementation of VTS__tick. The previous version was by sewardj · 13 years ago
  53. 7aa38a9 Change the representation of VTSs. Instead of using an XArray of by sewardj · 13 years ago
  54. e4cce74 Scalability fix for Helgrind: reduce the size of ScalarTS (scalar by sewardj · 13 years ago
  55. 1b9876b A scalability fix for Helgrind for running large workloads. When by sewardj · 13 years ago
  56. f4845dc libhb_so_recv(): don't pass a NULL filter to Filter__clear. Not sure by sewardj · 14 years ago
  57. c8028ad by sewardj · 14 years ago
  58. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  59. 111544a Comment-only change. by sewardj · 14 years ago
  60. 406bac8 Rollup fixes for Helgrind: by sewardj · 14 years ago
  61. f585e48 Increase the maximum size of the conflict cache even more, to 30 million. by sewardj · 15 years ago
  62. 78bb7f6 Double the maximum size of the conflict cache. by sewardj · 15 years ago
  63. 5e2ac3b Move printing of EvM-gc and VTS-gc stats from -v to --stats=yes. by sewardj · 15 years ago
  64. 2d2ea2f Attend to space leaks, to the extent that I can. by sewardj · 15 years ago
  65. 8ab2c13 Small improvements, including some commenting, for the H1 history mechanism. by sewardj · 15 years ago
  66. 90eb22e Back out a small part of r10589 (the tick-after-recv thing). On by sewardj · 15 years ago
  67. b712617 Only collect stacktraces at scalar Kr boundaries at history level 1. by sewardj · 15 years ago
  68. 23f1200 by sewardj · 15 years ago
  69. 2411849 Merge helgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  70. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  71. 1052253 When updating the constraint for a location following a race, make by sewardj · 15 years ago
  72. 3a4b58f Fix up some stack trace inconsistencies: by njn · 15 years ago
  73. 6c83d5e Don't store the frames hash in .frames[0] and the actual frames in by njn · 15 years ago
  74. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  75. 9f20746 Updated copyright years. by njn · 15 years ago
  76. 8aa41de by sewardj · 15 years ago
  77. 849b0ed by sewardj · 15 years ago
  78. 1669cc7 Avoid causing an assertion failure in VG_(make_ExeContext_from_StackTrace) by sewardj · 15 years ago
  79. a781be6 event_map_lookup: when looking for a previous access to an address, by sewardj · 15 years ago
  80. 8f5374e Tidy up and comment sanity-checking code/configuration. by sewardj · 15 years ago
  81. c5ea996 by sewardj · 15 years ago
  82. bc307e5 Use the new SparseWA data type, rather than WordFM, to implement the by sewardj · 15 years ago
  83. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 15 years ago
  84. 8fd92d3 event_map_maybe_GC: use a flat array when computing the distribution by sewardj · 16 years ago
  85. 3b0c4d7 Re-set constraints in 'consistent' style after a race is detected, by sewardj · 16 years ago
  86. b0e009d Don't put raced-on locations in an (E)rror state; instead leave them by sewardj · 16 years ago
  87. 9b1f0fd event_map_maybe_GC: handle corner case that was previously simply by sewardj · 16 years ago
  88. 42f17ea Handle EvM GC messaging properly. by sewardj · 16 years ago
  89. d024ae5 Update baseline expected outputs, now that Helgrind uses a different by sewardj · 16 years ago
  90. d52392d A bit of tidying up: by sewardj · 16 years ago
  91. 8669fd3 Rename some local variables called 'index' to something else, to stop by sewardj · 16 years ago
  92. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago