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