1. e7bd068 Oops .. C flag after inc/dec is in ndep, not dep1. by sewardj · 20 years ago
  2. 7e6644c Reinstate some more flag-helper specialisations. by sewardj · 20 years ago
  3. 7e5b7cd Un-break eflag helper specialiser. by sewardj · 20 years ago
  4. 93d96e9 x86 guest: reinstate specialisation of the flags thunk helper by sewardj · 20 years ago
  5. 2a2ba8b x86 guest: majorly rehash eflags thunk scheme for a second time. See by sewardj · 20 years ago
  6. b128ebe x86 guest: update description of which guest state bits are always defined. by sewardj · 20 years ago
  7. 117c526 x86 guest: un-break handling of eflags after inc/dec. by sewardj · 20 years ago
  8. 948d48b Major overhaul of x86 guest eflags handling, so as to make one by sewardj · 20 years ago
  9. cf78790 Changes to support Memcheck: by sewardj · 20 years ago
  10. eeac841 Rename some types and data fields in a more logical way. No change of by sewardj · 20 years ago
  11. 8ea867b Instead of denoting helper call targets by their names, add a new type by sewardj · 20 years ago
  12. 49651f4 Various changes needed to get Addrcheck supported: by sewardj · 20 years ago
  13. c5fc7aa Changes pertaining to supporting instrumentation: by sewardj · 20 years ago
  14. d44bc6e Get rid of a couple of unneeded typedefs. by sewardj · 20 years ago
  15. 006a6a2 Simulate bit 21 of eflags (ID), so that CPUID tests work properly. by sewardj · 20 years ago
  16. 76bdc80 Improve naming scheme for library-visible fns (infrastructural improvement) by sewardj · 20 years ago
  17. 8d2291c Generic fixes to iropt to enable it to be as sloppy with exceptions as by sewardj · 20 years ago
  18. 7cb49d7 x86 guest: implement more convincing version of CPUID, using a dirty by sewardj · 20 years ago
  19. 9aebb0c x86 guest: support rcr{bwl}. Includes some cleaning up of macro by sewardj · 20 years ago
  20. 43c4695 Fast-case some more stuff. by sewardj · 20 years ago
  21. b4057b4 Oops -- properly handle fast case of Carry after Subtract. by sewardj · 20 years ago
  22. bf2993f Fast-track another case in calculate_eflags_c (needs verification). by sewardj · 20 years ago
  23. b7e76e8 find_helper: ensure function addresses are unsignedly widened to Addr64 by sewardj · 20 years ago
  24. dda7a4c Implement vex_initialise_x87(). by sewardj · 20 years ago
  25. f6dc3ce Remove all references to hardwired guest state offsets. Instead, by sewardj · 20 years ago
  26. df22c1c calculate_eflags_all: finally get rid of compilation warnings, and by sewardj · 20 years ago
  27. f5e3667 Duh; fix not-really-a-function-call. by sewardj · 20 years ago
  28. 17442fe Fully install generic IR machinery for dirty helper calls and make it by sewardj · 20 years ago
  29. c4be80c * x86 guest: instead of just tracking the FPU's C3, C2 and C0 flags, by sewardj · 20 years ago
  30. 3f868e5 Add a new x86 guest state word, just holding the FPU's C3, C2 and C0 by sewardj · 20 years ago
  31. 6e0dbda Add the FPU control word to the x86 guest state. And fix some bugs by sewardj · 20 years ago
  32. 0c2cb62 x86 guest: Add functions vex_to_x87 and x87_to_vex to properly by sewardj · 20 years ago
  33. 6cd3a78 x86guest_spechelper, calculate_condition(CC_OP_SUBB, CondNBE): mask by sewardj · 20 years ago
  34. 46ccb51 Add a bit of structure in x86guest_findhelper. by sewardj · 20 years ago
  35. 9eab588 Even more futzing around with x86-guest eflags helpers. by sewardj · 20 years ago
  36. af991de x86 front end: fast-track yet another SUBL case (SUBL then CondB) by sewardj · 20 years ago
  37. b9c5cf6 by sewardj · 20 years ago
  38. 2ef5f2a Pretty-up the flag-calculating macros. Whitespace only change. by sewardj · 20 years ago
  39. fae2ca7 Fast-case a couple more flag/thunk conditions. by sewardj · 20 years ago
  40. 84ff065 by sewardj · 20 years ago
  41. abf39f1 calculate_eflags_all: fix stupid bug in CC_OP_COPY. by sewardj · 20 years ago
  42. b81f8b3 Finally finish pissing around with x86 integer multiply instructions. by sewardj · 20 years ago
  43. 56296d8 Rehash handling of multiply insns in the x86 front end, so as to make by sewardj · 20 years ago
  44. 8ee2de1 Fix carry flag computation for left rotates. by sewardj · 20 years ago
  45. 8c7f1ab Fill in many more cases thrown up the QEMU test program. by sewardj · 20 years ago
  46. a238471 Fill in / fix many x86->IR->x86 cases exposed by QEMU's test-i386 program. by sewardj · 20 years ago
  47. 180e8b3 Add enough more x86 integer stuff to make bzip2 and gzip work. by sewardj · 20 years ago
  48. 7ed2295 Fix enough integer stuff to make bzip2 work, except for the floating point bits. by sewardj · 20 years ago
  49. 89050e5 Pretty it up a bit (whitespace changes only). by sewardj · 20 years ago
  50. 1813dbe Implement ROL/ROR and fix enough stuff to make ls -l work. by sewardj · 20 years ago
  51. 0255207 Fill in misc cases. by sewardj · 20 years ago
  52. d4e7c49 Add LOGICL. by sewardj · 20 years ago
  53. c0ee2ed Make compilation work again after renaming files. by sewardj · 20 years ago
  54. 5a820d9 More file renaming (still borked) by sewardj · 20 years ago[Renamed from priv/guest-x86/helpers.c]
  55. 33b6dee Rename some files. by sewardj · 20 years ago[Renamed from priv/guest-x86/x86helpers.c]
  56. 750f407 Fix enough bits and pieces so "int main (void) { return 0; }" works. by sewardj · 20 years ago
  57. 741153c Fill in a few more thunks cases. by sewardj · 20 years ago
  58. 5f63035 More eflags thunks. by sewardj · 20 years ago
  59. afc5787 More helpers. by sewardj · 20 years ago
  60. 6e9964d Add a few more flag evaluation routines. by sewardj · 20 years ago
  61. 14731f2 More hacked104 hookups, including the first eflags thunk calculation routine. by sewardj · 20 years ago
  62. bf31abd Integration stuff to make the 104 testbed work. by sewardj · 20 years ago
  63. 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago