1. 88c5796 Add "make -j N" kludge to Vex too. by sewardj · 19 years ago
  2. 1bee561 Handle instrumentation artefacts arising from memchecking Altivec by sewardj · 19 years ago
  3. 24d06f1 Fix usage of Iop_MullEven* to give IR correct meaning of which lanes being multiplied, i.e. lowest significant lane = zero by cerion · 19 years ago
  4. 4a49b03 Frontend: by cerion · 19 years ago
  5. ccd0c84 Don't delete existing target-specific .a's when a target-switch happens. by sewardj · 19 years ago
  6. a1eb31c Changes for biarch (x86 and amd64) support. by sewardj · 19 years ago
  7. 90e91ee Handle some SSE3 instructions. A curious side-effect of this is that by sewardj · 19 years ago
  8. 3f46a01 Simulate complete LDT and GDT, rather than just a prefix thereof. by sewardj · 19 years ago
  9. 43f4573 format string wibble by sewardj · 19 years ago
  10. f526843 Stop gcc4 complaining. by sewardj · 19 years ago
  11. 0585a03 Implement FINIT. by sewardj · 19 years ago
  12. b928263 Implement vector FP unordered compares on amd64. by sewardj · 19 years ago
  13. a26f661 The earth's core is a vast mass of molten sse and sse2 instructions. by sewardj · 19 years ago
  14. 9fb2f47 Reenable FUCOMP %st(0),%st(?). by sewardj · 19 years ago
  15. 75ce365 Implement SHRDv imm8. by sewardj · 19 years ago
  16. 33ef9c2 Implement shld/shrd on amd64. Total timewasting nightmare, not helped by sewardj · 19 years ago
  17. 1ac656a New irop Iop_MullEven* - a widening un/signed multiply of even lanes by cerion · 19 years ago
  18. c01c1fa Handle jecxz in addition to jrcxz. by sewardj · 19 years ago
  19. 42561ef Handle address-size overrides in the common case (explicit memory references). by sewardj · 19 years ago
  20. 6d7c4f0 Handle any number of 0x66 (operand-size-override) prefixes. by sewardj · 19 years ago
  21. 5e55f49 wibble by sewardj · 19 years ago
  22. 4fa325a API change: make the handling of syscall-denoting instructions a bit by sewardj · 19 years ago
  23. 36e2355 Generate offsets for all amd64 integer registers. by sewardj · 19 years ago
  24. 240fd86 Implement 66 0F 11 = MOVUPD (untested) by sewardj · 19 years ago
  25. 62d0543 Tidy up a couple of format strings. by sewardj · 19 years ago
  26. d14c570 x86 front end: implement in/out insns. by sewardj · 19 years ago
  27. dc1f913 Fill in a few missing Altivec cases: by sewardj · 19 years ago
  28. 3f21fd3 Remove inefficient and not-completely-general logic in addHRegUse and by sewardj · 19 years ago
  29. d147094 Minor altivec changes: by sewardj · 19 years ago
  30. 69b7291 Unbreak build. by sewardj · 19 years ago
  31. f461149 API change: pass both the VexGuestExtents and the original by sewardj · 19 years ago
  32. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  33. dfb1144 Handle the out-of-range shift cases for slw/srw in a different way by sewardj · 19 years ago
  34. 9d540e5 Enable chasing of unconditional branches and calls. by sewardj · 19 years ago
  35. 26b3320 Special-case rlwnms which are really slwi or srwi. This gives about by sewardj · 19 years ago
  36. fb6c179 Handle FUCOM %st(0),%st(?). by sewardj · 19 years ago
  37. a7690fb Handle BT/BTS/BTR/BTC at size 4 as well as 8. by sewardj · 19 years ago
  38. fdfa886 Implement JRCXZ. by sewardj · 19 years ago
  39. 59ff5d4 Handle the redundant-encoding (Grp5) versions of {inc,dec}{b,w}. by sewardj · 19 years ago
  40. b8a3dea Handle SSE2 pmaddwd. by sewardj · 19 years ago
  41. 7b5b998 Implement SSE2 psadbw. by sewardj · 19 years ago
  42. 8dfdc8a Implement LAHF. by sewardj · 19 years ago
  43. 9ca2640 Implement the 0F 7F encoding for movq mmreg, mmreg. by sewardj · 19 years ago
  44. fb470fa Enable Xin_MFence on VexSubArchX86_sse0. by sewardj · 19 years ago
  45. 2fbae08 Fix various adc/sbb instruction variants. by sewardj · 19 years ago
  46. fda10af x86 front end: implement FXTRACT. I knew there was a reason I'd been by sewardj · 19 years ago
  47. 6f1cc0f Some AltiVec vector-multiply arith insns by cerion · 19 years ago
  48. f34ccc4 spacing and var name chages only by cerion · 19 years ago
  49. 0a7b4f4 More AltiVec: shifts and rotates - vrl*, vsl*, vsr* by cerion · 19 years ago
  50. 7355d27 Rename primop Iop_Rot* Iop_Rotl* by cerion · 19 years ago
  51. 3c05279 Added packing/unpacking AltiVec insns - vpk*, vupk* by cerion · 19 years ago
  52. 92d9d87 Added AltiVec permutation insns: - vperm, vsldoi, vmrg*, vsplt* by cerion · 19 years ago
  53. 2a4b845 Couple more primops: Iop_ShlN8x16, Iop_ShrN8x16, Iop_SarN8x16 by cerion · 19 years ago
  54. 030fd36 Makefile fixes: by sewardj · 19 years ago
  55. 0c43922 Added AltiVec integer compare insns. by cerion · 19 years ago
  56. 36991ef Implemented simple AltiVec arithmetic insns: by cerion · 19 years ago
  57. 61c9274 Added AltiVec sub-vector load/store insns: by cerion · 19 years ago
  58. d3e5241 implemented vaddcuw by cerion · 19 years ago
  59. 27b3d7e more altivec insns: vsr, vspltw - only working with with --tool=none by cerion · 19 years ago
  60. 6f6c6a0 implemented guest-ppc32 lvsl, lvsr using dirty helper function by cerion · 19 years ago
  61. 9e7677b yet another new IR primop: Iop_QNarrow32Ux4 by cerion · 19 years ago
  62. f887b3e Added a number of new IR primops to support integer AltiVec insns by cerion · 19 years ago
  63. 6e7a0ea a couple more simple altivec insns - vandc, vnor, vsel by cerion · 19 years ago
  64. bd5cb07 ppc guest_state vector regs must be 16byte aligned for loads/stores by cerion · 19 years ago
  65. 225a034 by cerion · 19 years ago
  66. 32aad40 reinstated altivec insn disassembly framework by cerion · 19 years ago
  67. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  68. a9135fd iselInt64Expr: handle 64-bit Mux0X. by sewardj · 19 years ago
  69. 55ccc3e Fix mcrxr. by sewardj · 19 years ago
  70. cb14e73 reinstate lhau, lhaux, sthux, mcrxr by cerion · 19 years ago
  71. f5936dc implemented Iop_64HLtoV128 in iselVecExpr_wrk by cerion · 19 years ago
  72. 5f63c0c Reinstate stfdux, fctiw. by sewardj · 19 years ago
  73. afe8583 Cleanups: by sewardj · 19 years ago
  74. 0f2c540 rm unused vars in dis_int_ldst_str by sewardj · 19 years ago
  75. 5876fa1 Implement stswi/stswx. by sewardj · 19 years ago
  76. e810c19 Enhance the dead-code removal pass so that it detects unconditional by sewardj · 19 years ago
  77. 87e651f Implement lswi and lswx. The generated IR should be good for by sewardj · 19 years ago
  78. fb95797 Reinstate stwbrx. by sewardj · 19 years ago
  79. 7c2dc71 Reinstate crand, crnand, crorc. by sewardj · 19 years ago
  80. 73a9197 Implement mftb{,u}. by sewardj · 19 years ago
  81. d269136 Remove some helper functions to do with flag handling. These are by sewardj · 19 years ago
  82. 602857d Reinstate lwbrx. by sewardj · 19 years ago
  83. 967de5c Observe any externally supplied $(CC). by sewardj · 19 years ago
  84. 8161abc Don't even mention malloc, since it screws up statically linked, glibc Valgrind. by sewardj · 19 years ago
  85. 3ed5484 Implement MOVUPS -- move from G (xmm) to E (mem or xmm) [UNVERIFIED] by sewardj · 19 years ago
  86. da46fdd vex_printf/sprintf hackery. by sewardj · 19 years ago
  87. 820611e Build rflag thunk for adc/sbb correctly. by sewardj · 19 years ago
  88. 9ed1680 amd64: Handle BT/BTS/BTR/BTC Gv, Ev. by sewardj · 19 years ago
  89. 3b3eacd Fix incorrect building of the flags thunk after ADC and SBB. by sewardj · 19 years ago
  90. eca2036 Enable ADC Ib, AL. by sewardj · 19 years ago
  91. e8f6525 Implement LOOP{,E,NE}. by sewardj · 19 years ago
  92. 8707fef Rename a couple of inconsistently-named helper functions. by sewardj · 19 years ago
  93. a5cbbdc Whitespace-only change. by sewardj · 19 years ago
  94. bc6af53 Implement RDTSC (amd64). by sewardj · 19 years ago
  95. 8f40b07 Rename a couple of inconsistently-named helper functions. by sewardj · 19 years ago
  96. 4ed6429 Implement RDTSC on x86. by sewardj · 19 years ago
  97. baa6608 Implement LOOP/LOOPE/LOOPNE. by sewardj · 19 years ago
  98. 4857d4f Enable testing of RCL insns. by sewardj · 19 years ago
  99. 2eef773 Support x86 RCL instructions. by sewardj · 19 years ago
  100. 6a64a9f On a PPC32Instr_Call, don't merely record how many integer registers by sewardj · 19 years ago