1. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  2. b1cc5d6 by njn · 14 years ago
  3. cc58cea Convert x86-darwin to amd64-darwin at configure time, because Macs report as by njn · 14 years ago
  4. 320705f Callgrind: add branch prediction from Cachegrind by weidendo · 14 years ago
  5. 0af71bb Give prototypes for the 64-bit integer division replacements, so by sewardj · 14 years ago
  6. 7f245b4 Get rid of a whole bunch of format string warnings, by the probably by sewardj · 14 years ago
  7. 08a6319 Fix \n placement in Darwin sync-check-failure messages. by sewardj · 14 years ago
  8. 12445b8 Don't assert when trying to show a Darwin syscall number in an unknown by sewardj · 14 years ago
  9. 1e183cc Add a handler for syscall proc_info, 64-bit Darwin only atm. by sewardj · 14 years ago
  10. 3734f57 Add some suppressions reported by Jesse Ruderman. by njn · 14 years ago
  11. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  12. bd5cfa6 Fix various bits of regtest breakage on amd64-linux caused by the MACOSX106 by njn · 14 years ago
  13. f9eef05 Remove a bogus header file listing. by njn · 14 years ago
  14. 65bcc2e Add a missing filter_stderr file. by njn · 14 years ago
  15. 64a5cf9 Add missing darwin10 .supp files. by njn · 14 years ago
  16. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  17. 69d495d Added cg_diff. by njn · 14 years ago
  18. 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
  19. c7d0a8f Add tests for ROUNDSS and ROUNDSD -- partial coverage, for the cases by sewardj · 14 years ago
  20. d376a76 Handle new primop Iop_RoundF32toInt, needed by SSE4 ROUNDSS (vex r1986). by sewardj · 14 years ago
  21. b169a8c Don't need to have special handling for link_tool_exe now that it's by njn · 14 years ago
  22. 7e15bc3 Don't print the linking command, it's too noisy with "make --quiet" builds. by njn · 14 years ago
  23. 1e0fe3a Fix bug in the previous commit. by njn · 14 years ago
  24. 93d1f17 Allow negative numbers in the cachegrind.out.* file. Also protect against by njn · 14 years ago
  25. a602792 Make better use of references, allowing data structure updates to be more by njn · 14 years ago
  26. b823b85 Valgrind-side changes needed to go with vex r1984 (Implement SSE4 by sewardj · 14 years ago
  27. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  28. 8ad6ab9 Updated Subversion ignore list. by bart · 14 years ago
  29. 149ede9 Avoid reading beyond the end of the environment variable when by tom · 14 years ago
  30. e7acec7 Add a test program for SSE4 instructions. Currently not integrated by sewardj · 14 years ago
  31. a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
  32. d364580 Remove link_tool_exe.c and replace it with perl scripts that do the by sewardj · 14 years ago
  33. b892884 PowerPC: only compile Altivec instructions when the CPU supports these. Fixes bug #238745. by bart · 14 years ago
  34. 82616e1 Made the abort() function available on PPC too. by bart · 14 years ago
  35. aab8c76 Fixed bogus check of RES in the ioctl PRE handler introduced by tom · 14 years ago
  36. 11b2a1d Fix typo introduced with r11165, include "Ge" in regtests by weidendo · 14 years ago
  37. 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
  38. aeb8622 Callgrind new feature: count global bus lock events "Ge" by weidendo · 14 years ago
  39. 75a5c2d Callgrind: make globals for log_* helpers visible outside sim.c by weidendo · 14 years ago
  40. 5bba525 Callgrind: event sets now consist of event groups by weidendo · 14 years ago
  41. 699fbac Added a configure test for the linker flag --build-id=none. by bart · 14 years ago
  42. 3a2bcf1 Added a suppression pattern for __nptl_deallocate_tsd(). by bart · 14 years ago
  43. 271889e Added a suppression pattern for the boost thread library. by bart · 14 years ago
  44. 438c12a Updated Subversion ignore list. by bart · 14 years ago
  45. 6d8d332 on MacOSX, correctly propagate failure code of system() call. by sewardj · 14 years ago
  46. 5f7fe12 by sewardj · 14 years ago
  47. f27eba2 Replaced dynamic initialization of DRD_(pthread_cond_initializer) by static initialization. by bart · 14 years ago
  48. cd37e31 Make link_tool_exe.c work for MacOSX. This un-breaks the MacOS build by sewardj · 14 years ago
  49. 9e6428a Add a new program (link_tool_exe.c) and use this to link the tool by sewardj · 14 years ago
  50. 8b1e682 Updated Subversion ignore lists. by bart · 14 years ago
  51. 850f199 Handle statically initialized condition variables properly. by bart · 14 years ago
  52. 28d7738 Added a regression test. by bart · 14 years ago
  53. 07de2c9 Can be processed again with autoconf 2.59 and before, which does not have AC_PROG_SED. by bart · 14 years ago
  54. f4845dc libhb_so_recv(): don't pass a NULL filter to Filter__clear. Not sure by sewardj · 14 years ago
  55. 8072c63 Updated e-mail address. by bart · 14 years ago
  56. 892af32 Set VG_(args_the_exename) to the full path to the script when by tom · 14 years ago
  57. 44e534d Fix amd64 and ppc64 to correctly mark mq_timedreceive as LINXY so that by tom · 14 years ago
  58. 12e9112 Changes: by bart · 14 years ago
  59. c5eceac Add missing backslash. by sewardj · 14 years ago
  60. 7a06e12 Added an additional tl_assert() statement. by bart · 14 years ago
  61. b7c3f08 Added support for glibc 2.12. by bart · 14 years ago
  62. 5478f84 DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4. by bart · 14 years ago
  63. d59b569 Add test cases for XADD reg,reg. (Nicolas Sauzede, nicolas.sauzede@st.com). by sewardj · 14 years ago
  64. 958c1f3 Enable testing of FISTS and FISTPS on amd64. by sewardj · 14 years ago
  65. f9ebc39 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check by sewardj · 14 years ago
  66. 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 14 years ago
  67. c8028ad by sewardj · 14 years ago
  68. 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 14 years ago
  69. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  70. a239dd2 Filter tuning such that the annotate_barrier test does now pass on Darwin too. by bart · 14 years ago
  71. b11355c Refactoring: replaced two AC_TRY_COMPILE() occurrences by AC_CHECK_MEMBER(). by bart · 14 years ago
  72. 422b779 Improved portability of the annotate_barrier regression test. by bart · 14 years ago
  73. fcf7693 Made these two tests pass again on Darwin. by bart · 14 years ago
  74. 0383a9d Removed sem_init() test again. by bart · 14 years ago
  75. d759a83 Include fcntl.h to get O_CREAT on Fedora 13. by tom · 14 years ago
  76. faf6727 Link the tls test against tls2.so as it references symbols in it by tom · 14 years ago
  77. 5c46da8 Include valgrind headers before system headers to avoid problems by tom · 14 years ago
  78. 389e7f9 Suppressed a (harmless) compiler warning that was only reported on Darwin. by bart · 14 years ago
  79. 2c8c874 Made test results independent of thread scheduling. by bart · 14 years ago
  80. 0ccdc4a Replaced most platform-test macros by HAVE_... macros. by bart · 14 years ago
  81. a72a27b Added configure test for pthread_yield() and sem_init(). by bart · 14 years ago
  82. 181b6bc Added yet another regression test. by bart · 14 years ago
  83. b8d5299 Changed gcc version from 4.4.3 to 4.5.0. by bart · 14 years ago
  84. fba428c Add some basic DWARF4 support. Based on patch from Jakub Jelinek by tom · 14 years ago
  85. 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 14 years ago
  86. 51c9d37 search_all_symtabs: when mapping addresses to text symbols, consider by sewardj · 14 years ago
  87. 111544a Comment-only change. by sewardj · 14 years ago
  88. f38a74e Change the method used in hg_intercepts.c to hide from the user, the by sewardj · 14 years ago
  89. 1f77fec Take account the ABI-mandated stack redzone when changing stack by sewardj · 14 years ago
  90. 9ec8b07 Should now really compile on Darwin. by bart · 14 years ago
  91. ec2e146 Should now build on Darwin too. by bart · 14 years ago
  92. aaaf3ae Syscall numbers (on amd64 at least) are in unistd_{32,64}.h now so by tom · 14 years ago
  93. f6122a0 The help text printed by command-line option -h does now show the default by bart · 14 years ago
  94. 141a7ed Resynchronized client requests with the latest version of TSan's header file by bart · 14 years ago
  95. ea2a03c Added two additional regression tests. by bart · 14 years ago
  96. 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 14 years ago
  97. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  98. 4384f46 Enabled getsid in ptrcheck. Fixe #230593. by tom · 14 years ago
  99. 5d0d1f3 Improve performance of the fallback path when a translation is not by sewardj · 14 years ago
  100. 70585b8 Update expected outputs following r11089. by sewardj · 14 years ago