1. 38a88b7 Recrystallise the warp core on ppc64-linux. by sewardj · 19 years ago
  2. a7421c9 Fun n games making sys_clone() work. by sewardj · 19 years ago
  3. 9fdc189 Update. by sewardj · 19 years ago
  4. 0d4f8ac Don't confuse ppc32 and ppc64. by sewardj · 19 years ago
  5. 83008d6 More paranoia please. by sewardj · 19 years ago
  6. 1a0e39f Read dwarf2 line number information even if a .debug_str section was by sewardj · 19 years ago
  7. a974276 Make this work on SSE1-only machines. by sewardj · 19 years ago
  8. 57a5b7b Update. by sewardj · 19 years ago
  9. 834db0e Also do sse memory overrun tests on x86. by sewardj · 19 years ago
  10. a5b1b25 Add a test program which checks for memory overruns in the SSE insn decoder. by sewardj · 19 years ago
  11. 13247ca Finally fix the bug causing dynamic ppc64-linux executables not to by sewardj · 19 years ago
  12. 4d3ab3e Fix typo by sewardj · 19 years ago
  13. 5325844 A couple more ppc64-linux syscalls. by sewardj · 19 years ago
  14. fd73ebb Add a --trace-mem option to Lackey to print out a memory access trace, if by njn · 19 years ago
  15. ee03863 More ppc64-linux syscalls. by sewardj · 19 years ago
  16. 452ed2a Fix up ppc64 dispatcher following the changes made by r5441. by sewardj · 19 years ago
  17. 018895d Tentative fix for #117332: No line numbers printed by Valgrind 3.1.0 by sewardj · 19 years ago
  18. 422c790 In fbench, compute sin/cos/sqrt from "first principles", so that the by sewardj · 19 years ago
  19. f62d496 Update. by sewardj · 19 years ago
  20. 3ae3dd3 VG_(getgroups) fix (Shinichi Noda) by sewardj · 19 years ago
  21. f843ad2 Check that the two sigprocmasks haven't failed. by sewardj · 19 years ago
  22. 3387dda More dispatcher tuning for ppc32/64. Makes a big difference for perf/tinycc. by sewardj · 19 years ago
  23. 95c2329 code layout wibbles only by njn · 19 years ago
  24. b1e1a7a Attempt to make tinycc work on ppc32, by (1) getting rid of various by sewardj · 19 years ago
  25. c0ec8e9 by njn · 19 years ago
  26. 694202c Update for recent change to OSet interface. by njn · 19 years ago
  27. 02280ba add extra note about tinycc by njn · 19 years ago
  28. 7d414c1 update by njn · 19 years ago
  29. 2bf9ba6 A minor performance improvement -- make swizzle() faster. by njn · 19 years ago
  30. 755e126 Fix read-after-free in VG_(HT_destruct). This fixes by sewardj · 19 years ago
  31. 5267526 Tidy up ppc32 jm-insns test some more. by cerion · 19 years ago
  32. afa1226 by njn · 19 years ago
  33. c281233 ppc64 ELF allows the 288 bytes below the stack pointer to be accessed. by sewardj · 19 years ago
  34. db2ac81 Make ppc64-linux stack unwinding work. by sewardj · 19 years ago
  35. fbfbd4f Change default --reps value from 3 to 1. by njn · 19 years ago
  36. 5fed8c0 ppc64-linux fixes by sewardj · 19 years ago
  37. 5bb8682 ppc64-linux fixes. by sewardj · 19 years ago
  38. b00944a Handle ppc64-related primops. by sewardj · 19 years ago
  39. 0fe1441 Tracking VEX r1507 adjusted references to renamed VEX dirs guest-ppc/, host-ppc/ by cerion · 19 years ago
  40. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  41. 8a43f81 Tidied up jm-insns.c test a little. by cerion · 19 years ago
  42. 1f0d814 Track changes to PPC naming convention - VEX r1504 by cerion · 19 years ago
  43. 1bc8210 Handle CmpORD64{U,S} as ppc64 requires those. by sewardj · 19 years ago
  44. 26c80bd Use rt_sigprocmask, and check for errors correctly. (Not yet done: amd64-linux). by sewardj · 19 years ago
  45. 3d6320c Add enough syscalls to run bzip2 on ppc64-linux. by sewardj · 19 years ago
  46. 39e8160 Properly return error codes resulting from sigprocmask failures. by sewardj · 19 years ago
  47. 331dc98 Comment-only changes by sewardj · 19 years ago
  48. cda391f Add comment about log2(). by njn · 19 years ago
  49. 2537616 Make async-style syscalls work on ppc64, by using rt_sigprocmask by sewardj · 19 years ago
  50. f7fe0ee More ppc64-linux syscalls. by sewardj · 19 years ago
  51. 297c88f fixed up ppc64 assembly with .opd sections by cerion · 19 years ago
  52. 55c9fa9 When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32. by sewardj · 19 years ago
  53. e004d72 Add a destructor function to OSet_Destroy() which can be called for each node. by njn · 19 years ago
  54. 78cce3f Add the name of the input file to cg_annotate's output. by njn · 19 years ago
  55. 860b8dd Make a start adding syscalls. by sewardj · 19 years ago
  56. 0d8ef0b Save %CIA correctly (caused ppc64-linux to loop at the first syscall, by sewardj · 19 years ago
  57. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  58. 7654d5e update by njn · 19 years ago
  59. 920050d Fixed cg_annotate bug -- when using the --sort option the primary threshold by njn · 19 years ago
  60. 99c8558 Add a new performance benchmark: tinycc. by njn · 19 years ago
  61. 1ade697 Rewrite ppc64 dispatch loop to avoid profiling overhead, as per ppc32 rewrite (r5352). by cerion · 19 years ago
  62. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  63. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
  64. fe5115a Remove the old profiling stuff from Memcheck. by njn · 19 years ago
  65. da033f5 Fix for bug #117096. by njn · 19 years ago
  66. baecb10 Bugfix update by njn · 19 years ago
  67. f7ba703 Fix a minor --gen-suppressions output bug. by njn · 19 years ago
  68. 5666ee6 update by njn · 19 years ago
  69. 6b23958 Clarify leak checker output. by njn · 19 years ago
  70. 288d0df update by njn · 19 years ago
  71. 81e60b2 Add comment from commit log. by njn · 19 years ago
  72. 8609d39 Check that noinst_PROGRAMS and noinst_LIBRARIES are not empty strings by tom · 19 years ago
  73. d55121e Fixed to check whether __builtin_expect is supported before using it. by tom · 19 years ago
  74. a879a47 Make sure EM_X86_64 is defined as elf.h doesn't define it on some older systems. by tom · 19 years ago
  75. 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
  76. 8d1fa88 Update. by sewardj · 19 years ago
  77. 7289274 Increase buffer size, so that long debugger command lines don't crash by sewardj · 19 years ago
  78. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
  79. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
  80. 49bdd7a findSb: gradually rearrange the superblock list to bring frequently by sewardj · 19 years ago
  81. bc6a06c Update known-bugs summary. by sewardj · 19 years ago
  82. 444e4b4 Add a malloc/free stress test. by njn · 19 years ago
  83. a527a49 Add info about overhead in heap blocks and OSet nodes. by njn · 19 years ago
  84. 5ee4948 Hold the event count in r29 rather than the count register, since the by sewardj · 19 years ago
  85. 1f430d3 Add missing cases in debug printing. by sewardj · 19 years ago
  86. 5d3a1c9 Rewrite ppc32 dispatch loop to avoid profiling overhead, as per by sewardj · 19 years ago
  87. 265bf44 add note about recent performance improvement by njn · 19 years ago
  88. 30e23ac by njn · 19 years ago
  89. 0d3a1a8 Make this work on platforms where r != x. by sewardj · 19 years ago
  90. 0d9efdd Rewrite amd64 dispatch loop to add performance enhancements as per x86 by sewardj · 19 years ago
  91. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  92. 586fb03 Added fp regtest - needed some hackery to get around VEX's loss of accuracy. by cerion · 19 years ago
  93. 57c3e5d Changed jm_insns.c usage to use one of flags 'i|f|a' to run int|fp|av insns respectively. by cerion · 19 years ago
  94. 9dca92c svn:ignores by cerion · 19 years ago
  95. f131b3a Added a stress test which measures the cost of translation. by njn · 19 years ago
  96. 79076e3 Ensure that f() doesn't get inlined. by njn · 19 years ago
  97. 5778186 Add --vg option to vg_perf, which lets you specify one or more Valgrinds by njn · 19 years ago
  98. b2b4f46 whoops by njn · 19 years ago
  99. fd91dc9 Added some more svn:ignores. by cerion · 19 years ago
  100. ee45f1d Added a --reps option to control how many times each program is run. by njn · 19 years ago