1. 70f676d More support for memchecking 128-bit SIMD code. by sewardj · 20 years ago
  2. 9e20359 Finish almost all SSE2 integer instructions. (!) by sewardj · 20 years ago
  3. b9fa69b x86 host/guest: SSE2 integer shifts and subtracts by sewardj · 20 years ago
  4. e5854d6 x86 guest/host: implement a whole bunch of SSE2 integer insns by sewardj · 20 years ago
  5. 164f927 IR level for support of 128 integer SIMD operations. Use this to do by sewardj · 20 years ago
  6. 636ad76 Copy-n-paste 32x4 floating point stuff into 64x2 floating point stuff so by sewardj · 20 years ago
  7. c1e7dfc Finish SSE1 instructions! Finallyatlast. by sewardj · 20 years ago
  8. 129b3d9 Fix a load of confusion with SSE scalar float insns and memory. by sewardj · 20 years ago
  9. 0bd7ce6 Even more SSE insns. by sewardj · 20 years ago
  10. 3bca906 Rationalisation/cleanup of float to/from int conversions and rounding by sewardj · 20 years ago
  11. 9636b44 x86 guest/host: a whole bunch more SSE instructions. by sewardj · 20 years ago
  12. 176a59c Add a bunch of easy SSE insns. by sewardj · 20 years ago
  13. 1e6ad74 x86 guest/host: do SSE comparisons. by sewardj · 20 years ago
  14. d08f2d7 x86 host: make a start on SSE code generation. by sewardj · 20 years ago
  15. 4a31b26 In the back end, rename the register classes (in enum HRegClass) more by sewardj · 20 years ago
  16. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  17. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  18. 43126d4 Handle Ijk_Yield properly. This fixes V regtest "none/tests/yield". by sewardj · 20 years ago
  19. 810dcf0 Make VEX's "Char" type always be signed, so as to bring it into line by sewardj · 20 years ago
  20. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  21. 8d38778 Fix some missing cases in printing FP insns. by sewardj · 20 years ago
  22. 358b7d4 Learn how to assemble an x86 negl insn. by sewardj · 20 years ago
  23. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  24. 45c50eb x86 back end: clear up confusion over which registers carry which by sewardj · 20 years ago
  25. 4b861de Make the x86 back end capable of generating conditional calls. by sewardj · 20 years ago
  26. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  27. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  28. 12b0b88 Oops! Further update spill slot offsets following add of by sewardj · 20 years ago
  29. ee6eeca Temporary kludge to locate spill slots on cvs head. TODO: better by sewardj · 20 years ago
  30. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  31. b3944c2 Fix minor problems in x86 FP guest assembler. by sewardj · 20 years ago
  32. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  33. bec1084 x86 assembler: handle x86 FP reg-reg moves by sewardj · 20 years ago
  34. d7bd8ac More followups to previous increase of x86 FP regs from 4 to 6. by sewardj · 20 years ago
  35. eafde5a x86: Increase the number of available floating point registers in the by sewardj · 20 years ago
  36. 3f57c2d x86 host: do spill/reload of floating point registers. by sewardj · 20 years ago
  37. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
  38. 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
  39. 46de407 x86: implement FPREM (sigh, nasty, complicated) by sewardj · 20 years ago
  40. 52ace3e * Clean up primop naming a bit * Implement x86 FYL2X insn by sewardj · 20 years ago
  41. 883b00b Fill in many x86 integer and FP cases, enough to get konqueror by sewardj · 20 years ago
  42. e670911 Implement x86 FRNDINT, taking into account of course the current rounding mode. by sewardj · 20 years ago
  43. c4be80c * x86 guest: instead of just tracking the FPU's C3, C2 and C0 flags, by sewardj · 20 years ago
  44. cfded9a Fill in many more x86 FP cases. by sewardj · 20 years ago
  45. bdc7d21 Make floating-point comparisons work, and fill in a bunch of other x86 by sewardj · 20 years ago
  46. 3f868e5 Add a new x86 guest state word, just holding the FPU's C3, C2 and C0 by sewardj · 20 years ago
  47. 8f3debf x86: make float to integer conversions observe the rounding mode in effect. by sewardj · 20 years ago
  48. 6e0dbda Add the FPU control word to the x86 guest state. And fix some bugs by sewardj · 20 years ago
  49. 89cd093 Fix a large number of cases at both ends of the pipeline for x86 by sewardj · 20 years ago
  50. ce646f2 Do a bit more x86 floating point. As a result, had to do 'bsf' and 'bsr' by sewardj · 20 years ago
  51. 3fc76d2 Fill in enough to get through a simple x86 FP processing program by sewardj · 20 years ago
  52. 33124f6 Add FP conditional move insn (host) and isel rule to generate it. by sewardj · 20 years ago
  53. 207557a Front end stuff to support floating point on x86 (guest). by sewardj · 20 years ago
  54. 0e63b52 Fix bizarre warning from gcc-3.2. by sewardj · 20 years ago
  55. 7d5b66e Fix bug in assembly of CMov32(reg,reg) in which the regs were handled by sewardj · 20 years ago
  56. 3503ad8 Fix error in scheme for assembly Xin_Set32 when the dest is %esi/%edi by sewardj · 20 years ago
  57. 140656d Fill in some missing cases in the assembler. by sewardj · 20 years ago
  58. 278c44c * iropt: constant-fold Sar32, and be more careful with Shl32 by sewardj · 20 years ago
  59. c018aea Increase size of spill area from 96 bytes to 400 bytes. by sewardj · 20 years ago
  60. d7cb853 iropt: implement flattening (into SSA form). This caused various by sewardj · 20 years ago
  61. a58ea66 More FPU stuff. by sewardj · 20 years ago
  62. bb53f8c More x86 FP stuff, including conversion stuff to/from Ints. by sewardj · 20 years ago
  63. 3196daf Fix enough stuff to get the first x86 FP instruction through the pipeline. by sewardj · 20 years ago
  64. d1725d1 Lots of spadework for getting x86 floating point to work. by sewardj · 20 years ago
  65. e5f384c Fix up generation of shldl/shldr instructions, and thereby by sewardj · 20 years ago
  66. acbfdd0 Fix silly error in instruction selection of Iop_DivModS64to32 by sewardj · 20 years ago
  67. 0255207 Fill in misc cases. by sewardj · 20 years ago
  68. 6851154 Fix enough stuff so that 'hello world' works. by sewardj · 20 years ago
  69. c0ee2ed Make compilation work again after renaming files. by sewardj · 20 years ago
  70. 5a820d9 More file renaming (still borked) by sewardj · 20 years ago[Renamed from priv/host-x86/defs.c]
  71. 33b6dee Rename some files. by sewardj · 20 years ago[Renamed from priv/host-x86/x86host_defs.c]
  72. 38ff3d8 Improve insn selection for shifts by literal amounts. by sewardj · 20 years ago
  73. 750f407 Fix enough bits and pieces so "int main (void) { return 0; }" works. by sewardj · 20 years ago
  74. 07134a4 Fix bug in assembly of shifts. by sewardj · 20 years ago
  75. 741153c Fill in a few more thunks cases. by sewardj · 20 years ago
  76. 14731f2 More hacked104 hookups, including the first eflags thunk calculation routine. by sewardj · 20 years ago
  77. 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago
  78. 2e56f9f Compilation fixes for gcc-2.96. by sewardj · 20 years ago
  79. d75fe5a Fix indentation in emit_X86Instr. Whitespace change only. by sewardj · 20 years ago
  80. a2dad5c Finish first pass through x86 assembler. by sewardj · 20 years ago
  81. e8c922f Fill in many (most) x86 emission cases. by sewardj · 20 years ago
  82. 86898e8 Start pushing some instructions through the x86 assembler. by sewardj · 20 years ago
  83. ea64e14 More x86 insn emitter hacking. by sewardj · 20 years ago
  84. bad34a9 Make a start on x86 instruction emission. by sewardj · 20 years ago
  85. 8af36f1 Rename x86h_defs.[ch] to x86host_defs.[ch]. by sewardj · 20 years ago[Renamed (99%) from priv/host-x86/x86h_defs.c]
  86. 81bd550 Assembler infrastructure. by sewardj · 20 years ago
  87. 1f40a0a - Fix up verbosity control. by sewardj · 20 years ago
  88. 5c34dc9 Complete first pass thru x86 instruction selector. by sewardj · 20 years ago
  89. 597b71b Teach x86 insn selector how to generate code for 64-bit expressions. by sewardj · 20 years ago
  90. 60f4e3c Refine x86 instruction representation a bit. by sewardj · 20 years ago
  91. 443cd9d Loads more x86 insn selector hacking. by sewardj · 20 years ago
  92. 4042c7e Mucho instruction selector hacking. by sewardj · 20 years ago
  93. e8e9d73 Mucho x86 instruction selector hacking. by sewardj · 20 years ago
  94. 0a5f5c8 fix buglet by sewardj · 20 years ago
  95. 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago
  96. f13a16a Try and fill in jit_main.c. by sewardj · 20 years ago
  97. 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago
  98. ac9af02 Mash around top-level library structure some more. by sewardj · 20 years ago
  99. 3e1b2d2 Start to move files into a new structure. by sewardj · 20 years ago[Renamed from x86h_defs.c]
  100. 194d54a * Move the x86 genSpill/genRestore functions to the right place. by sewardj · 20 years ago