1. 1cf56cf Assertion is too restrictive; it's possible to validly get an by sewardj · 18 years ago
  2. 183375a A 1 page stack isn't big enough for this test on ppc32-linux. by sewardj · 18 years ago
  3. 42a32a2 Update expected output following vex r1619. by sewardj · 18 years ago
  4. 49ceddc Yet more messing with masking approximate results. by sewardj · 18 years ago
  5. 7f1f7a8 Apparently Intel's rcpps etc approximations are more approximate than by sewardj · 18 years ago
  6. 5b0acb0 Update expected results following change in r5898. by sewardj · 18 years ago
  7. 2de0441 Add masking for results of rcpps/rcpss/rsqrtps/rsqrtps so as to give by sewardj · 18 years ago
  8. dbdb36f Comprehensive tests for bt{s,r,c,}{w,l,q} on amd64. by sewardj · 18 years ago
  9. 1636922 Test x86 {push,pop}{w,l}. by sewardj · 18 years ago
  10. f218491 Vectorise copy_address_range_perms for common cases. This gives about by sewardj · 18 years ago
  11. e26e42f Add another test of permissions range copying (copy_address_range_perms). by sewardj · 18 years ago
  12. e5b662b Get rid of executable permissions on C source file. by sewardj · 18 years ago
  13. ca54af3 by njn · 18 years ago
  14. 5bac8e5 On x86, don't use x87 registers for 8-byte FP loads/stores; instead by sewardj · 18 years ago
  15. 36c11e9 Commit a patch from Olly Betts which avoids a possible problem with by njn · 18 years ago
  16. 4cf530b Use better variable names. by njn · 18 years ago
  17. fc3b5ba Test program which uses templates to generate very long stabs (debug by sewardj · 18 years ago
  18. e250412 Un-break make dist. by sewardj · 18 years ago
  19. bca134f Add 64-bit test output. by sewardj · 18 years ago
  20. 3dfd9f0 Don't print an address on stdout as it doesn't get automagically by sewardj · 18 years ago
  21. dc6734b Another shadow memory test. This one does a huge number of loads and by sewardj · 18 years ago
  22. 2229db0 In check_all, allow two different acceptable byte values, so as to by sewardj · 18 years ago
  23. b2963ad Partial fix for the sh-mem.c failure on PPC32. This should make it work by njn · 18 years ago
  24. 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 18 years ago
  25. dbf7ca7 by njn · 18 years ago
  26. a7c7ebd Change to some better function names. by njn · 18 years ago
  27. 45e8125 Change some uses of bytes to bits for consistency. by njn · 18 years ago
  28. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  29. eb662fa Update expected output following r5785; also add a missing 's'. by sewardj · 18 years ago
  30. a895e4e Mess with this even more so that fn_1 doesn't return zero. by sewardj · 18 years ago
  31. e638a8d Updated expected output following r5753. by sewardj · 18 years ago
  32. b70b96a TRASH_IREGS: add enough live variables to make ppc32 spill (not easy) by sewardj · 18 years ago
  33. f4f22d5 Majorly beef up this test: by sewardj · 18 years ago
  34. 0928fed Fix comment typo. by sewardj · 18 years ago
  35. fb1e9ad Add a new kind of memory-painting primitive, which is: 'make_defined'. by sewardj · 18 years ago
  36. 1c85d5c Oops, missed out of r5724. by sewardj · 18 years ago
  37. ae43d04 Regression test for memcheck's SET/GET_VBITS client requests. by sewardj · 18 years ago
  38. c2c12c2 Reinstate the SET/GET_VBITS client requests. by sewardj · 18 years ago
  39. 7d647cb get_abit_and_vbyte/get_abit can be a significant bottleneck when by sewardj · 19 years ago
  40. 776de2c Apparently on SLES9 the dynamic linker is called (soname'd) ld64.so.1. by sewardj · 19 years ago
  41. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 19 years ago
  42. 39eb667 Fix minor anomaly pointed out by icc9. by sewardj · 19 years ago
  43. 453e8f8 Get rid of general case in mkLazy3 and instead add new cases as they appear. by sewardj · 19 years ago
  44. e91cea7 Track vex r1573 (introduction of 4-arg IR primops for ppc fmadd/fmsub). by sewardj · 19 years ago
  45. b0e1ccc This causes problems on setups where ld.so is mapped at just over 1M: by sewardj · 19 years ago
  46. c7e8c74 Test program aimed at exercising x87 insns a bit on amd64. by sewardj · 19 years ago
  47. bee2c28 Add a check for fsincos. by sewardj · 19 years ago
  48. 672f778 Yet more x86 instruction tests, mostly aimed at wierd/transcendental x87 insns. by sewardj · 19 years ago
  49. d6075eb Tidy up a couple more x86-related primops following rounding changes. by sewardj · 19 years ago
  50. 22ac5f4 Followup to r5605: fixes for x86 by sewardj · 19 years ago
  51. ed69fdb by sewardj · 19 years ago
  52. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 19 years ago
  53. 4f3e0f2 Track vex r1553 (addition of Iop_Est8FRecip, case Iop_Est5FRSqrt) by sewardj · 19 years ago
  54. 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 19 years ago
  55. 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 19 years ago
  56. 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 19 years ago
  57. 5a6d7e4 Wibble by sewardj · 19 years ago
  58. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 19 years ago
  59. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
  60. 134d1aa More function wrapping tests. by sewardj · 19 years ago
  61. 7d5c209 Track line number changes. by sewardj · 19 years ago
  62. 80d9eac More __libc_start_main -> "(below_main)" changes. by sewardj · 19 years ago
  63. 2da8f33 Update with new expected outputs. by sewardj · 19 years ago
  64. 9e9864c Suppressions-tests fixes. by sewardj · 19 years ago
  65. 4658b35 Fixes to track the "(below main)" change. by sewardj · 19 years ago
  66. 5a3f36f Don't try sys_sigprocmask on ppc64-linux. by sewardj · 19 years ago
  67. 81c145a getcontext() seems to be unimplemented on glibc-2.3.3 on ppc64-linux. by sewardj · 19 years ago
  68. a151c39 Clever handling of partially defined equality does not work on by sewardj · 19 years ago
  69. 714cbe0 This was segfaulting on ppc64-linux, even natively. These changes by sewardj · 19 years ago
  70. 26fd33d Make a bit less nonsensical on 64-bit platforms. by sewardj · 19 years ago
  71. e21a858 To reduce the endless nuisance of multiple different names for "the by sewardj · 19 years ago
  72. 9085f7e Make these behave correctly on ppc64 ELF. by sewardj · 19 years ago
  73. 2e1a677 Valgrind-side handling (fast case) for the ppc64 ELF stack redzone. by sewardj · 19 years ago
  74. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  75. 62eae5f Increase size of the largest guest state handled. by sewardj · 19 years ago
  76. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  77. 6792df3 Make this test 64-bit clean. by sewardj · 19 years ago
  78. 7894793 Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. by sewardj · 19 years ago
  79. 48540da Build fix for oset_test following recent build system hackery. by sewardj · 19 years ago
  80. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  81. 0126214 by sewardj · 19 years ago
  82. a974276 Make this work on SSE1-only machines. by sewardj · 19 years ago
  83. 834db0e Also do sse memory overrun tests on x86. by sewardj · 19 years ago
  84. a5b1b25 Add a test program which checks for memory overruns in the SSE insn decoder. by sewardj · 19 years ago
  85. 694202c Update for recent change to OSet interface. by njn · 19 years ago
  86. b00944a Handle ppc64-related primops. by sewardj · 19 years ago
  87. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  88. 1bc8210 Handle CmpORD64{U,S} as ppc64 requires those. by sewardj · 19 years ago
  89. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  90. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
  91. fe5115a Remove the old profiling stuff from Memcheck. by njn · 19 years ago
  92. 6b23958 Clarify leak checker output. by njn · 19 years ago
  93. d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
  94. 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
  95. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
  96. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
  97. 2108204 Take ppc64 startup further along the road by cerion · 19 years ago
  98. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  99. d0220c1 Add directories missed in r5250 (ppc64 first checkin). by sewardj · 19 years ago
  100. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago