1. 9fc9e78 x86 guest: implement fsave/frstor instructions by sewardj · 20 years ago
  2. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  3. 43126d4 Handle Ijk_Yield properly. This fixes V regtest "none/tests/yield". by sewardj · 20 years ago
  4. 43b8df1 Implement "rep nop" (P4 pause). by sewardj · 20 years ago
  5. cb7a96f Test driver stuff for arm. by sewardj · 20 years ago
  6. 33dba64 Build stuff for arm. by sewardj · 20 years ago
  7. c2c8716 Add a skeletal ARM insn decoder. by sewardj · 20 years ago
  8. 2a9ad02 Start adding some ARM guest infrastructure stuff, but as a result get by sewardj · 20 years ago
  9. e77b88b Add a pseudo-guest-register to hold the 'next syscall number.' by sewardj · 20 years ago
  10. 285f22c Make Vex less verbose, so regression tests pass again. by njn · 20 years ago
  11. 9a7b75d Make a start on a guest state definition for AMD64. by sewardj · 20 years ago
  12. f27e1db Do 32Uto64. by sewardj · 20 years ago
  13. d584f8f by sewardj · 20 years ago
  14. 810dcf0 Make VEX's "Char" type always be signed, so as to bring it into line by sewardj · 20 years ago
  15. 8fc9374 gcc-2.95 build fixes. by sewardj · 20 years ago
  16. da771f5 rec_alloc.c is defunct; reg_alloc2.c replaced it a while back. by sewardj · 20 years ago
  17. aee11b5 Fix behaviour so that out-of-range shifts behave the same as on a PIII. by sewardj · 20 years ago
  18. dc67c62 Test each insn 25000 times with random data, rather than just once or twice. by sewardj · 20 years ago
  19. 81f017c Fix various failings in the MMX simulation code. by sewardj · 20 years ago
  20. 8d14a59 Add MMX shift-by-vector (not correct yet). by sewardj · 20 years ago
  21. b4acca5 Complete MMX and/or/xor/andn. by sewardj · 20 years ago
  22. 63ba409 Implement a bunch more MMX insns. by sewardj · 20 years ago
  23. 4340dac Some more MMX insns. by sewardj · 20 years ago
  24. 464efa4 Partial support for MMX, using a low-performance scheme. by sewardj · 20 years ago
  25. c3a4ecb An MMX test program. by sewardj · 20 years ago
  26. c8882fe Nuke this useless bunch of tests. by sewardj · 20 years ago
  27. 9e7448b Restore ability to run with no instrumentation. by sewardj · 20 years ago
  28. b9457c3 CSE enhancements: handle binop(const,temp), and get rid of by sewardj · 20 years ago
  29. 108b301 x86 guest: finally redo marshalling of register-passed parameters so by sewardj · 20 years ago
  30. 14d3ddf Use improved 80 <-> 64 bit FP conversion routines, as developed in by sewardj · 20 years ago
  31. b298562 Further improve accuracy of 80->64 bit conversions, by rounding by sewardj · 20 years ago
  32. 696c2d0 Program for testing IEEE gradual underflow. by sewardj · 20 years ago
  33. aec3a1b Do at least a passable job converting denormals and therefore by sewardj · 20 years ago
  34. 49bfe67 Properly sanity check IRConst values. by sewardj · 20 years ago
  35. 0276d4b Rename the boolean field in IRStmt_Exit from 'cond' to 'guard' to be by sewardj · 20 years ago
  36. ba99931 Rename all the _Bit types to I1 so as to be consistent with all the by sewardj · 20 years ago
  37. 92d168d Rename INVALID_IRTEMP to IRTemp_INVALID to be consistent with by sewardj · 20 years ago
  38. 86b133b Get rid of some unused primops: And1 Or1 Neg8/16/32/64. by sewardj · 20 years ago
  39. 034dc33 Record stuff that needs to be done by sewardj · 20 years ago
  40. a9facae 15-bit tt-fast cache has excessive miss rate on 176.gcc; this change by sewardj · 20 years ago
  41. d8e2dbf More eflags-specialisation rules. by sewardj · 20 years ago
  42. 8b391de Add reroutes needed for RHAS 3. by sewardj · 20 years ago
  43. be67849 Update startup message. by sewardj · 20 years ago
  44. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  45. e1d45da Add a couple more constant folding rules. by sewardj · 20 years ago
  46. 6f33f75 Let the insn selector know that by sewardj · 20 years ago
  47. 8d38778 Fix some missing cases in printing FP insns. by sewardj · 20 years ago
  48. fe1ccfc Make cse_BB globally visible, and rename to do_cse_BB, but don't use by sewardj · 20 years ago
  49. 3598ef9 Update included copy of the mc_instrument.c. by sewardj · 20 years ago
  50. 006cc0b --help-debug: don't forget to mention --vex-iropt-verbosity by sewardj · 20 years ago
  51. 22419b8 Comment change, and remove some '#if 1's. by sewardj · 20 years ago
  52. e7bd068 Oops .. C flag after inc/dec is in ndep, not dep1. by sewardj · 20 years ago
  53. 1196382 Provide our own versions of strchrnul and rawmemchr so we don't have by sewardj · 20 years ago
  54. 03fc3b0 Build mc_main.o with -fomit-frame-pointer; gives a 2-3% performance gain on x86. by sewardj · 20 years ago
  55. 5bd4d16 Allow tools to tell Vex when it can/can't chase across basic block by sewardj · 20 years ago
  56. 7e6644c Reinstate some more flag-helper specialisations. by sewardj · 20 years ago
  57. 94fecf7 Comment change only. by sewardj · 20 years ago
  58. b139e82 Finish off Memcheck's handling of dirty helper calls. Memcheck is now by sewardj · 20 years ago
  59. 9f8abf8 * memcheck: handle dirty helper calls (mostly) by sewardj · 20 years ago
  60. edf9b5a Another day, another bunch of primops need doing ... by sewardj · 20 years ago
  61. fd33277 More primop support needed by memcheck. by sewardj · 20 years ago
  62. acbad75 Call specialised report-a-value-error helper functions rather than by sewardj · 20 years ago
  63. 358b7d4 Learn how to assemble an x86 negl insn. by sewardj · 20 years ago
  64. d4a4d01 x86 host: translate Sub32(0,x) into a negl insn. This is a very by sewardj · 20 years ago
  65. 7e5b7cd Un-break eflag helper specialiser. by sewardj · 20 years ago
  66. 93d96e9 x86 guest: reinstate specialisation of the flags thunk helper by sewardj · 20 years ago
  67. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  68. f32c67d Add mkIRExprVec_5. by sewardj · 20 years ago
  69. 4fec8f3 Fill in more cases. by sewardj · 20 years ago
  70. 2d06e81 We need ever-more spill space ... by sewardj · 20 years ago
  71. f106711 Memcheck: add helper functions to support 64-bit loads/stores. This by sewardj · 20 years ago
  72. 218e29f x86 code generation for 64-bit integer stuff, required by Memchecking by sewardj · 20 years ago
  73. 1479d93 Improve debug printing a bit. by sewardj · 20 years ago
  74. 67cc0db Install a bogus-literals hack a la old UCode scheme, but do not use by sewardj · 20 years ago
  75. 9c53124 rm debug printing. by sewardj · 20 years ago
  76. e6b3993 Add more folding rules. by sewardj · 20 years ago
  77. 23be73b Fix nasty bug with 32HLto64. by sewardj · 20 years ago
  78. 3bfef9c Increase size of spill area. by sewardj · 20 years ago
  79. b0b47c9 Fix 'make clean'. by sewardj · 20 years ago
  80. 3861f46 Rename a var to avoid nameclashes during standalone testing. by sewardj · 20 years ago
  81. de8a5ae Add a complete standalone copy of the memcheck instrumenter so it can by sewardj · 20 years ago
  82. 2c80060 Delete all the old UCode stuff. by sewardj · 20 years ago
  83. 2985e1b Tidy up, make readable, add comments. Does not change behaviour or by sewardj · 20 years ago
  84. 066aba5 Try to make builds quieter. by sewardj · 20 years ago
  85. b52c1a5 Fix 'all' target to build nulgrind, lackey, addrcheck, memcheck. by sewardj · 20 years ago
  86. a1cb1b5 More fiddling in an attempt to make it work properly (so far unsuccessful): by sewardj · 20 years ago
  87. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  88. 43c5646 IRCallee: add a mcx_mask field, through which front ends can pass by sewardj · 20 years ago
  89. e9cbf1d Further integration of baseblock stuff for shadow state. Get rid of by sewardj · 20 years ago
  90. 832853b And-identity folding rule. by sewardj · 20 years ago
  91. 76e42ad Track Vex API changes. by sewardj · 20 years ago
  92. 117c526 x86 guest: un-break handling of eflags after inc/dec. by sewardj · 20 years ago
  93. b36ec95 Debug printing wibble. by sewardj · 20 years ago
  94. a5bccee Make the 1.0.4 testbed work again. by sewardj · 20 years ago
  95. 26e89c2 Oops, forgot to commit this earlier. by sewardj · 20 years ago
  96. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  97. 9da6e24 Start adding floating point stuff to memcheck. by sewardj · 20 years ago
  98. 8eda630 Add new primop 1Sto16. by sewardj · 20 years ago
  99. 35b5db8 Fill in a few more cases. by sewardj · 20 years ago
  100. 9578a8b Various plumbing to allow the optimiser (really, just a subset) to be by sewardj · 20 years ago