]> git.proxmox.com Git - mirror_qemu.git/history - target-i386/op.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[mirror_qemu.git] / target-i386 / op.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-02-01 bellardcwde and cdq fix in 64 bit mode
2006-09-24 bellardadded SMM support
2006-07-10 bellardmonitor/mwait support
2006-05-03 bellardbswapq fix
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-03-11 pbrookAdd missing FORCE_RET()
2005-11-23 bellardadded HF_HALTED bit
2005-08-15 bellard16/32 stack operations fix on x86_64 (aka win2000 start...
2005-07-23 bellardadded overflow exceptions in divisions
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-04-26 bellardremoved switches in op.c (Paul Brook)
2005-03-20 bellardNaN support in FPU comparisons
2005-03-13 bellardsoft float support
2005-03-13 bellardadd missing FORCE_RET (Paul Brook)
2005-03-03 bellardx86_64 fixes
2005-02-21 bellardloop insn fix for non x86 hosts
2005-01-31 bellardx86_64 call Ev fix
2005-01-23 bellardavoid empty op
2005-01-23 bellardCR8 support - FORCE_RET() fixes
2005-01-09 bellardgeneralized use of GOTO_TB() macro
2005-01-08 bellardMMX/SSE support
2005-01-06 bellarddiv64 fix - raise_interrupt() fix - SSE fix
2005-01-04 bellardsyscall insn fix
2005-01-03 bellardx86_64 target support
2004-11-14 bellardenter insn fix
2004-08-03 bellardenabled asm memory helpers
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-06-25 bellardhlt instruction fix
2004-06-12 bellardadded ffree
2004-06-04 bellardlmsw fix (aka dos4gw bug)
2004-05-29 bellardfnop FPU exception support (aka FreeBSD FPU probe)...
2004-05-12 bellardbsd port (Markus Niemisto)
2004-05-08 bellarddivision by zero FPU exception support
2004-03-26 bellardfixed ljmp and iret to TSS
2004-02-25 bellardCR0.MP/EM/TS support
2004-01-24 bellardcorrect NT flag behavior
2004-01-18 bellardtemporary gcc 3.3 fix
2004-01-04 bellardfixed word bit operations with memory offset - suppress...
2004-01-04 bellardinvd and wbinvd support - fixed code gen logic for...
2003-12-02 bellardP4 style multiplication eflags
2003-11-23 bellardfixed eflags IF/IOPL update
2003-11-22 bellardFTST instruction fix
2003-11-19 bellardadded fcmovxx support
2003-11-13 bellardadded verr, verw, arpl - more precise segment rights...
2003-10-28 bellardfixed long double accesses when using soft MMU
2003-10-27 bellardfull softmmu support
2003-09-30 bellardnew directory structure