1. d46b911 Follow-up fix for r15565: sa_restorer should not be used. n-i-bz. by rhyskidd · 9 years ago
  2. 212b500 Fix comparison in function VG_(iseqsigset). by florian · 9 years ago
  3. 60a16f2 Install the SIGILL handler everywhere so we get consistent by tom · 9 years ago
  4. a0c8403 Handle (unwanted) line number info in filter_defcfaexpr. by mjw · 9 years ago
  5. 02b13a1 Attempt to work around issues with xend being executed unconditionally by tom · 9 years ago
  6. da4bdf7 Fix a second format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  7. e7f48e6 Fix a format string error observed whilst building on OSX 10.10. by sewardj · 9 years ago
  8. 358f27c Runtime linker ld.so.1 can be now run under Valgrind on Solaris. by iraisr · 9 years ago
  9. c398e51 Add bug338606 testfile to none/tests/scripts/Makefile.am EXTRA_DIST. by mjw · 9 years ago
  10. 93e4356 Update. by sewardj · 9 years ago
  11. b4737fe Add test cases for VCVT.{S,U}32.F32, S[n], S[n], #imm. Pertains to #342783. by sewardj · 9 years ago
  12. 5c0abb6 arm32: make sure we actually generate real 64-bit loads/stores for the by sewardj · 9 years ago
  13. cb8dd76 Enable building of ARMv8 crypto instruction tests, having finally by sewardj · 9 years ago
  14. 214f60f Fix format string confusion that was somehow related to r15510. by sewardj · 9 years ago
  15. 8331317 Add test cases for PRFM (register). Pertains to #345177. by sewardj · 9 years ago
  16. 8b0d32a Update script solaris/build_solaris_package to take into account by iraisr · 9 years ago
  17. 7232d21 Increase test coverage on OS X, by re-enabling the none/tests/amd64/avx2-1 regression test. by rhyskidd · 9 years ago
  18. 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
  19. 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
  20. 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
  21. 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
  22. 7c23ae4 Plumb through memalign16() rather than having four implementations of the same code. n-i-bz. by rhyskidd · 9 years ago
  23. 2197ad8 Update for VEX r3173. by rhyskidd · 9 years ago
  24. 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
  25. 23e68ca Newer Solaris has added /proc/self/cmdline and /proc/<pid>/cmdline. by iraisr · 9 years ago
  26. 6d86b6f Bug 348345 - Assertion fails for negative lineno by sewardj · 9 years ago
  27. cf2718c Update. by sewardj · 9 years ago
  28. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  29. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  30. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  31. a2384ed Remove 343173 helgrind crash during stack unwind from 3_10_BUGSTATUS.txt by philippe · 9 years ago
  32. 8f8811e Improve mmap MAP_HUGETLB support. This is a follow up to r14682: by florian · 9 years ago
  33. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  34. 32f96ad do_cmpxchg8b(): fix incorrect inline assembly (wrong register name) by sewardj · 9 years ago
  35. 053f436 Add test cases for PCMPxSTRx case 0x18. Pertains to #348574, vex r3172. by sewardj · 9 years ago
  36. 7f0dfdd Add test cases for PCMPxSTRx case 0x42. Pertains to #339820, vex r3171. by sewardj · 9 years ago
  37. afba159 Update following amd64 AVX front end fixes. by sewardj · 9 years ago
  38. d604d8c Add test cases for missing AVX VCMPPD/VCMPPS cases. Pertains to vex r3170. by sewardj · 9 years ago
  39. c365a37 Write a SysRes value as an unsigned number. by florian · 9 years ago
  40. 149481a Fix the regression from r15518 which broke builds on older Solaris releases. by iraisr · 9 years ago
  41. 636392d Update. by sewardj · 9 years ago
  42. 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
  43. e5e597e Fix svn propset for memcheck/tests/amd64/xsave-avx since r15524. n-i-bz. by rhyskidd · 9 years ago
  44. f1c8e6c valgrind.h: Suppress client request code generation on x32 by bart · 9 years ago
  45. 40fc6b2 Fix clobber. by florian · 9 years ago
  46. 41863f8 Add test cases for AVX XSAVE and XRSTOR instructions. by sewardj · 9 years ago
  47. 7c1d063 Enhance VG_(machine_get_hwcaps) to check enough stuff to ensure by sewardj · 9 years ago
  48. 290b9ca Handle new ILGop_IdentV128 introduced by vex r3169. by sewardj · 9 years ago
  49. 2cdc379 Remove extraneous "-x" which I suspect is debugging support that got by sewardj · 9 years ago
  50. d8a3444 For those testcases that crash one way or another by florian · 9 years ago
  51. 10ae6ad In filter_stderr_basic do not remove lines beginning with by florian · 9 years ago
  52. 03a6b14 Add support for repository cache protocol version 26. by iraisr · 9 years ago
  53. f31aba4 Bug #351140 arm64 syscalls setuid (146) and setresgid (149) not implemented. by mjw · 9 years ago
  54. ed59b70 When profiling memory events in memcheck, event counts larget by florian · 9 years ago
  55. 77ae999 Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things by florian · 9 years ago
  56. 09a8b14 Fix a few function declarations. by florian · 9 years ago
  57. b93a3a3 Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKING , wrongly introduced in rev 15207 by philippe · 9 years ago
  58. 82be88d Fix another GCC 5.1 warning. by florian · 9 years ago
  59. 42c2a5b Fix build breakage introduced in r15510. by florian · 9 years ago
  60. b26101c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  61. 62d7e25 Simplify the build script a lot by using the download_prerequisites by florian · 9 years ago
  62. a7d291d Fix two more format inconsistencies found on s390. The one by florian · 9 years ago
  63. e15b549 Initial checkin by florian · 9 years ago
  64. 7c2bcb0 Document another limitation of the Solaris port by iraisr · 9 years ago
  65. fff0723 Disable gdb XML file for TileGX by zliu · 9 years ago
  66. 316c045 Ensure gdbserver_tests/mcbreak.vgtest works with gcc 4.9 by philippe · 9 years ago
  67. 654ea86 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  68. 486372b As per discussion with Julian comment out some dead assignments. by florian · 9 years ago
  69. 97f1d33 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  70. c6e5d76 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  71. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  72. b7876db Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  73. 19b041a (try to) avoid tc09_bad_unlock random failure by philippe · 9 years ago
  74. 9618859 Fix typo: add missing space between $(AM_CFLAGS) and @FLAG_FSANITIZE@ by philippe · 9 years ago
  75. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  76. 686870c Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  77. b4d7a1a Add a comment. by florian · 9 years ago
  78. ca63145 The number of elements in a RangeMap cannot be negative. by florian · 9 years ago
  79. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  80. a6a6d92 The number of elements in a hash table cannot be negative. by florian · 9 years ago
  81. 9b872fd Add missing header files. by florian · 9 years ago
  82. e8e8df5 Let "make distclean" remove generated tilegx instruction test files by zliu · 9 years ago
  83. 7291814 Fix issue of "make dist BUILD_ALL_DOCS=no" by zliu · 9 years ago
  84. de3df03 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  85. b637cd4 Ensure libvex tests in none are compiling on amd64, when configuring for 32 bits only by philippe · 9 years ago
  86. f29a856 Refine NEWS entry for memcheck xb monitor command by philippe · 9 years ago
  87. b92e632 * Memcheck: by philippe · 9 years ago
  88. 6004219 Rewrite memcheck's event counter machinery. by florian · 9 years ago
  89. 82b558e Fix the "make regtest" error caused by the new tilegx instruction tests by zliu · 9 years ago
  90. 5e5cb00 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  91. 16eef85 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  92. dfc9bd1 Improve the script to also show failures in the post-regtest checks by florian · 9 years ago
  93. 9223db9 Fix a typo in README.solaris. Spotted by Florian Krohm <florian@eich-krohm.de>. by iraisr · 9 years ago
  94. 2ea895e Resolve suppressions that changed in OS X 10.11 (DP5). n-i-bz by rhyskidd · 9 years ago
  95. 95a2768 OS X: Suppress newly introduced system library errors in OS X 10.11 (DP5). n-i-bz by rhyskidd · 9 years ago
  96. f03f9f3 Guard two hanging tests on OS X 10.11, which otherwise prevent regression test suite from running in automated manner. n-i-bz by rhyskidd · 9 years ago
  97. 072064d GCC 5.1 issues warnings about static variables declared within non-static by florian · 9 years ago
  98. 4f9b7c7 Silence a few more warnings from GCC 5.1 by florian · 9 years ago
  99. 93eb900 Silence a few warnings issued by GCC 5.1 claiming that 'res' is by florian · 9 years ago
  100. 3119a2b As pointed out by GCC 5.1 macro arguments ought to be paranthesized by florian · 9 years ago