1. 8fa4208 C89 police (make buildable with gcc-2.96) by sewardj · 20 years ago
  2. b5d0f3d No longer try to build the attached Valgrind snapshots. by sewardj · 20 years ago
  3. 69f9e3e Update the memcheck instrumenter embedded herein. by sewardj · 20 years ago
  4. ad572dd Rename some variables and types, to make it easier to read. No by sewardj · 20 years ago
  5. 17bbc21 Remove register preferencing mechanism; does not seem to help. by sewardj · 20 years ago
  6. b923075 In iropt, try and call flatten_BB less. Enhance the sanity checker by sewardj · 20 years ago
  7. b5749b0 Fix nonsensical assertion. by sewardj · 20 years ago
  8. c3263ee Oops. Track arch/subarch changes. by sewardj · 20 years ago
  9. 9843029 Sanity check re support for precise exceptions, resulting in more by sewardj · 20 years ago
  10. 0821053 Looks like major changes, but in fact are just rearrangements and by sewardj · 20 years ago
  11. bef170b Add support for subarchitectures. Currently ignored. by sewardj · 20 years ago
  12. 3835288 Duh. Un-break specialisation of x86 guest helper functions. Duh. by sewardj · 20 years ago
  13. 41c3d4a iselCondCode: better handling of a pattern frequently generated by memcheck. by sewardj · 20 years ago
  14. 1fec164 Fix autoversioning a bit more. by sewardj · 20 years ago
  15. 80f5fce New function LibVEX_Version, returning version string automagically by sewardj · 20 years ago
  16. 69933ac Move the IR tree matcher into its own module to get rid of duplication. by sewardj · 20 years ago
  17. cee3031 Skeleton work on host-arm/isel, plus some cleaning up of hdefs by cerion · 20 years ago
  18. cb2c99d Don't squawk about kludged RDTSC, and update list of limitations. by sewardj · 20 years ago
  19. 82edbb3 Cleaned up hdefs.h, fleshed out hdefs.c by cerion · 20 years ago
  20. 1df8311 ahem - copy/paste comment error by cerion · 20 years ago
  21. 0578287 First stab at host arm instruction defs by cerion · 20 years ago
  22. dcd6c88 constant folder: try a bit harder to clean up memcheck's output by sewardj · 20 years ago
  23. 4ea793f Special case for CmpNE64(x,0), which is frequently generated when by sewardj · 20 years ago
  24. 28e5c83 More needles in haystacks: pmovmskb (sse): pass args to helper in the by sewardj · 20 years ago
  25. f9c74fe Don't inadvertantly invert the D flag when doing pushfl. Real needle by sewardj · 20 years ago
  26. bbdc622 Implement pusha/popa. by sewardj · 20 years ago
  27. 95535fe More SSE2 cases needed for gsl-1.5 regtests with icc -O -xW (SSE2). by sewardj · 20 years ago
  28. 397f9e5 Added DIP()s everywhere, removed all the vex_printf()s by cerion · 20 years ago
  29. 09f4155 x86 guest: implement SSE1 movaps G -> E (stores) by sewardj · 20 years ago
  30. fa89fdc #if 0 some unused fns in an attempt to reduce the noise level from gcc. by sewardj · 20 years ago
  31. 5edfc26 Give different emulation warnings for setting of %mxcsr.fz and %mxcsr.daz. by sewardj · 20 years ago
  32. 519d66f Fixes to get gsl-1.5 regressions to work with icc-8.0 -xK (SSE1) by sewardj · 20 years ago
  33. dee0867 fixed oldFlagC usage by cerion · 20 years ago
  34. b64821b Fix push/pop/load/store of segment registers. by sewardj · 20 years ago
  35. 9ee8286 * x86 host: make SSE spills/restores work by sewardj · 20 years ago
  36. c819ec1 Improve redundant-PutI elimination a bit, so it is not completely by sewardj · 20 years ago
  37. 1d8ce20 Even more folding rules. by sewardj · 20 years ago
  38. 52444cb Mechanism for dealing with failures of instruction decodes, and also by sewardj · 20 years ago
  39. 3bd6f3e x86 guest: simulate LDT/GDT enough that code using segment override by sewardj · 20 years ago
  40. 3701059 Folding rule for Iop_64to32. by sewardj · 20 years ago
  41. 2e38386 x86 guest/host: fix enough 128-bit vector stuff that memcheck works for by sewardj · 20 years ago
  42. 109ffdb x86 host: Stuff in support of memchecking of 64x2 vector FP. by sewardj · 20 years ago
  43. a0037df Stuff needed for Memcheck of SSE1 instructions. by sewardj · 20 years ago
  44. 060c542 Dealt with more 'unpredictables' (all of them?) by cerion · 20 years ago
  45. 70f676d More support for memchecking 128-bit SIMD code. by sewardj · 20 years ago
  46. a512a65 Dealt with undefined instr's properly by cerion · 20 years ago
  47. ce57cd2 added padding to VexGuestArmState by cerion · 20 years ago
  48. 19e8a61 Finished dis_branch, so we get IR code for a complete bb now - yay! by cerion · 20 years ago
  49. 9e20359 Finish almost all SSE2 integer instructions. (!) by sewardj · 20 years ago
  50. b9fa69b x86 host/guest: SSE2 integer shifts and subtracts by sewardj · 20 years ago
  51. f7da63d by cerion · 20 years ago
  52. e5854d6 x86 guest/host: implement a whole bunch of SSE2 integer insns by sewardj · 20 years ago
  53. 164f927 IR level for support of 128 integer SIMD operations. Use this to do by sewardj · 20 years ago
  54. f13f37b Delete commented-out bits of the old UCode insn decoder. by sewardj · 20 years ago
  55. 008754b x86 guest: finish SSE2 floating point insns. by sewardj · 20 years ago
  56. c2feffc x86 guest: another stack of SSE2 insns. by sewardj · 20 years ago
  57. fd22645 x86 guest: Implement a whole bunch of SSE2 instructions, mostly by sewardj · 20 years ago
  58. 07358c0 Redundant-Get elimination: only do the substitution when the types by sewardj · 20 years ago
  59. 636ad76 Copy-n-paste 32x4 floating point stuff into 64x2 floating point stuff so by sewardj · 20 years ago
  60. 7df596b x86 guest: Implement various insns: by sewardj · 20 years ago
  61. 0181665 Tests for x86 fldenv/fstenv; also fix error in frstor test. by sewardj · 20 years ago
  62. 58c87fc Program for testing setting of MXCSR. by sewardj · 20 years ago
  63. 35579be Fix bug exposed by improved insn_sse test. by sewardj · 20 years ago
  64. 4e1fa9f Another test case, containing a lot of FP code, which generally stresses by sewardj · 20 years ago
  65. 7ec7d73 Move to new place. by sewardj · 20 years ago
  66. da4ab7d Contains most fpu, mmx and sse1 insns. by sewardj · 20 years ago
  67. d7385e5 Place for storing x86 original code files. by sewardj · 20 years ago
  68. 855f32d Make small procedures to add/sub small amounts from esp. by sewardj · 20 years ago
  69. c1e7dfc Finish SSE1 instructions! Finallyatlast. by sewardj · 20 years ago
  70. 129b3d9 Fix a load of confusion with SSE scalar float insns and memory. by sewardj · 20 years ago
  71. 0bd7ce6 Even more SSE insns. by sewardj · 20 years ago
  72. b545208 x86 host/guest: even more SSE instructions by sewardj · 20 years ago
  73. 3bca906 Rationalisation/cleanup of float to/from int conversions and rounding by sewardj · 20 years ago
  74. 9636b44 x86 guest/host: a whole bunch more SSE instructions. by sewardj · 20 years ago
  75. 176a59c Add a bunch of easy SSE insns. by sewardj · 20 years ago
  76. 4cb918d Mucho messing around with x86 FP/SSE rounding modes etc. As a result by sewardj · 20 years ago
  77. a70a37b cleaned up dis_mov & dis_shift_lsl, and made a stab at dis_ldm_stm: load/store multiple by cerion · 20 years ago
  78. fb183d2 Try to reduce the number of warnings gcc gives. by sewardj · 20 years ago
  79. fd7474a trying to get shift_lsl to work + cleaned up a little by cerion · 20 years ago
  80. 6cd9163 Add another comment and actually complete the commit message :-) by sewardj · 20 years ago
  81. cca7194 Try to answer a few q by sewardj · 20 years ago
  82. c60c01e Ceri's first attempts at figuring out what the heck is going on! by cerion · 20 years ago
  83. 67e002d x86 guest/host: do SSE comiss instruction by sewardj · 20 years ago
  84. 1e6ad74 x86 guest/host: do SSE comparisons. by sewardj · 20 years ago
  85. d08f2d7 x86 host: make a start on SSE code generation. by sewardj · 20 years ago
  86. 4a31b26 In the back end, rename the register classes (in enum HRegClass) more by sewardj · 20 years ago
  87. c9a4366 Make a start on SSE for x86 guest. by sewardj · 20 years ago
  88. 9c6acb0 by njn · 20 years ago
  89. a2498ac Loop unroller: do not unroll loops in which the conditional branch is by sewardj · 20 years ago
  90. 70dff0c Add -Wmissing-prototypes as a flag. by sewardj · 20 years ago
  91. d01a963 guest x86: fix x87 FP rounding modes enough so that by sewardj · 20 years ago
  92. feeb8a8 guest x87: Add enough x87 FP gunk to get through by sewardj · 20 years ago
  93. d93ee4c Make Valgrind's AMD64 and ARM ports compile again. by njn · 20 years ago
  94. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  95. 95f7386 Added %rip to the AMD64 guest state. by njn · 20 years ago
  96. 4ba6ed0 x86g_dirtyhelper_CPUID: Claim to be a P55C (Intel Pentium/MMX) by sewardj · 20 years ago
  97. 2b7a920 x86 guest: finish off MMX instructions. Blargh. by sewardj · 20 years ago
  98. 9fc9e78 x86 guest: implement fsave/frstor instructions by sewardj · 20 years ago
  99. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  100. 43126d4 Handle Ijk_Yield properly. This fixes V regtest "none/tests/yield". by sewardj · 20 years ago