1. f461149 API change: pass both the VexGuestExtents and the original by sewardj · 19 years ago
  2. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  3. dfb1144 Handle the out-of-range shift cases for slw/srw in a different way by sewardj · 19 years ago
  4. 9d540e5 Enable chasing of unconditional branches and calls. by sewardj · 19 years ago
  5. 26b3320 Special-case rlwnms which are really slwi or srwi. This gives about by sewardj · 19 years ago
  6. fb6c179 Handle FUCOM %st(0),%st(?). by sewardj · 19 years ago
  7. a7690fb Handle BT/BTS/BTR/BTC at size 4 as well as 8. by sewardj · 19 years ago
  8. fdfa886 Implement JRCXZ. by sewardj · 19 years ago
  9. 59ff5d4 Handle the redundant-encoding (Grp5) versions of {inc,dec}{b,w}. by sewardj · 19 years ago
  10. b8a3dea Handle SSE2 pmaddwd. by sewardj · 19 years ago
  11. 7b5b998 Implement SSE2 psadbw. by sewardj · 19 years ago
  12. 8dfdc8a Implement LAHF. by sewardj · 19 years ago
  13. 9ca2640 Implement the 0F 7F encoding for movq mmreg, mmreg. by sewardj · 19 years ago
  14. fb470fa Enable Xin_MFence on VexSubArchX86_sse0. by sewardj · 19 years ago
  15. 2fbae08 Fix various adc/sbb instruction variants. by sewardj · 19 years ago
  16. fda10af x86 front end: implement FXTRACT. I knew there was a reason I'd been by sewardj · 19 years ago
  17. 6f1cc0f Some AltiVec vector-multiply arith insns by cerion · 19 years ago
  18. f34ccc4 spacing and var name chages only by cerion · 19 years ago
  19. 0a7b4f4 More AltiVec: shifts and rotates - vrl*, vsl*, vsr* by cerion · 19 years ago
  20. 7355d27 Rename primop Iop_Rot* Iop_Rotl* by cerion · 19 years ago
  21. 3c05279 Added packing/unpacking AltiVec insns - vpk*, vupk* by cerion · 19 years ago
  22. 92d9d87 Added AltiVec permutation insns: - vperm, vsldoi, vmrg*, vsplt* by cerion · 19 years ago
  23. 2a4b845 Couple more primops: Iop_ShlN8x16, Iop_ShrN8x16, Iop_SarN8x16 by cerion · 19 years ago
  24. 030fd36 Makefile fixes: by sewardj · 19 years ago
  25. 0c43922 Added AltiVec integer compare insns. by cerion · 19 years ago
  26. 36991ef Implemented simple AltiVec arithmetic insns: by cerion · 19 years ago
  27. 61c9274 Added AltiVec sub-vector load/store insns: by cerion · 19 years ago
  28. d3e5241 implemented vaddcuw by cerion · 19 years ago
  29. 27b3d7e more altivec insns: vsr, vspltw - only working with with --tool=none by cerion · 19 years ago
  30. 6f6c6a0 implemented guest-ppc32 lvsl, lvsr using dirty helper function by cerion · 19 years ago
  31. 9e7677b yet another new IR primop: Iop_QNarrow32Ux4 by cerion · 19 years ago
  32. f887b3e Added a number of new IR primops to support integer AltiVec insns by cerion · 19 years ago
  33. 6e7a0ea a couple more simple altivec insns - vandc, vnor, vsel by cerion · 19 years ago
  34. bd5cb07 ppc guest_state vector regs must be 16byte aligned for loads/stores by cerion · 19 years ago
  35. 225a034 by cerion · 19 years ago
  36. 32aad40 reinstated altivec insn disassembly framework by cerion · 19 years ago
  37. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  38. a9135fd iselInt64Expr: handle 64-bit Mux0X. by sewardj · 19 years ago
  39. 55ccc3e Fix mcrxr. by sewardj · 19 years ago
  40. cb14e73 reinstate lhau, lhaux, sthux, mcrxr by cerion · 19 years ago
  41. f5936dc implemented Iop_64HLtoV128 in iselVecExpr_wrk by cerion · 19 years ago
  42. 5f63c0c Reinstate stfdux, fctiw. by sewardj · 19 years ago
  43. afe8583 Cleanups: by sewardj · 19 years ago
  44. 0f2c540 rm unused vars in dis_int_ldst_str by sewardj · 19 years ago
  45. 5876fa1 Implement stswi/stswx. by sewardj · 19 years ago
  46. e810c19 Enhance the dead-code removal pass so that it detects unconditional by sewardj · 19 years ago
  47. 87e651f Implement lswi and lswx. The generated IR should be good for by sewardj · 19 years ago
  48. fb95797 Reinstate stwbrx. by sewardj · 19 years ago
  49. 7c2dc71 Reinstate crand, crnand, crorc. by sewardj · 19 years ago
  50. 73a9197 Implement mftb{,u}. by sewardj · 19 years ago
  51. d269136 Remove some helper functions to do with flag handling. These are by sewardj · 19 years ago
  52. 602857d Reinstate lwbrx. by sewardj · 19 years ago
  53. 967de5c Observe any externally supplied $(CC). by sewardj · 19 years ago
  54. 8161abc Don't even mention malloc, since it screws up statically linked, glibc Valgrind. by sewardj · 19 years ago
  55. 3ed5484 Implement MOVUPS -- move from G (xmm) to E (mem or xmm) [UNVERIFIED] by sewardj · 19 years ago
  56. da46fdd vex_printf/sprintf hackery. by sewardj · 19 years ago
  57. 820611e Build rflag thunk for adc/sbb correctly. by sewardj · 19 years ago
  58. 9ed1680 amd64: Handle BT/BTS/BTR/BTC Gv, Ev. by sewardj · 19 years ago
  59. 3b3eacd Fix incorrect building of the flags thunk after ADC and SBB. by sewardj · 19 years ago
  60. eca2036 Enable ADC Ib, AL. by sewardj · 19 years ago
  61. e8f6525 Implement LOOP{,E,NE}. by sewardj · 19 years ago
  62. 8707fef Rename a couple of inconsistently-named helper functions. by sewardj · 19 years ago
  63. a5cbbdc Whitespace-only change. by sewardj · 19 years ago
  64. bc6af53 Implement RDTSC (amd64). by sewardj · 19 years ago
  65. 8f40b07 Rename a couple of inconsistently-named helper functions. by sewardj · 19 years ago
  66. 4ed6429 Implement RDTSC on x86. by sewardj · 19 years ago
  67. baa6608 Implement LOOP/LOOPE/LOOPNE. by sewardj · 19 years ago
  68. 4857d4f Enable testing of RCL insns. by sewardj · 19 years ago
  69. 2eef773 Support x86 RCL instructions. by sewardj · 19 years ago
  70. 6a64a9f On a PPC32Instr_Call, don't merely record how many integer registers by sewardj · 19 years ago
  71. c808ef7 Add tested but unused code just in case it is useful at some point in by sewardj · 19 years ago
  72. 3587c6b dis_Grp2: decode address mode correctly by sewardj · 19 years ago
  73. e83d9b2 Handle Iop_Sar16, so that front end amd64 "cwtd" does not bomb. by sewardj · 19 years ago
  74. 7d3d347 Implement 'rep ret'. by sewardj · 19 years ago
  75. 300bb87 Implement cmpxchg8b. Sheesh. What a total dog of an instruction. by sewardj · 19 years ago
  76. b04a47c Implement PREFETCH{W} m8. by sewardj · 19 years ago
  77. 566d2c7 Implement DC /3 (FCOMP double-real). by sewardj · 19 years ago
  78. bfabcc4 Reenable FST %st(0),%st(?) (0xDD 0xD0 .. 0xDD 0xD7). by sewardj · 19 years ago
  79. c4904af Don't emit cmovl since older x86s don't support it; instead emit a by sewardj · 19 years ago
  80. f07ed03 A minimal implementation of the x86 sysenter instruction by sewardj · 19 years ago
  81. 6d26984 Track the status of the %EFLAGS.AC (alignment check) bit, but by sewardj · 19 years ago
  82. 564f7ea Reinstate SBB r/m, reg. by sewardj · 19 years ago
  83. e74f6f7 Get rid of ludicrously over-paranoid assertion that caused all last by sewardj · 19 years ago
  84. 7787af4 - Partial implementation of reservations, to make lwarx/stwcx. work by sewardj · 19 years ago
  85. 7bd6ffe by sewardj · 19 years ago
  86. f63f16d Newer version of GPLv2 text with newer FSF addresses, no other changes. by sewardj · 19 years ago
  87. 2bd97d1 Implement 0xA0 /* MOV Ob,AL */ and 0xA2 /* MOV AL,Ob */. by sewardj · 19 years ago
  88. b7bcdf9 Ignore redundant REX.W prefix on CALL Ev. by sewardj · 19 years ago
  89. dbcfae7 by sewardj · 19 years ago
  90. b6d02ea Specialise NZ after DECW. by sewardj · 19 years ago
  91. 87277cb Implement 0xA1 /* MOV Ov,eAX */ and 0xA3 /* MOV eAX,Ov */. This by sewardj · 19 years ago
  92. 0e2cc67 Reinstate some FP instructions. With --tool=none we now have a by sewardj · 19 years ago
  93. 8fb8869 Implement ffreep %st(0). Fixes #109718. by sewardj · 19 years ago
  94. 071895f Implement ficom{p,}{w,l}. This should fix #103594. by sewardj · 19 years ago
  95. 743d8f0 Typechecker police. by sewardj · 19 years ago
  96. 7f08078 Get rid of warnings from gcc. by sewardj · 19 years ago
  97. 08551a7 Never ever delete vex_svnversion.h except when doing 'make version'. by sewardj · 19 years ago
  98. afc0bfd Don't delete vex_svnversion.h during 'make clean'. This causes by sewardj · 19 years ago
  99. 4f9847d Implement a couple of missing x87 insns. by sewardj · 19 years ago
  100. 9759a81 Update always-defined areas. by sewardj · 19 years ago