1. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 12 years ago
  2. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  3. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  4. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  5. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  6. 3fad65b Unbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_underflow’ undeclared) by philippe · 12 years ago
  7. 2e49741 Followup patch to r12899, purely mechanical. Rename: by florian · 12 years ago
  8. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  9. 29e022d Add command line flag --trace-notabove which I've found handy. by florian · 12 years ago
  10. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  11. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  12. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  13. b7301c6 For --profile-flags=, weight the counts by the number of guest insns by sewardj · 12 years ago
  14. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  15. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 12 years ago
  16. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  17. 227fd91 Debug printing only: when printing SB translation header lines, by sewardj · 13 years ago
  18. 8a5c06b Fix a couple of buffer overruns. n-i-bz. by sewardj · 13 years ago
  19. cabcace Enable chasing of unconditional jumps/calls for s390x. by florian · 13 years ago
  20. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  21. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  22. 52805ff Un-break all non x86/amd64 targets following r11786, duh. by sewardj · 13 years ago
  23. 1274027 Give the amd64-linux and x86-linux dispatchers two entry points, not one, by sewardj · 13 years ago
  24. 80e88b0 Fix ppc64-linux build following introduction of IRStmt_Mark::delta in vex r2153. by sewardj · 13 years ago
  25. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  26. 6c591e1 by sewardj · 13 years ago
  27. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  28. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  29. eb4a5e2 Removed an unused variable. by bart · 13 years ago
  30. df0cc69 Improve performance of smc-checks substantially, by: by sewardj · 14 years ago
  31. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  32. e7d4607 Show the requesting thread (tid) for each translation. by sewardj · 14 years ago
  33. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  34. 1da86fe Allow translations in client allocated shared memory. Fixes #210322. by tom · 15 years ago
  35. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  36. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  37. 9f20746 Updated copyright years. by njn · 15 years ago
  38. 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 15 years ago
  39. c0b2039 Followup to vx1875: use .guest_amd64_assume_fs_is_zero == True on amd64-linux. by sewardj · 16 years ago
  40. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  41. 7cf4e6b by sewardj · 16 years ago
  42. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  43. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  44. 2831b51 In vg_SP_update_pass (stack-pointer-change analysis code), correctly by sewardj · 17 years ago
  45. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  46. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  47. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  48. 5f76de0 by sewardj · 17 years ago
  49. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  50. 0b9d74a by sewardj · 18 years ago
  51. 4a0009c Merge r6149: by sewardj · 18 years ago
  52. 4cfea4f by sewardj · 18 years ago
  53. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  54. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  55. bb68627 Comment-only changes. by sewardj · 19 years ago
  56. 0283bae Two unrelated changes: by sewardj · 19 years ago
  57. d68ac3e Changes to make function wrapping work better on ppc64-linux: by sewardj · 19 years ago
  58. dfbaa22 Make VG_(get_StackTrace2) aware of bogus LR values in by sewardj · 19 years ago
  59. 34593e5 Rewrite VG_(translate) to make it clearer (it had grown like Topsy for by sewardj · 19 years ago
  60. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  61. 53ee1fc Deal with function pointer vs function entry crazyness on ppc64-linux. by sewardj · 19 years ago
  62. bcd75fc Remove all remaining profiling gunk. by njn · 19 years ago
  63. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  64. 5096a39 Improve vg_SP_update_pass() to catch more constant offset cases. Improves by njn · 19 years ago
  65. 42c8355 Change hp2ps to output .ps files in the same dir that the .hp input files by njn · 19 years ago
  66. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  67. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
  68. d2b70dc Comment-only change: add comments re self-checking translations and by sewardj · 19 years ago
  69. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  70. a48a493 Make ppc32-linux build again following aspacem merge. Doesn't work, though: by sewardj · 19 years ago
  71. 45f4e7c by sewardj · 19 years ago
  72. c6957cf Rename VG_(have_altivec) => VG_(have_altivec_ppc) for consistency. by cerion · 19 years ago
  73. bc28f66 setup new variable VG_(have_altivec) from auxv::AT_HWCAP by cerion · 19 years ago
  74. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  75. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  76. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  77. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  78. 97746bb Remove dead #undef. by sewardj · 19 years ago
  79. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  80. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  81. c1aff95 rm unused code by sewardj · 19 years ago
  82. e074506 Track Vex API change in r1233 (VexSubArch -> VexArchInfo). by sewardj · 19 years ago
  83. 945ed2e by njn · 19 years ago
  84. 899ce73 by njn · 19 years ago
  85. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  86. 24a6efb by njn · 19 years ago
  87. 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
  88. 394213a by njn · 19 years ago
  89. c7561b9 by njn · 19 years ago
  90. 6898086 by njn · 19 years ago
  91. a1f783f Moved VGA_(getArchAndSubArch) into m_translate and made it local. This by njn · 19 years ago
  92. 132bfcc by njn · 19 years ago
  93. 36a20fa by njn · 19 years ago
  94. 97405b2 by njn · 19 years ago
  95. 31513b4 by njn · 19 years ago
  96. 0c24647 by njn · 19 years ago
  97. 04e1698 by njn · 19 years ago
  98. d1af003 by njn · 19 years ago
  99. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  100. 2024234 by njn · 19 years ago