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