1. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  2. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  3. 51d827b by njn · 19 years ago
  4. 55f9d1a by sewardj · 19 years ago
  5. fb154a5 Increase maximum translation size. This can happen when translating by sewardj · 19 years ago
  6. cf81d55 by njn · 19 years ago
  7. be73f43 by njn · 19 years ago
  8. 8786e53 Track recent Vex change, in order to remove a compile warning. by njn · 19 years ago
  9. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  10. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  11. b5f6f51 by sewardj · 19 years ago
  12. 85ac6d4 Rearrange debug printing a bit. by sewardj · 20 years ago
  13. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  14. bf42651 Track VEX API changes introduced in Vex rev 718. by sewardj · 20 years ago
  15. 167d4e3 Make --dump-error= work properly. by sewardj · 20 years ago
  16. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  17. acce29e orig_size can now legitimately be zero, if the first insn in a bb one by sewardj · 20 years ago
  18. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  19. 09aa128 Un-hardwired x86 as the insn set to be translated. Also moved around by njn · 20 years ago
  20. c771b29 New debugging flag --trace-notbelow=<number>, to stop --trace-codegen= by sewardj · 20 years ago
  21. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  22. c621f76 When VEX bombs, exit in a more understandable way. by sewardj · 20 years ago
  23. bd2e75c by njn · 20 years ago
  24. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  25. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  26. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  27. 4be0a69 Renamed some profiling events. by njn · 20 years ago
  28. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  29. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  30. c06e213 Arch-abstraction: by nethercote · 20 years ago
  31. f1e5e15 by nethercote · 20 years ago
  32. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  33. 885dd91 by nethercote · 20 years ago
  34. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  35. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  36. 59a122d by nethercote · 20 years ago
  37. 0973f70 by nethercote · 20 years ago
  38. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  39. bee3fd9 by nethercote · 20 years ago
  40. 85cdd34 by nethercote · 20 years ago
  41. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  42. afa17ef Tighten MOV's sanity checking slightly by nethercote · 20 years ago
  43. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  44. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 20 years ago
  45. bbcfb58 Pretty-print WIDENs properly. by nethercote · 20 years ago
  46. e00f1ff by nethercote · 20 years ago
  47. 7f2fce1 Removed unused function. by nethercote · 20 years ago
  48. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  49. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 20 years ago
  50. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  51. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 21 years ago
  52. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  53. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  54. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  55. 15117d2 Make --trace-codegen start printing from the first basic block, rather by fitzhardinge · 21 years ago
  56. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  57. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  58. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  59. c9d4ba7 Fix a couple of compiler warnings. by njn · 21 years ago
  60. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  61. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  62. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  63. ed61971 Improved the ESP-update pass -- it's method for finding the ESP-deltas was very by njn · 21 years ago
  64. 972a759 speed optimisation: assuming that a tempreg not related to %esp before by daywalker · 21 years ago
  65. 95bc386 Disallowed size==1 for WIDEN. by njn · 21 years ago
  66. b18d253 implement IN and OUT opcodes. by daywalker · 21 years ago
  67. 3222e0a fix compiler warnings by daywalker · 21 years ago
  68. 7271864 by njn · 21 years ago
  69. 25c7c3a by sewardj · 21 years ago
  70. 9dd209f A few more SSEs. by sewardj · 21 years ago
  71. 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
  72. abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
  73. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  74. e3891fa Yet more SSE insns. by sewardj · 21 years ago
  75. 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
  76. a453fb0 More SSE instructions. by sewardj · 21 years ago
  77. 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
  78. b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
  79. 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
  80. de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
  81. a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
  82. febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
  83. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  84. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  85. e0205ff by njn · 21 years ago
  86. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  87. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 21 years ago
  88. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 21 years ago
  89. ca86001 More MMX stuff, including a bunch of prefetch insns. by sewardj · 21 years ago
  90. 3d7c9c8 by sewardj · 21 years ago
  91. f4ce3d3 by njn · 22 years ago
  92. 563f96f Renamed VG_(nameCondcode)() as VG_(name_UCondcode)() to make it consistent by njn · 22 years ago
  93. fa0ad42 by njn · 22 years ago
  94. c232b21 VG_(saneUInstr): relax CCf so as to allow insns which read ZCP -- the by sewardj · 22 years ago
  95. 22854b9 by sewardj · 22 years ago
  96. 810086f by njn · 22 years ago
  97. 7a5ebcf by sewardj · 22 years ago
  98. c1b8688 saneUInstr: define CCf correctly for FPU insns: they read no flags and by sewardj · 22 years ago
  99. ac6c176 by njn · 22 years ago
  100. c953984 by njn · 22 years ago