1. 63fed7f Add test code for checking that m_debuginfo's tocptr-reading code on by sewardj · 19 years ago
  2. 641a5cb Fix copy-n-paste error. by sewardj · 19 years ago
  3. 62eae5f Increase size of the largest guest state handled. by sewardj · 19 years ago
  4. 34593e5 Rewrite VG_(translate) to make it clearer (it had grown like Topsy for by sewardj · 19 years ago
  5. 40c186c Further refine ppc64-linux ELF symbol table reading to try to by sewardj · 19 years ago
  6. 9734b20 ppc64-linux function wrapping support (does not work properly) by sewardj · 19 years ago
  7. 204cf50 Add some ignores. by rjwalsh · 19 years ago
  8. 69724e6 Tidy up ELF symbol table reading a bit. Make a completely new by sewardj · 19 years ago
  9. 74d6e0e Fix bogus assertions. by sewardj · 19 years ago
  10. 78c0c09 Use VG_(am_mmap_anon_float_valgrind) to allocate the unredirected by tom · 19 years ago
  11. 360ed5d Decode NOREDIR events properly in debug output. by tom · 19 years ago
  12. 1a85f4f by sewardj · 19 years ago
  13. a591a05 Make function wrapping work on ppc32-linux. by sewardj · 19 years ago
  14. a7e0cf5 Make function wrapping work on amd64-linux. by sewardj · 19 years ago
  15. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  16. ae23547 Comment-only change. by sewardj · 19 years ago
  17. becae08 Add register-use summary. by sewardj · 19 years ago
  18. b44c0b6 Handle the <<= and >>= operators in stabs. Fixes bug #119914. by tom · 19 years ago
  19. 07406df Unbreak make dist. by sewardj · 19 years ago
  20. 6792df3 Make this test 64-bit clean. by sewardj · 19 years ago
  21. 50e77b2 Even more ppc64-linux syscalls. by sewardj · 19 years ago
  22. ac39b46 This is logically part of r5501 (ppc64-linux symbol reading fixes) by sewardj · 19 years ago
  23. 8588865 Make symbol table reading understand the .opd section conventions used by sewardj · 19 years ago
  24. 7894793 Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. by sewardj · 19 years ago
  25. f0915fc Initial redirect stuff for ppc64-linux. by sewardj · 19 years ago
  26. 73e1636 More syscalls ... by sewardj · 19 years ago
  27. 48540da Build fix for oset_test following recent build system hackery. by sewardj · 19 years ago
  28. bc692db Minor cleanups: by sewardj · 19 years ago
  29. 87f7fdd Do ppc32 tests on ppc64-capable platforms. by sewardj · 19 years ago
  30. 3a699b8 amd64-linux adjustments as a followup to r5493. by sewardj · 19 years ago
  31. 0126214 by sewardj · 19 years ago
  32. 3a0158f update suppression for newer versions of Xorg by dirk · 19 years ago
  33. bae22cf Tidy up some ppc64 assembly & comments a little. by cerion · 19 years ago
  34. 34c5a01 couple more svn:ignore's by cerion · 19 years ago
  35. cea9ae4 Add ppc64 int,fp,vmx regtest: jm-insns by cerion · 19 years ago
  36. a2a5838 Update ppc32 jm-insns regtest to test ppc64 insns, if built with -m64. by cerion · 19 years ago
  37. b8efd2a regtest none::ppc32 by cerion · 19 years ago
  38. d74076b Signal-related syscall support. by sewardj · 19 years ago
  39. 8a8934d casting paranoia (harmless) by sewardj · 19 years ago
  40. 2c6502d First cut at signal frame build/removal for ppc64-linux. Ghastly by sewardj · 19 years ago
  41. 6e58d50 update by dirk · 19 years ago
  42. e390bdf Enable various syscalls. by sewardj · 19 years ago
  43. 4246fc6 Oops, fix interrupted-syscall snafu. by sewardj · 19 years ago
  44. 38a88b7 Recrystallise the warp core on ppc64-linux. by sewardj · 19 years ago
  45. a7421c9 Fun n games making sys_clone() work. by sewardj · 19 years ago
  46. 9fdc189 Update. by sewardj · 19 years ago
  47. 0d4f8ac Don't confuse ppc32 and ppc64. by sewardj · 19 years ago
  48. 83008d6 More paranoia please. by sewardj · 19 years ago
  49. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  50. a974276 Make this work on SSE1-only machines. by sewardj · 19 years ago
  51. 57a5b7b Update. by sewardj · 19 years ago
  52. 834db0e Also do sse memory overrun tests on x86. by sewardj · 19 years ago
  53. a5b1b25 Add a test program which checks for memory overruns in the SSE insn decoder. by sewardj · 19 years ago
  54. 13247ca Finally fix the bug causing dynamic ppc64-linux executables not to by sewardj · 19 years ago
  55. 4d3ab3e Fix typo by sewardj · 19 years ago
  56. 5325844 A couple more ppc64-linux syscalls. by sewardj · 19 years ago
  57. fd73ebb Add a --trace-mem option to Lackey to print out a memory access trace, if by njn · 19 years ago
  58. ee03863 More ppc64-linux syscalls. by sewardj · 19 years ago
  59. 452ed2a Fix up ppc64 dispatcher following the changes made by r5441. by sewardj · 19 years ago
  60. 018895d Tentative fix for #117332: No line numbers printed by Valgrind 3.1.0 by sewardj · 19 years ago
  61. 422c790 In fbench, compute sin/cos/sqrt from "first principles", so that the by sewardj · 19 years ago
  62. f62d496 Update. by sewardj · 19 years ago
  63. 3ae3dd3 VG_(getgroups) fix (Shinichi Noda) by sewardj · 19 years ago
  64. f843ad2 Check that the two sigprocmasks haven't failed. by sewardj · 19 years ago
  65. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 19 years ago
  66. 95c2329 code layout wibbles only by njn · 19 years ago
  67. b1e1a7a Attempt to make tinycc work on ppc32, by (1) getting rid of various by sewardj · 19 years ago
  68. c0ec8e9 by njn · 19 years ago
  69. 694202c Update for recent change to OSet interface. by njn · 19 years ago
  70. 02280ba add extra note about tinycc by njn · 19 years ago
  71. 7d414c1 update by njn · 19 years ago
  72. 2bf9ba6 A minor performance improvement -- make swizzle() faster. by njn · 19 years ago
  73. 755e126 Fix read-after-free in VG_(HT_destruct). This fixes by sewardj · 19 years ago
  74. 5267526 Tidy up ppc32 jm-insns test some more. by cerion · 19 years ago
  75. afa1226 by njn · 19 years ago
  76. c281233 ppc64 ELF allows the 288 bytes below the stack pointer to be accessed. by sewardj · 19 years ago
  77. db2ac81 Make ppc64-linux stack unwinding work. by sewardj · 19 years ago
  78. fbfbd4f Change default --reps value from 3 to 1. by njn · 19 years ago
  79. 5fed8c0 ppc64-linux fixes by sewardj · 19 years ago
  80. 5bb8682 ppc64-linux fixes. by sewardj · 19 years ago
  81. b00944a Handle ppc64-related primops. by sewardj · 19 years ago
  82. 0fe1441 Tracking VEX r1507 adjusted references to renamed VEX dirs guest-ppc/, host-ppc/ by cerion · 19 years ago
  83. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  84. 8a43f81 Tidied up jm-insns.c test a little. by cerion · 19 years ago
  85. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  86. 1bc8210 Handle CmpORD64{U,S} as ppc64 requires those. by sewardj · 19 years ago
  87. 26c80bd Use rt_sigprocmask, and check for errors correctly. (Not yet done: amd64-linux). by sewardj · 19 years ago
  88. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  89. 39e8160 Properly return error codes resulting from sigprocmask failures. by sewardj · 19 years ago
  90. 331dc98 Comment-only changes by sewardj · 19 years ago
  91. cda391f Add comment about log2(). by njn · 19 years ago
  92. 2537616 Make async-style syscalls work on ppc64, by using rt_sigprocmask by sewardj · 19 years ago
  93. f7fe0ee More ppc64-linux syscalls. by sewardj · 19 years ago
  94. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  95. 55c9fa9 When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32. by sewardj · 19 years ago
  96. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  97. 78cce3f Add the name of the input file to cg_annotate's output. by njn · 19 years ago
  98. 860b8dd Make a start adding syscalls. by sewardj · 19 years ago
  99. 0d8ef0b Save %CIA correctly (caused ppc64-linux to loop at the first syscall, by sewardj · 19 years ago
  100. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago