1. 70f676d More support for memchecking 128-bit SIMD code. by sewardj · 20 years ago
  2. ce57cd2 added padding to VexGuestArmState by cerion · 20 years ago
  3. 164f927 IR level for support of 128 integer SIMD operations. Use this to do by sewardj · 20 years ago
  4. 008754b x86 guest: finish SSE2 floating point insns. by sewardj · 20 years ago
  5. fd22645 x86 guest: Implement a whole bunch of SSE2 instructions, mostly 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. 7df596b x86 guest: Implement various insns: 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. 4cb918d Mucho messing around with x86 FP/SSE rounding modes etc. As a result by sewardj · 20 years ago
  12. fb183d2 Try to reduce the number of warnings gcc gives. by sewardj · 20 years ago
  13. 1e6ad74 x86 guest/host: do SSE comparisons. by sewardj · 20 years ago
  14. c9a4366 Make a start on SSE for x86 guest. by sewardj · 20 years ago
  15. 9c6acb0 by njn · 20 years ago
  16. d01a963 guest x86: fix x87 FP rounding modes enough so that by sewardj · 20 years ago
  17. d93ee4c Make Valgrind's AMD64 and ARM ports compile again. by njn · 20 years ago
  18. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  19. 95f7386 Added %rip to the AMD64 guest state. by njn · 20 years ago
  20. 9fc9e78 x86 guest: implement fsave/frstor instructions by sewardj · 20 years ago
  21. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  22. 2a9ad02 Start adding some ARM guest infrastructure stuff, but as a result get by sewardj · 20 years ago
  23. e77b88b Add a pseudo-guest-register to hold the 'next syscall number.' by sewardj · 20 years ago
  24. 9a7b75d Make a start on a guest state definition for AMD64. by sewardj · 20 years ago
  25. d584f8f by sewardj · 20 years ago
  26. 810dcf0 Make VEX's "Char" type always be signed, so as to bring it into line by sewardj · 20 years ago
  27. 464efa4 Partial support for MMX, using a low-performance scheme. by sewardj · 20 years ago
  28. 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
  29. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  30. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  31. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  32. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  33. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  34. 94fecf7 Comment change only. by sewardj · 20 years ago
  35. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  36. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  37. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  38. 2d06e81 We need ever-more spill space ... by sewardj · 20 years ago
  39. 3bfef9c Increase size of spill area. by sewardj · 20 years ago
  40. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  41. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  42. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  43. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  44. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago
  45. b5874aa Add a couple more primops needed by Memcheck. by sewardj · 20 years ago
  46. 415d935 Fill in a few more Memcheck-supporting cases. by sewardj · 20 years ago
  47. cf78790 Changes to support Memcheck: by sewardj · 20 years ago
  48. b8385d8 Give dirty helper calls a guard field (IRExpr* of type Ity_Bit) which by sewardj · 20 years ago
  49. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  50. f965526 Modified/new convenience functions for constructing helper calls. by sewardj · 20 years ago
  51. 7735254 Implement regparm (1 to 3) in the x86 back end. by sewardj · 20 years ago
  52. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  53. f48ac19 Majorly improve debug printing. Now vex_traceflags contains 8 bits by sewardj · 20 years ago
  54. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  55. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  56. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  57. 81ec418 New regime for baseblock layout, as described in comment in by sewardj · 20 years ago
  58. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  59. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  60. 0861374 Add run-time controllability to iropt. by sewardj · 20 years ago
  61. 063f02f Start to teach Vex (guest x86) about segment registers. by sewardj · 20 years ago
  62. 96604c1 Test commit. by sewardj · 20 years ago
  63. 300361f Add a function to initialise the x87 FPU guest state. by sewardj · 20 years ago
  64. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  65. 442d0be Implement IEEE754-compliant fprem1. by sewardj · 20 years ago
  66. 99016a7 Implement guest x86 fptan. by sewardj · 20 years ago
  67. ea602bc Finally resolve compilation warnings in iropt.c pertaining to the by sewardj · 20 years ago
  68. 1c19276 Comment change only. by sewardj · 20 years ago
  69. 6e797c5 Introduce primop Iop_Not1 :: Bit -> Bit, and use it to to a better by sewardj · 20 years ago
  70. 695cff9 Add loop unrolling to iropt (simple, crude first attempt). This also by sewardj · 20 years ago
  71. e98dcf2 First attempt at PutI -> GetI forwarding. by sewardj · 20 years ago
  72. 6d07636 Change the name of some IR fields from .expr to .data, as .expr by sewardj · 20 years ago
  73. 2d3f77c Major revamp of GetI/PutI in preparation for PutI/GetI forwarding. by sewardj · 20 years ago
  74. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  75. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  76. b3bce0e Stuff re by sewardj · 20 years ago
  77. c9868d7 More tidying up. by sewardj · 20 years ago
  78. 89d4e98 Clean up the IR definition a bit. by sewardj · 20 years ago
  79. 06c32a0 Implement yet more x86 FP transcendental instructions. by sewardj · 20 years ago
  80. 8308aad Yet more x86 FP cases. by sewardj · 20 years ago
  81. e5427e8 x86: handle divw/idivw. Needs proper testing. by sewardj · 20 years ago
  82. 46de407 x86: implement FPREM (sigh, nasty, complicated) by sewardj · 20 years ago
  83. 52ace3e * Clean up primop naming a bit * Implement x86 FYL2X insn by sewardj · 20 years ago
  84. 883b00b Fill in many x86 integer and FP cases, enough to get konqueror by sewardj · 20 years ago
  85. e670911 Implement x86 FRNDINT, taking into account of course the current rounding mode. by sewardj · 20 years ago
  86. cfded9a Fill in many more x86 FP cases. by sewardj · 20 years ago
  87. 8f3debf x86: make float to integer conversions observe the rounding mode in effect. by sewardj · 20 years ago
  88. 89cd093 Fix a large number of cases at both ends of the pipeline for x86 by sewardj · 20 years ago
  89. 0c2cb62 x86 guest: Add functions vex_to_x87 and x87_to_vex to properly by sewardj · 20 years ago
  90. ce646f2 Do a bit more x86 floating point. As a result, had to do 'bsf' and 'bsr' by sewardj · 20 years ago
  91. 207557a Front end stuff to support floating point on x86 (guest). by sewardj · 20 years ago
  92. 84ff065 by sewardj · 20 years ago
  93. 51cba89 Header changes for Bit-typed constants. Really this should have by sewardj · 20 years ago
  94. d7cb853 iropt: implement flattening (into SSA form). This caused various by sewardj · 20 years ago
  95. a58ea66 More FPU stuff. by sewardj · 20 years ago
  96. bb53f8c More x86 FP stuff, including conversion stuff to/from Ints. by sewardj · 20 years ago
  97. d1725d1 Lots of spadework for getting x86 floating point to work. by sewardj · 20 years ago
  98. b81f8b3 Finally finish pissing around with x86 integer multiply instructions. by sewardj · 20 years ago
  99. 8c7f1ab Fill in many more cases thrown up the QEMU test program. by sewardj · 20 years ago
  100. a238471 Fill in / fix many x86->IR->x86 cases exposed by QEMU's test-i386 program. by sewardj · 20 years ago