1. 9b7b088 Have block_list showing heuristic used for a block (if block was by philippe · 9 years ago
  2. e8b9ee3 Add support for ldsoexec on Solaris. by iraisr · 9 years ago
  3. 9e9a563b Ensure the testcase compiles with clang. by florian · 9 years ago
  4. eb6caa3 Comment out unused functions to avoid clang warnings. by florian · 9 years ago
  5. daf2dc3 Note changed command line option defaults. by sewardj · 9 years ago
  6. 29dd9e6 Change the default setting for --dsymutil from =no to =yes, since by sewardj · 9 years ago
  7. 18d27dd Revisit r15601 (Change the --smc-check default value to =all-non-file.) by sewardj · 9 years ago
  8. 6d9a338 Change the --smc-check default value to =all-non-file. by sewardj · 9 years ago
  9. add95c8 Make --partial-loads-ok=yes the default on all platforms, not just OS X. by sewardj · 9 years ago
  10. 2a40c7e use verbosity 1 to report multiple termination of gdbserver, by philippe · 9 years ago
  11. c7aa9bb Small updates in NEWS by philippe · 9 years ago
  12. 92cd838 Change default value for --keep-stacktraces has been changed to alloc-and-free by philippe · 9 years ago
  13. e4fcda3 Intercept platform_memchr$VARIANT$Haswell on OS X bz#351756 by rhyskidd · 9 years ago
  14. 3a5d5f7 Announce new command line option. by florian · 9 years ago
  15. 9ee20eb New memcheck command line option: --expensive-definedness-check by florian · 9 years ago
  16. 81862df First pass at tidying up the release notes for 3.11.0. by sewardj · 9 years ago
  17. 064ed86 Support by florian · 9 years ago
  18. c7a2d53 Filter out gdb file transfer warnings in gdbserver_tests/filter_stderr. by mjw · 9 years ago
  19. ede7291 Fix a leak of the abbrev hash table when --read-var-info=yes is given by philippe · 9 years ago
  20. a49fd54 Add safe-pthread.h to helgrind/tests/Makefile.am noinst_HEADERS. by mjw · 9 years ago
  21. e8062a0 Use sigjmp_buf by tom · 9 years ago
  22. a82f262 Restore signal masks when recovering from xend related signals by tom · 9 years ago
  23. 25b436f Use memset + assign to VgdbShared, to avoid memcheck warning that by philippe · 9 years ago
  24. 9757b9e docs: env variable handling behaviour consistent between OS X and Linux, thus remove redundant comment and #ifdef. n-i-bz. by rhyskidd · 9 years ago
  25. 22bbcdf Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909. by rhyskidd · 9 years ago
  26. bcfaeed Distinguish properly when to establish the client data segment. by iraisr · 9 years ago
  27. 913b580 Fix warning signed unsigned comparison in m_oset.c : by philippe · 9 years ago
  28. 4e4ded7 Use VG_(arena_memalign) for thread array rather than VG_(malloc)-ed + align by philippe · 9 years ago
  29. d818a50 Update. by sewardj · 9 years ago
  30. bed0746 Bug 346185 - Fix typo saving altivec register v24. by sewardj · 9 years ago
  31. 03d49dd More copyright date changes for 2015 (fallout from r15577) by sewardj · 9 years ago
  32. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  33. 712575e Remove non-ASCII characters from this file. No functional change. by sewardj · 9 years ago
  34. 52476b5 Update. by sewardj · 9 years ago
  35. 9dc5dd6 When scanning the statement list for bogus literals we by florian · 9 years ago
  36. ce80001 Fix incorrect header guard. Reported by giacomopoz@gmail.com Fixes BZ #351531 by florian · 9 years ago
  37. 1c628f3 Initial data (brk) segment is setup on demand, when a first brk() syscall by iraisr · 9 years ago
  38. f27835c Follow-up fix for r15565. by iraisr · 9 years ago
  39. 8a39493 Also install sigsegv handler in safe-pthread tests wrapper. by mjw · 9 years ago
  40. d46b911 Follow-up fix for r15565: sa_restorer should not be used. n-i-bz. by rhyskidd · 9 years ago
  41. 212b500 Fix comparison in function VG_(iseqsigset). by florian · 9 years ago
  42. 60a16f2 Install the SIGILL handler everywhere so we get consistent by tom · 9 years ago
  43. a0c8403 Handle (unwanted) line number info in filter_defcfaexpr. by mjw · 9 years ago
  44. 02b13a1 Attempt to work around issues with xend being executed unconditionally by tom · 9 years ago
  45. da4bdf7 Fix a second format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  46. e7f48e6 Fix a format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  47. 358f27c Runtime linker ld.so.1 can be now run under Valgrind on Solaris. by iraisr · 9 years ago
  48. c398e51 Add bug338606 testfile to none/tests/scripts/Makefile.am EXTRA_DIST. by mjw · 9 years ago
  49. 93e4356 Update. by sewardj · 9 years ago
  50. b4737fe Add test cases for VCVT.{S,U}32.F32, S[n], S[n], #imm. Pertains to #342783. by sewardj · 9 years ago
  51. 5c0abb6 arm32: make sure we actually generate real 64-bit loads/stores for the by sewardj · 9 years ago
  52. cb8dd76 Enable building of ARMv8 crypto instruction tests, having finally by sewardj · 9 years ago
  53. 214f60f Fix format string confusion that was somehow related to r15510. by sewardj · 9 years ago
  54. 8331317 Add test cases for PRFM (register). Pertains to #345177. by sewardj · 9 years ago
  55. 8b0d32a Update script solaris/build_solaris_package to take into account by iraisr · 9 years ago
  56. 7232d21 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx2-1 regression test. by rhyskidd · 9 years ago
  57. 917ca31 Preliminary OS X memalign() shim work, although this specific regression test remains guarded due to clang build issues with _randArray. by rhyskidd · 9 years ago
  58. 07d0c9e Increase test coverage on OS X, by re-enabling the memcheck/tests/amd64/xsave-avx regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  59. 8010017 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx-1 regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  60. 681b466 Increase test coverage on OS X, by re-enabling the none/tests/*/movbe regression tests with a handy memalign() shim. by rhyskidd · 9 years ago
  61. 7c23ae4 Plumb through memalign16() rather than having four implementations of the same code. n-i-bz. by rhyskidd · 9 years ago
  62. 2197ad8 Update for VEX r3173. by rhyskidd · 9 years ago
  63. 7ad9ba9 Add regression test for bz#350062 - vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0xB (ROUNDSD) on OS X. by rhyskidd · 9 years ago
  64. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  65. 6d86b6f Bug 348345 - Assertion fails for negative lineno by sewardj · 9 years ago
  66. cf2718c Update. by sewardj · 9 years ago
  67. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  68. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  69. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  70. a2384ed Remove 343173 helgrind crash during stack unwind from 3_10_BUGSTATUS.txt by philippe · 9 years ago
  71. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  72. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  73. 32f96ad do_cmpxchg8b(): fix incorrect inline assembly (wrong register name) by sewardj · 9 years ago
  74. 053f436 Add test cases for PCMPxSTRx case 0x18. Pertains to #348574, vex r3172. by sewardj · 9 years ago
  75. 7f0dfdd Add test cases for PCMPxSTRx case 0x42. Pertains to #339820, vex r3171. by sewardj · 9 years ago
  76. afba159 Update following amd64 AVX front end fixes. by sewardj · 9 years ago
  77. d604d8c Add test cases for missing AVX VCMPPD/VCMPPS cases. Pertains to vex r3170. by sewardj · 9 years ago
  78. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  79. 149481a Fix the regression from r15518 which broke builds on older Solaris releases. by iraisr · 9 years ago
  80. 636392d Update. by sewardj · 9 years ago
  81. c1699a7 Properly guard memcheck/tests/amd64/xsave-avx. This test relies on memalign(), which is not present on OS X. Along with a few other avx tests needs refactoring to use posix_memalign() down the track. n-i-bz. by rhyskidd · 9 years ago
  82. e5e597e Fix svn propset for memcheck/tests/amd64/xsave-avx since r15524. n-i-bz. by rhyskidd · 9 years ago
  83. f1c8e6c valgrind.h: Suppress client request code generation on x32 by bart · 9 years ago
  84. 40fc6b2 Fix clobber. by florian · 9 years ago
  85. 41863f8 Add test cases for AVX XSAVE and XRSTOR instructions. by sewardj · 9 years ago
  86. 7c1d063 Enhance VG_(machine_get_hwcaps) to check enough stuff to ensure by sewardj · 9 years ago
  87. 290b9ca Handle new ILGop_IdentV128 introduced by vex r3169. by sewardj · 9 years ago
  88. 2cdc379 Remove extraneous "-x" which I suspect is debugging support that got by sewardj · 9 years ago
  89. d8a3444 For those testcases that crash one way or another by florian · 9 years ago
  90. 10ae6ad In filter_stderr_basic do not remove lines beginning with by florian · 9 years ago
  91. 03a6b14 Add support for repository cache protocol version 26. by iraisr · 9 years ago
  92. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  93. ed59b70 When profiling memory events in memcheck, event counts larget by florian · 9 years ago
  94. 77ae999 Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things by florian · 9 years ago
  95. 09a8b14 Fix a few function declarations. by florian · 9 years ago
  96. b93a3a3 Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKING , wrongly introduced in rev 15207 by philippe · 9 years ago
  97. 82be88d Fix another GCC 5.1 warning. by florian · 9 years ago
  98. 42c2a5b Fix build breakage introduced in r15510. by florian · 9 years ago
  99. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  100. 62d7e25 Simplify the build script a lot by using the download_prerequisites by florian · 9 years ago