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