1. 70f676d More support for memchecking 128-bit SIMD code. by sewardj · 20 years ago
  2. a512a65 Dealt with undefined instr's properly by cerion · 20 years ago
  3. 19e8a61 Finished dis_branch, so we get IR code for a complete bb now - yay! by cerion · 20 years ago
  4. 9e20359 Finish almost all SSE2 integer instructions. (!) by sewardj · 20 years ago
  5. b9fa69b x86 host/guest: SSE2 integer shifts and subtracts by sewardj · 20 years ago
  6. f7da63d by cerion · 20 years ago
  7. e5854d6 x86 guest/host: implement a whole bunch of SSE2 integer insns by sewardj · 20 years ago
  8. 164f927 IR level for support of 128 integer SIMD operations. Use this to do by sewardj · 20 years ago
  9. f13f37b Delete commented-out bits of the old UCode insn decoder. by sewardj · 20 years ago
  10. 008754b x86 guest: finish SSE2 floating point insns. by sewardj · 20 years ago
  11. c2feffc x86 guest: another stack of SSE2 insns. by sewardj · 20 years ago
  12. fd22645 x86 guest: Implement a whole bunch of SSE2 instructions, mostly by sewardj · 20 years ago
  13. 07358c0 Redundant-Get elimination: only do the substitution when the types by sewardj · 20 years ago
  14. 636ad76 Copy-n-paste 32x4 floating point stuff into 64x2 floating point stuff so by sewardj · 20 years ago
  15. 7df596b x86 guest: Implement various insns: by sewardj · 20 years ago
  16. 35579be Fix bug exposed by improved insn_sse test. by sewardj · 20 years ago
  17. 855f32d Make small procedures to add/sub small amounts from esp. by sewardj · 20 years ago
  18. c1e7dfc Finish SSE1 instructions! Finallyatlast. by sewardj · 20 years ago
  19. 129b3d9 Fix a load of confusion with SSE scalar float insns and memory. by sewardj · 20 years ago
  20. 0bd7ce6 Even more SSE insns. by sewardj · 20 years ago
  21. b545208 x86 host/guest: even more SSE instructions by sewardj · 20 years ago
  22. 3bca906 Rationalisation/cleanup of float to/from int conversions and rounding by sewardj · 20 years ago
  23. 9636b44 x86 guest/host: a whole bunch more SSE instructions. by sewardj · 20 years ago
  24. 176a59c Add a bunch of easy SSE insns. by sewardj · 20 years ago
  25. 4cb918d Mucho messing around with x86 FP/SSE rounding modes etc. As a result by sewardj · 20 years ago
  26. a70a37b cleaned up dis_mov & dis_shift_lsl, and made a stab at dis_ldm_stm: load/store multiple by cerion · 20 years ago
  27. fb183d2 Try to reduce the number of warnings gcc gives. by sewardj · 20 years ago
  28. fd7474a trying to get shift_lsl to work + cleaned up a little by cerion · 20 years ago
  29. 6cd9163 Add another comment and actually complete the commit message :-) by sewardj · 20 years ago
  30. cca7194 Try to answer a few q by sewardj · 20 years ago
  31. c60c01e Ceri's first attempts at figuring out what the heck is going on! by cerion · 20 years ago
  32. 67e002d x86 guest/host: do SSE comiss instruction by sewardj · 20 years ago
  33. 1e6ad74 x86 guest/host: do SSE comparisons. by sewardj · 20 years ago
  34. d08f2d7 x86 host: make a start on SSE code generation. by sewardj · 20 years ago
  35. 4a31b26 In the back end, rename the register classes (in enum HRegClass) more by sewardj · 20 years ago
  36. c9a4366 Make a start on SSE for x86 guest. by sewardj · 20 years ago
  37. 9c6acb0 by njn · 20 years ago
  38. a2498ac Loop unroller: do not unroll loops in which the conditional branch is by sewardj · 20 years ago
  39. 70dff0c Add -Wmissing-prototypes as a flag. by sewardj · 20 years ago
  40. d01a963 guest x86: fix x87 FP rounding modes enough so that by sewardj · 20 years ago
  41. feeb8a8 guest x87: Add enough x87 FP gunk to get through by sewardj · 20 years ago
  42. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  43. 4ba6ed0 x86g_dirtyhelper_CPUID: Claim to be a P55C (Intel Pentium/MMX) by sewardj · 20 years ago
  44. 2b7a920 x86 guest: finish off MMX instructions. Blargh. by sewardj · 20 years ago
  45. 9fc9e78 x86 guest: implement fsave/frstor instructions by sewardj · 20 years ago
  46. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  47. 43126d4 Handle Ijk_Yield properly. This fixes V regtest "none/tests/yield". by sewardj · 20 years ago
  48. 43b8df1 Implement "rep nop" (P4 pause). by sewardj · 20 years ago
  49. c2c8716 Add a skeletal ARM insn decoder. by sewardj · 20 years ago
  50. 2a9ad02 Start adding some ARM guest infrastructure stuff, but as a result get by sewardj · 20 years ago
  51. 285f22c Make Vex less verbose, so regression tests pass again. by njn · 20 years ago
  52. f27e1db Do 32Uto64. by sewardj · 20 years ago
  53. 810dcf0 Make VEX's "Char" type always be signed, so as to bring it into line by sewardj · 20 years ago
  54. 8fc9374 gcc-2.95 build fixes. by sewardj · 20 years ago
  55. da771f5 rec_alloc.c is defunct; reg_alloc2.c replaced it a while back. by sewardj · 20 years ago
  56. aee11b5 Fix behaviour so that out-of-range shifts behave the same as on a PIII. by sewardj · 20 years ago
  57. 81f017c Fix various failings in the MMX simulation code. by sewardj · 20 years ago
  58. 8d14a59 Add MMX shift-by-vector (not correct yet). by sewardj · 20 years ago
  59. b4acca5 Complete MMX and/or/xor/andn. by sewardj · 20 years ago
  60. 63ba409 Implement a bunch more MMX insns. by sewardj · 20 years ago
  61. 4340dac Some more MMX insns. by sewardj · 20 years ago
  62. 464efa4 Partial support for MMX, using a low-performance scheme. by sewardj · 20 years ago
  63. b9457c3 CSE enhancements: handle binop(const,temp), and get rid of by sewardj · 20 years ago
  64. 108b301 x86 guest: finally redo marshalling of register-passed parameters so by sewardj · 20 years ago
  65. 14d3ddf Use improved 80 <-> 64 bit FP conversion routines, as developed in by sewardj · 20 years ago
  66. 49bfe67 Properly sanity check IRConst values. by sewardj · 20 years ago
  67. 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
  68. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  69. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  70. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  71. d8e2dbf More eflags-specialisation rules. by sewardj · 20 years ago
  72. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  73. e1d45da Add a couple more constant folding rules. by sewardj · 20 years ago
  74. 6f33f75 Let the insn selector know that by sewardj · 20 years ago
  75. 8d38778 Fix some missing cases in printing FP insns. by sewardj · 20 years ago
  76. fe1ccfc Make cse_BB globally visible, and rename to do_cse_BB, but don't use by sewardj · 20 years ago
  77. 22419b8 Comment change, and remove some '#if 1's. by sewardj · 20 years ago
  78. e7bd068 Oops .. C flag after inc/dec is in ndep, not dep1. by sewardj · 20 years ago
  79. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  80. 7e6644c Reinstate some more flag-helper specialisations. by sewardj · 20 years ago
  81. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  82. 358b7d4 Learn how to assemble an x86 negl insn. by sewardj · 20 years ago
  83. d4a4d01 x86 host: translate Sub32(0,x) into a negl insn. This is a very by sewardj · 20 years ago
  84. 7e5b7cd Un-break eflag helper specialiser. by sewardj · 20 years ago
  85. 93d96e9 x86 guest: reinstate specialisation of the flags thunk helper by sewardj · 20 years ago
  86. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  87. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  88. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  89. e6b3993 Add more folding rules. by sewardj · 20 years ago
  90. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  91. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  92. 832853b And-identity folding rule. by sewardj · 20 years ago
  93. 117c526 x86 guest: un-break handling of eflags after inc/dec. by sewardj · 20 years ago
  94. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  95. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  96. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  97. 0cfb1a3 Silence compiler warning. by sewardj · 20 years ago
  98. d999788 Various folding rules to clean up the IR made by Memcheck. by sewardj · 20 years ago
  99. 45c50eb x86 back end: clear up confusion over which registers carry which by sewardj · 20 years ago
  100. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago