1. 7821e2e Make Valgrind work again on x86 CPUs which don't have SSE. This is a by sewardj · 19 years ago
  2. a43a651 Update this-cpu-not-supported message. by sewardj · 19 years ago
  3. 7be5509 When identifying stacks so as to decide whether or not to make a self by sewardj · 19 years ago
  4. 6c3a219 Rename --smc-support= to --smc-check=. by sewardj · 19 years ago
  5. 97746bb Remove dead #undef. by sewardj · 19 years ago
  6. 447f2a1 Don't allow vex to chase into any block for which we might want to create by sewardj · 19 years ago
  7. 26412bd Support for self modifying code on unfriendly platforms (x86, amd64) by sewardj · 19 years ago
  8. c1aff95 rm unused code by sewardj · 19 years ago
  9. e074506 Track Vex API change in r1233 (VexSubArch -> VexArchInfo). by sewardj · 19 years ago
  10. 945ed2e by njn · 19 years ago
  11. 899ce73 by njn · 19 years ago
  12. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  13. 24a6efb by njn · 19 years ago
  14. 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
  15. 394213a by njn · 19 years ago
  16. c7561b9 by njn · 19 years ago
  17. 6898086 by njn · 19 years ago
  18. a1f783f Moved VGA_(getArchAndSubArch) into m_translate and made it local. This by njn · 19 years ago
  19. 132bfcc by njn · 19 years ago
  20. 36a20fa by njn · 19 years ago
  21. 97405b2 by njn · 19 years ago
  22. 31513b4 by njn · 19 years ago
  23. 0c24647 by njn · 19 years ago
  24. 04e1698 by njn · 19 years ago
  25. d1af003 by njn · 19 years ago
  26. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  27. 2024234 by njn · 19 years ago
  28. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  29. 3cbfbc1 by njn · 19 years ago[Renamed (99%) from coregrind/vg_translate.c]
  30. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  31. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  32. 51d827b by njn · 19 years ago
  33. 55f9d1a by sewardj · 19 years ago
  34. fb154a5 Increase maximum translation size. This can happen when translating by sewardj · 19 years ago
  35. cf81d55 by njn · 19 years ago
  36. be73f43 by njn · 19 years ago
  37. 8786e53 Track recent Vex change, in order to remove a compile warning. by njn · 19 years ago
  38. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  39. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  40. b5f6f51 by sewardj · 19 years ago
  41. 85ac6d4 Rearrange debug printing a bit. by sewardj · 19 years ago
  42. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  43. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 20 years ago
  44. 167d4e3 Make --dump-error= work properly. by sewardj · 20 years ago
  45. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  46. acce29e orig_size can now legitimately be zero, if the first insn in a bb one by sewardj · 20 years ago
  47. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  48. 09aa128 Un-hardwired x86 as the insn set to be translated. Also moved around by njn · 20 years ago
  49. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  50. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  51. c621f76 When VEX bombs, exit in a more understandable way. by sewardj · 20 years ago
  52. bd2e75c by njn · 20 years ago
  53. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  54. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  55. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  56. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  57. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  58. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  59. c06e213 Arch-abstraction: by nethercote · 20 years ago
  60. f1e5e15 by nethercote · 20 years ago
  61. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  62. 885dd91 by nethercote · 20 years ago
  63. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  64. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  65. 59a122d by nethercote · 20 years ago
  66. 0973f70 by nethercote · 20 years ago
  67. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  68. bee3fd9 by nethercote · 20 years ago
  69. 85cdd34 by nethercote · 20 years ago
  70. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  71. afa17ef Tighten MOV's sanity checking slightly by nethercote · 20 years ago
  72. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  73. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 20 years ago
  74. bbcfb58 Pretty-print WIDENs properly. by nethercote · 20 years ago
  75. e00f1ff by nethercote · 20 years ago
  76. 7f2fce1 Removed unused function. by nethercote · 20 years ago
  77. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  78. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  79. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  80. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  81. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  82. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  83. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  84. 15117d2 Make --trace-codegen start printing from the first basic block, rather by fitzhardinge · 21 years ago
  85. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  86. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  87. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  88. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  89. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  90. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  91. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  92. ed61971 Improved the ESP-update pass -- it's method for finding the ESP-deltas was very by njn · 21 years ago
  93. 972a759 speed optimisation: assuming that a tempreg not related to %esp before by daywalker · 21 years ago
  94. 95bc386 Disallowed size==1 for WIDEN. by njn · 21 years ago
  95. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  96. 3222e0a fix compiler warnings by daywalker · 21 years ago
  97. 7271864 by njn · 21 years ago
  98. 25c7c3a by sewardj · 21 years ago
  99. 9dd209f A few more SSEs. by sewardj · 21 years ago
  100. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago