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