1. 25a439a Minor optimization: eliminated one if statement from each bm_clear*() function. by bart · 16 years ago
  2. b9acfbe Merge r9605 (make tronical work on Darwin) from the DARWIN branch. by njn · 16 years ago
  3. 52cb75c Merged r9602 and r9603 (make cpuid pass on Darwin, rename .s files to .S) by njn · 16 years ago
  4. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 16 years ago
  5. 07581aa Removed some Darwin-specific code that crept in from the DARWIN branch. by njn · 16 years ago
  6. ae508b0 Merged r9596 (build system tweaks, minus the Darwin bits) from the DARWIN by njn · 16 years ago
  7. da3a77b Another performance optimization. by bart · 16 years ago
  8. e2c7e67 Simplified bm_clear* implementations. by bart · 16 years ago
  9. 0a79e88 Added --show-confl-seg=no to the tc19_shadowmem test, which speeds up the test by about 10%. by bart · 16 years ago
  10. e7dff24 Made DRD_(thread_set_pthreadid)() idempotent. by bart · 16 years ago
  11. 578eeb4 Optimized the functions for clearing bits in bitmaps. by bart · 16 years ago
  12. 56a3406 Fixed bug in bm0_clear_range() that caused this fucntion to clear more bits than it should clear. by bart · 16 years ago
  13. c67d153 - Added more tests. - Extended error reporting. by bart · 16 years ago
  14. fa1e787 Put LINUX_SOURCES in alphabetical order. by njn · 16 years ago
  15. c8259b8 by sewardj · 16 years ago
  16. c39d109 Fixed #189763. by bart · 16 years ago
  17. 01f0fa6 Added expected output for 32-bit systems. Added -64bit suffix for existing expected output file. by bart · 16 years ago
  18. 8df361f glibc-2.3 expected output updates. by bart · 16 years ago
  19. 3355ec5 Compiles now on older Linux distributions too. by bart · 16 years ago
  20. 1e97aee Merge r9571 (get faultstatus building again) from the DARWIN branch. by njn · 16 years ago
  21. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 16 years ago
  22. f6b0076 Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. by njn · 16 years ago
  23. 0f8731a Merge r9564 (make pth_cvsimple more reliable) from the DARWIN branch. by njn · 16 years ago
  24. e66bccb Remove nanoleak.vgtest, it's a trivial test. nanoleak.c is used by by njn · 16 years ago
  25. 3b66a23 Fix the installation instructions in the manual. by njn · 16 years ago
  26. b8329f0 Made the Valgrind abort/crash message clearer about the fact that it can be by njn · 16 years ago
  27. 058f635 Include the CPPFLAGS in the CCASFLAGS. This fixes a problem with pre-1.10 by njn · 16 years ago
  28. 06ca332 Merge r9550..r9552 (move seg_override and sigcontext) from the DARWIN branch. by njn · 16 years ago
  29. 5281fd1 Merged r9546..r9548 (moved blockfault, and filtering fixes) from the DARWIN by njn · 16 years ago
  30. fed4e97 Merged r9543 (make xor-undef-x86 work on Darwin) from the DARWIN branch. by njn · 16 years ago
  31. 9a55ee8 These three files should have been added in r9537. by njn · 16 years ago
  32. 70ecd6b Avoid non-local asm labels. Fixes bug #189054. by njn · 16 years ago
  33. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 16 years ago
  34. 663a8cc Fix a Ptrcheck suppression. by njn · 16 years ago
  35. 36b6517 Merge r9529 (better memalign abort message) from the DARWIN branch. by njn · 16 years ago
  36. 62f0099 Another suppression pattern generalization. by bart · 16 years ago
  37. 430c45f Make sure that DRD does not complain about mutexes being held too long on systems where the clock can go backward. Apparently this happens frequently when Linux is running inside a virtual machine. by bart · 16 years ago
  38. 80b8b09 Handle DW_CFA_same_value opcodes in DWARF CFI data. by tom · 16 years ago
  39. 87fa0df Fixed typo in usage instructions: replaced bin/night by bin/nightly. by bart · 16 years ago
  40. 56174ad Updated list of bugs fixed in 3.5.0. by bart · 16 years ago
  41. 0e5edcd Generalized a suppression pattern. by bart · 16 years ago
  42. 325cd97 Fixed bug #188046: replaced a bashism by a POSIX compliant shell statement. by bart · 16 years ago
  43. 1169b79 Made pth_detached2 regression test more reliable. by bart · 16 years ago
  44. 6a16a4c Another test plan update. by bart · 16 years ago
  45. aca8885 Updated ignore list. by bart · 16 years ago
  46. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 16 years ago
  47. 36ba59d Updated test plan. by bart · 16 years ago
  48. 5685ade Handle accesses to new pseudo-register IP_AT_SYSCALL. Related to, but by sewardj · 16 years ago
  49. 71633b1 Handle new pseudo-register IP_AT_SYSCALL when origin-tracking is by sewardj · 16 years ago
  50. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 16 years ago
  51. cd7bfdf Updated to do list. by bart · 16 years ago
  52. 076d2b5 Updated 3.5.0 bug list. by bart · 16 years ago
  53. ce9dd9e Check whether the symbol table is in the main object file or the debug by tom · 16 years ago
  54. 90fc9d7 Track renaming of guest_CIA_AT_SC to guest_IP_AT_SYSCALL (vex r1886). by sewardj · 16 years ago
  55. cff47f6 Merge r9456 (pending change) from the DARWIN branch. by njn · 16 years ago
  56. 00556da whitespace-only change by njn · 16 years ago
  57. 79c4ae8 Fix some incorrect end comments. by njn · 16 years ago
  58. 5e40aba Tweak the format of stack traces, so they're more consistent. by njn · 16 years ago
  59. 337f8cd Merge r9431 (remove old Darwin docs) from the DARWIN branch. by njn · 16 years ago
  60. 9105a3e Merge r9429 (map_unaligned porting) from the DARWIN branch. by njn · 16 years ago
  61. 6cc2247 Merge r9426, r9427 ('pending' portability tweaks) from the DARWIN branch. by njn · 16 years ago
  62. 3a04d5c This should have gone in with the last commit. by njn · 16 years ago
  63. acdcf54 - Turn exit_group() into exit() in the Memcheck filter, for greater by njn · 16 years ago
  64. b69aca1 Merge r9419 (make describe-block portable) from the DARWIN branch. by njn · 16 years ago
  65. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  66. dc14356 Updated expected output. by bart · 16 years ago
  67. c9a572b Remove an unused, empty .exp file that was somehow still hanging around. by njn · 16 years ago
  68. ad91a75 Merge 3.4.1 release notes from the VALGRIND_3_4_BRANCH. by njn · 16 years ago
  69. d0c16aa Updated tc20_verifywrap expected output files. by bart · 16 years ago
  70. 489de21 Made DRD_(mutex_type) ignore mutex attribute flags. by bart · 16 years ago
  71. 81de224 Added pth_process_shared_mutex regression test. by bart · 16 years ago
  72. 781e36d Add a Fedora suppression that hopefully will make failing tests work on by njn · 16 years ago
  73. cfaa0a7 Merge r9380, r9381 (test portability tweaks) from the DARWIN branch. by njn · 16 years ago
  74. 480e48c Tweak exp-ptrcheck .exp files. by njn · 16 years ago
  75. 553c42f Added better filtering for Helgrind tests, removing all unreliable stack by njn · 16 years ago
  76. a0b7222 Added comment block that explains why the creator thread waits until the creator thread has copied the vector clock of the creator thread. by bart · 16 years ago
  77. 76420fe Corrected a few comments. by bart · 16 years ago
  78. 2adfc2a Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)(). by bart · 16 years ago
  79. 0d3bbd3 Cleanup. by bart · 16 years ago
  80. 1165e7c Removed obsolete function declaration. by bart · 16 years ago
  81. 15625cf Force thread scheduling order. by bart · 16 years ago
  82. 47c8999 Remove Helgrind .exp files which are out-of-date, because Helgrind's output by njn · 16 years ago
  83. ec2f7ce Another filter_xml update. by njn · 16 years ago
  84. c6f1359 Fix a .exp file. by njn · 16 years ago
  85. c0b2618 - Removed leakotron. It was not a very useful test, and hard to make by njn · 16 years ago
  86. b5d8fee A couple more VG_DMSG conversions. by njn · 16 years ago
  87. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 16 years ago
  88. 1061b67 Force the order in which threads run. by bart · 16 years ago
  89. b2abfdd Added a comment that explains the purpose of the test program. by bart · 16 years ago
  90. e747176 Removed cross-tool dependency on helgrind/helgrind.h. by bart · 16 years ago
  91. 04cf8ac Un-break 'make dist'. by bart · 16 years ago
  92. 948a465 Reduced two expected output files to one for the test called atomic_var. by bart · 16 years ago
  93. 0422e40 Reverted to r8771. Please ignore the commit message of r9325. by bart · 16 years ago
  94. b671132 Another regtest fix for machines with debug info installed for libc. by njn · 16 years ago
  95. 251a5b9 Test fixes for systems that have debug info installed for libc and libpthread. by njn · 16 years ago
  96. 402c1a1 Make the leak-cases tests more robust. by njn · 16 years ago
  97. 55a4769 Tweaks to the 'nightly' script and docs. by njn · 16 years ago
  98. a9ed409 Fix an expected output for the recent large leak-checker rewrite. by njn · 16 years ago
  99. 9f20746 Updated copyright years. by njn · 16 years ago
  100. 62dd9fa Tweak the Memcheck manual, fixing bug #157154 in the process. by njn · 16 years ago