1. 02fd0d7 Test program to check the behaviour of a bunch of FP functions. by sewardj · 19 years ago
  2. f65f9d3 Enable message-queue syscalls. by sewardj · 19 years ago
  3. 48e7bc4 Use perf/fbench as a simple FP test too. This is a modified copy, not a symlink. by sewardj · 19 years ago
  4. 22b4448 Fix profiling dispatcher. by sewardj · 19 years ago
  5. bb68627 Comment-only changes. by sewardj · 19 years ago
  6. 46712cd Use the bz2 test in perf/ as a regression-test, just as a moderately by sewardj · 19 years ago
  7. 7541cac rm unneeded headers by sewardj · 19 years ago
  8. 0283bae Two unrelated changes: by sewardj · 19 years ago
  9. 3a384b3 Index the BB_info table by redirected guest address, not by sewardj · 19 years ago
  10. 6b0d5b3 rm 'inline' - produces too many complaints with -Winline by sewardj · 19 years ago
  11. 7c788ae Get rid of compiler warnings. by sewardj · 19 years ago
  12. e80ac00 Test to check that cachegrind's BB_info management system isn't by sewardj · 19 years ago
  13. 818cbba Update. by sewardj · 19 years ago
  14. 8611edf Handle __NR_madvise. by sewardj · 19 years ago
  15. 2f22bd7 ppc64-linux: compute the correct initial program counter and tocptr by sewardj · 19 years ago
  16. 811f02e Yet another possible output, due to trivial differences in backtraces. by sewardj · 19 years ago
  17. 5a6d7e4 Wibble by sewardj · 19 years ago
  18. 38de099 Make fn wrapping work again on ppc32-linux. by sewardj · 19 years ago
  19. 8215ffa Forgot to svn add this. by sewardj · 19 years ago
  20. 66226cc x86 function wrapping fixes. by sewardj · 19 years ago
  21. c885844 Make amd64 function wrapping work again following recent changes. by sewardj · 19 years ago
  22. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
  23. 134d1aa More function wrapping tests. by sewardj · 19 years ago
  24. 7c01859 by sewardj · 19 years ago
  25. 0a3490b Wibble. by sewardj · 19 years ago
  26. 7d5c209 Track line number changes. by sewardj · 19 years ago
  27. 80d9eac More __libc_start_main -> "(below_main)" changes. by sewardj · 19 years ago
  28. 2da8f33 Update with new expected outputs. by sewardj · 19 years ago
  29. 9e9864c Suppressions-tests fixes. by sewardj · 19 years ago
  30. 4658b35 Fixes to track the "(below main)" change. by sewardj · 19 years ago
  31. 5a3f36f Don't try sys_sigprocmask on ppc64-linux. by sewardj · 19 years ago
  32. 81c145a getcontext() seems to be unimplemented on glibc-2.3.3 on ppc64-linux. by sewardj · 19 years ago
  33. a151c39 Clever handling of partially defined equality does not work on by sewardj · 19 years ago
  34. 714cbe0 This was segfaulting on ppc64-linux, even natively. These changes by sewardj · 19 years ago
  35. 26fd33d Make a bit less nonsensical on 64-bit platforms. by sewardj · 19 years ago
  36. cfb5e2b ppc64-linux: apply the bogus-LR kludge in a second place. by sewardj · 19 years ago
  37. dcb6ec8 Deal with somewhat dubious numbers showing up from the kernel for the by sewardj · 19 years ago
  38. aa80426 Rationalise demangling a bit more, so that suppression matching works by sewardj · 19 years ago
  39. da646ca Add handy debugging line. by sewardj · 19 years ago
  40. 94c6735 More syscalls. by sewardj · 19 years ago
  41. cf64bd2 Consistently call init() before doing any MALLOC_TRACE, since the by sewardj · 19 years ago
  42. dfbaa22 Make VG_(get_StackTrace2) aware of bogus LR values in by sewardj · 19 years ago
  43. 0c95e94 Fix an all-platforms bug introduced by the recent overhaul of function by sewardj · 19 years ago
  44. e21a858 To reduce the endless nuisance of multiple different names for "the by sewardj · 19 years ago
  45. 9085f7e Make these behave correctly on ppc64 ELF. by sewardj · 19 years ago
  46. 2e1a677 Valgrind-side handling (fast case) for the ppc64 ELF stack redzone. by sewardj · 19 years ago
  47. 93baf94 Allow more syscalls. by sewardj · 19 years ago
  48. 8813eef Make the selection of the default platform a bit more sophisticated, by sewardj · 19 years ago
  49. 848a1c3 Get the core thread modelling code compiling again - uncomment the by tom · 19 years ago
  50. 342ff2e Update. by sewardj · 19 years ago
  51. 9b0567a Reinstate VG_ARCH_ALL, erroneously removed by r5496. by sewardj · 19 years ago
  52. 33afdb5 Change the default --trace-notbelow= number from zero to infinity, by sewardj · 19 years ago
  53. 774453b The symbol table reader hides all that dot crazyness on ppc64-linux now. by sewardj · 19 years ago
  54. cf95181 ppc64-linux: set R2 before running __libc_freeres by sewardj · 19 years ago
  55. 658f05a More ppc64-linux function replacement/wrapping stuff. by sewardj · 19 years ago
  56. 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
  57. 63fed7f Add test code for checking that m_debuginfo's tocptr-reading code on by sewardj · 19 years ago
  58. 641a5cb Fix copy-n-paste error. by sewardj · 19 years ago
  59. 62eae5f Increase size of the largest guest state handled. by sewardj · 19 years ago
  60. 34593e5 Rewrite VG_(translate) to make it clearer (it had grown like Topsy for by sewardj · 19 years ago
  61. 40c186c Further refine ppc64-linux ELF symbol table reading to try to by sewardj · 19 years ago
  62. 9734b20 ppc64-linux function wrapping support (does not work properly) by sewardj · 19 years ago
  63. 204cf50 Add some ignores. by rjwalsh · 19 years ago
  64. 69724e6 Tidy up ELF symbol table reading a bit. Make a completely new by sewardj · 19 years ago
  65. 74d6e0e Fix bogus assertions. by sewardj · 19 years ago
  66. 78c0c09 Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected by tom · 19 years ago
  67. 360ed5d Decode NOREDIR events properly in debug output. by tom · 19 years ago
  68. 1a85f4f by sewardj · 19 years ago
  69. a591a05 Make function wrapping work on ppc32-linux. by sewardj · 19 years ago
  70. a7e0cf5 Make function wrapping work on amd64-linux. by sewardj · 19 years ago
  71. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  72. ae23547 Comment-only change. by sewardj · 19 years ago
  73. becae08 Add register-use summary. by sewardj · 19 years ago
  74. b44c0b6 Handle the <<= and >>= operators in stabs. Fixes bug #119914. by tom · 19 years ago
  75. 07406df Unbreak make dist. by sewardj · 19 years ago
  76. 6792df3 Make this test 64-bit clean. by sewardj · 19 years ago
  77. 50e77b2 Even more ppc64-linux syscalls. by sewardj · 19 years ago
  78. ac39b46 This is logically part of r5501 (ppc64-linux symbol reading fixes) by sewardj · 19 years ago
  79. 8588865 Make symbol table reading understand the .opd section conventions used by sewardj · 19 years ago
  80. 7894793 Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. by sewardj · 19 years ago
  81. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  82. 73e1636 More syscalls ... by sewardj · 19 years ago
  83. 48540da Build fix for oset_test following recent build system hackery. by sewardj · 19 years ago
  84. bc692db Minor cleanups: by sewardj · 19 years ago
  85. 87f7fdd Do ppc32 tests on ppc64-capable platforms. by sewardj · 19 years ago
  86. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  87. 0126214 by sewardj · 19 years ago
  88. 3a0158f update suppression for newer versions of Xorg by dirk · 19 years ago
  89. bae22cf Tidy up some ppc64 assembly & comments a little. by cerion · 19 years ago
  90. 34c5a01 couple more svn:ignore's by cerion · 19 years ago
  91. cea9ae4 Add ppc64 int,fp,vmx regtest: jm-insns by cerion · 19 years ago
  92. a2a5838 Update ppc32 jm-insns regtest to test ppc64 insns, if built with -m64. by cerion · 19 years ago
  93. b8efd2a regtest none::ppc32 by cerion · 19 years ago
  94. d74076b Signal-related syscall support. by sewardj · 19 years ago
  95. 8a8934d casting paranoia (harmless) by sewardj · 19 years ago
  96. 2c6502d First cut at signal frame build/removal for ppc64-linux. Ghastly by sewardj · 19 years ago
  97. 6e58d50 update by dirk · 19 years ago
  98. e390bdf Enable various syscalls. by sewardj · 19 years ago
  99. 4246fc6 Oops, fix interrupted-syscall snafu. by sewardj · 19 years ago
  100. 38a88b7 Recrystallise the warp core on ppc64-linux. by sewardj · 19 years ago