| Commit message (Expand) | Author | Age | Files | Lines |
* | VMM: scm cleanups | vboxsync | 2017-10-24 | 1 | -0/+1 |
* | (C) year | vboxsync | 2017-10-17 | 1 | -1/+1 |
* | IEM: cmpxchg16v implementation (disabled). | vboxsync | 2017-01-29 | 1 | -0/+70 |
* | IEM: Fixed FYL2X implementation. | vboxsync | 2017-01-08 | 1 | -1/+1 |
* | (C) 2016 | vboxsync | 2016-07-22 | 1 | -1/+1 |
* | VMM: Updated (C) year. | vboxsync | 2015-06-09 | 1 | -1/+1 |
* | IEM: Started on 64-bit ops on 32-bit hosts. | vboxsync | 2013-08-28 | 1 | -72/+16 |
* | IEM: Bunch of fixes, mostly DOS related. | vboxsync | 2013-08-06 | 1 | -4/+4 |
* | IEM: pmovmskb. | vboxsync | 2013-07-25 | 1 | -0/+36 |
* | IEM: Added pcmpeqb/w/d and corrected alignment exception handling a little. | vboxsync | 2013-07-25 | 1 | -0/+3 |
* | IEM: Packed Shuffle Stuff. | vboxsync | 2013-07-25 | 1 | -0/+63 |
* | IEM: More SSE/MMX stuff. | vboxsync | 2013-07-25 | 1 | -0/+150 |
* | IEM: More 64-bit fixes. | vboxsync | 2013-07-22 | 1 | -2/+2 |
* | IEM: Implemented mfence, lfence, sfence. | vboxsync | 2013-07-22 | 1 | -0/+30 |
* | IEM: started on iemRaiseXcptOrIntInLongMode but isn't there quite yet. | vboxsync | 2013-07-15 | 1 | -33/+49 |
* | IEM: idiv and div missing bits and fixes. | vboxsync | 2013-07-14 | 1 | -5/+122 |
* | build fix | vboxsync | 2013-07-05 | 1 | -6/+7 |
* | 8-bit idiv overflow checks. | vboxsync | 2013-07-05 | 1 | -28/+33 |
* | build fix | vboxsync | 2013-07-04 | 1 | -30/+29 |
* | check for DIV overflow, fixing DIV/0 checks. IDIV overflow/underflow is still... | vboxsync | 2013-07-04 | 1 | -10/+63 |
* | IEM: Fixed BSF and BSR bug where they would set the destination register when... | vboxsync | 2012-08-09 | 1 | -0/+6 |
* | IEMAllAImpl.asm: Fixed the wrong 'RET X' stuff in 32-bit mode once and for all. | vboxsync | 2012-08-08 | 1 | -102/+134 |
* | IEM: Implemented CMPXCHG. | vboxsync | 2012-08-07 | 1 | -0/+98 |
* | build fixes | vboxsync | 2012-08-07 | 1 | -4/+4 |
* | IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it doesn't ret... | vboxsync | 2012-08-06 | 1 | -1/+96 |
* | Fixes argument counting messup in various fist and fst assembly implementations. | vboxsync | 2012-03-18 | 1 | -27/+27 |
* | Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++). | vboxsync | 2012-02-25 | 1 | -0/+70 |
* | fcomi, fcomip, fucomi and fucomip. | vboxsync | 2012-02-24 | 1 | -0/+37 |
* | IEM: fstp/fld m80r. | vboxsync | 2012-02-24 | 1 | -0/+50 |
* | IEM: fst[p], fist[p] and fisttp implementations and fixes. | vboxsync | 2012-02-24 | 1 | -13/+204 |
* | IEM: Completed FPU instruction starting with 0xdb. Fixed build break from pre... | vboxsync | 2012-02-24 | 1 | -1/+100 |
* | IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing the 0x... | vboxsync | 2012-02-24 | 1 | -13/+62 |
* | f2xm1, fyl2x, fptan. fpu stack push bugfix. | vboxsync | 2012-02-23 | 1 | -0/+42 |
* | IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff). | vboxsync | 2012-02-23 | 1 | -0/+102 |
* | IEM: Implemented missing FPU instructions starting with 0xd8 and adjusted fld... | vboxsync | 2012-02-22 | 1 | -32/+226 |
* | Implemented fistp (needs testcase). | vboxsync | 2012-02-17 | 1 | -0/+25 |
* | IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0. | vboxsync | 2012-02-17 | 1 | -2/+42 |
* | IEM: More r80 by m64r instructions. | vboxsync | 2012-02-16 | 1 | -29/+15 |
* | fmul st0,m64r | vboxsync | 2012-02-16 | 1 | -1/+27 |
* | IEM: Debugged fdiv, hacked my way around shortcuts in the recompiler FPU impl... | vboxsync | 2012-02-16 | 1 | -6/+23 |
* | fdiv - almost there... | vboxsync | 2012-02-16 | 1 | -1/+38 |
* | IEM: fdiv work. Added x86extra.mac for non-automatic x86.h bits. | vboxsync | 2012-02-15 | 1 | -44/+0 |
* | IEM: fld m64i | vboxsync | 2012-02-13 | 1 | -0/+22 |
* | Implemented fld, currently sans #D exceptions. | vboxsync | 2012-02-11 | 1 | -0/+84 |
* | IEM: Implemented bswap. Fixed verification of INS. | vboxsync | 2012-02-02 | 1 | -0/+43 |
* | IEMAllAImpl.asm: Build fix. | vboxsync | 2011-07-18 | 1 | -16/+23 |
* | IEMAllAImpl.asm: Fixed fastcall bug. | vboxsync | 2011-07-18 | 1 | -159/+131 |
* | IEM: typo | vboxsync | 2011-07-18 | 1 | -1/+1 |
* | IEM: Made it link on 32-bit windows. | vboxsync | 2011-07-18 | 1 | -67/+103 |
* | Moved VBox/x86.h/mac to iprt/x86.h/mac. | vboxsync | 2011-07-14 | 1 | -1/+1 |