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