1. b87202f Generalized a suppression pattern. by bart · 14 years ago
  2. 0a87e8d Add a test program for PCMPISTRI on amd64 (not yet hooked up). by sewardj · 14 years ago
  3. 565dc13 Track vex r2001 (initial PCMPISTRI support): by sewardj · 14 years ago
  4. a518f74 Follow-up for r11191: made this test pass again. by bart · 14 years ago
  5. 8ee04f9 Passes now when compiled with gcc 4.5.x too. by bart · 14 years ago
  6. fc3ce48 Partially connect up the LZCNT tests. What remains to be done is to by sewardj · 14 years ago
  7. 3cf36a9 Add the ability to detect "amd64-lzcnt" and "x86-lzcnt". by sewardj · 14 years ago
  8. 9cdf962 Use VALGRIND_PRINTF to print the first line of the message so that by tom · 14 years ago
  9. becedea Avoid that gcc 4.5.x reports the warning "taking address of expression of type void". Tested on amd64 and on ppc64. by bart · 14 years ago
  10. ab20576 Test cases for LZCNT instruction support. Not wired up yet. by sewardj · 14 years ago
  11. 40d91c7 x86/amd64: detect whether the CPU supports LZCNT. Followup to #212335. by sewardj · 14 years ago
  12. 0c384bc Made gmp, mpfr and mpc prefixes configurable. by bart · 14 years ago
  13. 9790f39 Reverted r11238. by bart · 14 years ago
  14. 1a52028 Avoid that gcc 4.5.x reports the warning "taking address of expression of type void". by bart · 14 years ago
  15. a13f022 Updated list of suppression patterns. by bart · 14 years ago
  16. e12694d Update expected output for Ubuntu 10.04. by sewardj · 14 years ago
  17. 9cb6475 Update expected outputs following vex r1992. by sewardj · 14 years ago
  18. 8fef625 When reporting an error about an attempt to re-lock an already-locked by sewardj · 14 years ago
  19. 72a2d80 Comment-only change. by sewardj · 14 years ago
  20. 5e0d3d6 Handle sys_ioperm on Linux. Fixes #237723. by sewardj · 14 years ago
  21. c42c056 Support sys_proc_info on 32-bit darwin as well as 64-bit. This by sewardj · 14 years ago
  22. 743a208 In XML mode, properly escape test strings in the preamble. by sewardj · 14 years ago
  23. 0418bd3 pdb_ds_read: if the presented size is implausibly huge (> 512MB), by sewardj · 14 years ago
  24. e70930e Updated Subversion ignore lists. by bart · 14 years ago
  25. cdbc508 pthread_hijack: start the new thread with all signals blocked, by sewardj · 14 years ago
  26. 75944cc Add a fix equivalent to r10751 for amd64-darwin: Resync after by sewardj · 14 years ago
  27. 54fa0e7 Support sys_audit_session_self on MacOSX 10.6 (Dave MacLachlan, by sewardj · 14 years ago
  28. 635713e Use the wrapper for sys___semwait_signal for 10.5 also on 10.6, by sewardj · 14 years ago
  29. 3d1fa79 Support sys_symlink on Darwin. Fixes #237485. by sewardj · 14 years ago
  30. f7ee6fb Put quotes around the argument to /usr/bin/dsymutil, so it doesn't by sewardj · 14 years ago
  31. 534acf2 Fix compiler warnings with the proc_info wrapper. by sewardj · 14 years ago
  32. 7d751b2 Make the --workaround-gcc296-bugs kludge take into account the stack by sewardj · 14 years ago
  33. bfc2daf Handle (on Linux) syscalls: sendfile, setgid, setgroups. Fixes by sewardj · 14 years ago
  34. 9e0a6b8 Increase Valgrind's (per-thread) stack size from 64kB to 1MB, by sewardj · 14 years ago
  35. 2840276 Include unified_annotations.h in the tarball. by sewardj · 14 years ago
  36. e31b81c Try to fix 'make dist' -- possible fallout from r11188. by sewardj · 14 years ago
  37. cb3ccf3 Fix for branch prediction: handle calls via function pointer by weidendo · 14 years ago
  38. cce38e6 Make -h -h be equivalent to --help-debug. by njn · 14 years ago
  39. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  40. b1cc5d6 by njn · 14 years ago
  41. cc58cea Convert x86-darwin to amd64-darwin at configure time, because Macs report as by njn · 14 years ago
  42. 320705f Callgrind: add branch prediction from Cachegrind by weidendo · 14 years ago
  43. 0af71bb Give prototypes for the 64-bit integer division replacements, so by sewardj · 14 years ago
  44. 7f245b4 Get rid of a whole bunch of format string warnings, by the probably by sewardj · 14 years ago
  45. 08a6319 Fix \n placement in Darwin sync-check-failure messages. by sewardj · 14 years ago
  46. 12445b8 Don't assert when trying to show a Darwin syscall number in an unknown by sewardj · 14 years ago
  47. 1e183cc Add a handler for syscall proc_info, 64-bit Darwin only atm. by sewardj · 14 years ago
  48. 3734f57 Add some suppressions reported by Jesse Ruderman. by njn · 14 years ago
  49. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  50. bd5cfa6 Fix various bits of regtest breakage on amd64-linux caused by the MACOSX106 by njn · 14 years ago
  51. f9eef05 Remove a bogus header file listing. by njn · 14 years ago
  52. 65bcc2e Add a missing filter_stderr file. by njn · 14 years ago
  53. 64a5cf9 Add missing darwin10 .supp files. by njn · 14 years ago
  54. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  55. 69d495d Added cg_diff. by njn · 14 years ago
  56. 69ad7d8 Fix for bug #242814 (Linux): made sure that Valgrind tools do not crash when the first argument of the mount() system call is NULL. by bart · 14 years ago
  57. c7d0a8f Add tests for ROUNDSS and ROUNDSD -- partial coverage, for the cases by sewardj · 14 years ago
  58. d376a76 Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex r1986). by sewardj · 14 years ago
  59. b169a8c Don't need to have special handling for link_tool_exe now that it's by njn · 14 years ago
  60. 7e15bc3 Don't print the linking command, it's too noisy with "make --quiet" builds. by njn · 14 years ago
  61. 1e0fe3a Fix bug in the previous commit. by njn · 14 years ago
  62. 93d1f17 Allow negative numbers in the cachegrind.out.* file. Also protect against by njn · 14 years ago
  63. a602792 Make better use of references, allowing data structure updates to be more by njn · 14 years ago
  64. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  65. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  66. 8ad6ab9 Updated Subversion ignore list. by bart · 14 years ago
  67. 149ede9 Avoid reading beyond the end of the environment variable when by tom · 14 years ago
  68. e7acec7 Add a test program for SSE4 instructions. Currently not integrated by sewardj · 14 years ago
  69. a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
  70. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  71. b892884 PowerPC: only compile Altivec instructions when the CPU supports these. Fixes bug #238745. by bart · 14 years ago
  72. 82616e1 Made the abort() function available on PPC too. by bart · 14 years ago
  73. aab8c76 Fixed bogus check of RES in the ioctl PRE handler introduced by tom · 14 years ago
  74. 11b2a1d Fix typo introduced with r11165, include "Ge" in regtests by weidendo · 14 years ago
  75. 8508c75 Follow-up for r11164: made sure that the --build-id=none configure test works (was reported by Dave Goodell). by bart · 14 years ago
  76. aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
  77. 75a5c2d Callgrind: make globals for log_* helpers visible outside sim.c by weidendo · 14 years ago
  78. 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
  79. 699fbac Added a configure test for the linker flag --build-id=none. by bart · 14 years ago
  80. 3a2bcf1 Added a suppression pattern for __nptl_deallocate_tsd(). by bart · 14 years ago
  81. 271889e Added a suppression pattern for the boost thread library. by bart · 14 years ago
  82. 438c12a Updated Subversion ignore list. by bart · 14 years ago
  83. 6d8d332 on MacOSX, correctly propagate failure code of system() call. by sewardj · 14 years ago
  84. 5f7fe12 by sewardj · 14 years ago
  85. f27eba2 Replaced dynamic initialization of DRD_(pthread_cond_initializer) by static initialization. by bart · 14 years ago
  86. cd37e31 Make link_tool_exe.c work for MacOSX. This un-breaks the MacOS build by sewardj · 14 years ago
  87. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  88. 8b1e682 Updated Subversion ignore lists. by bart · 14 years ago
  89. 850f199 Handle statically initialized condition variables properly. by bart · 14 years ago
  90. 28d7738 Added a regression test. by bart · 14 years ago
  91. 07de2c9 Can be processed again with autoconf 2.59 and before, which does not have AC_PROG_SED. by bart · 14 years ago
  92. f4845dc libhb_so_recv(): don't pass a NULL filter to Filter__clear. Not sure by sewardj · 14 years ago
  93. 8072c63 Updated e-mail address. by bart · 14 years ago
  94. 892af32 Set VG_(args_the_exename) to the full path to the script when by tom · 14 years ago
  95. 44e534d Fix amd64 and ppc64 to correctly mark mq_timedreceive as LINXY so that by tom · 14 years ago
  96. 12e9112 Changes: by bart · 14 years ago
  97. c5eceac Add missing backslash. by sewardj · 14 years ago
  98. 7a06e12 Added an additional tl_assert() statement. by bart · 14 years ago
  99. b7c3f08 Added support for glibc 2.12. by bart · 14 years ago
  100. 5478f84 DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4. by bart · 14 years ago