]> git.proxmox.com Git - mirror_qemu.git/history - target/i386/tcg/decode-new.c.inc
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / target / i386 / tcg / decode-new.c.inc
2023-05-18 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-05-18 Ricky Zhoutarget/i386: Fix exception classes for MOVNTPS/MOVNTPD.
2023-05-18 Ricky Zhoutarget/i386: Fix exception classes for SSE/AVX instruct...
2023-05-18 Ricky Zhoutarget/i386: Fix and add some comments next to SSE...
2023-05-18 Paolo Bonzinitarget/i386: fix operand size for VCOMI/VUCOMI instructions
2023-03-07 Peter MaydellMerge tag 'for-upstream-mb' of https://gitlab.com/bonzi...
2023-03-07 Peter MaydellMerge tag 'pull-riscv-to-apply-20230306' of https:...
2023-03-07 Peter MaydellMerge tag 'pull-xen-20230306' of https://xenbits.xen...
2023-03-06 Peter MaydellMerge tag 'audio-pull-request' of https://gitlab.com...
2023-03-06 Peter MaydellMerge tag 'pull-tcg-20230305' of https://gitlab.com...
2023-03-05 Richard Hendersontarget/i386: Drop tcg_temp_free
2023-01-12 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-11 Paolo Bonzinitarget/i386: fix operand size of unary SSE operations
2022-12-04 Stefan HajnocziMerge tag 'pull-request-2022-12-04' of https://gitlab...
2022-12-04 Stefan HajnocziMerge tag 'pull-loongarch-20221202' of https://gitlab...
2022-12-04 Stefan HajnocziMerge tag 'nvme-next-pull-request' of git://git.infrade...
2022-12-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-12-01 Paolo Bonzinitarget/i386: allow MMX instructions with CR4.OSFXSR=0
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-26 Stefan HajnocziMerge tag 'pull-aspeed-20221025' of https://github...
2022-10-25 Stefan HajnocziMerge tag 'trivial-branch-for-7.2-pull-request' of...
2022-10-25 Stefan HajnocziMerge tag 'linux-user-for-7.2-pull-request' of https...
2022-10-24 Stefan HajnocziMerge tag 'pull-9p-20221024' of https://github.com...
2022-10-24 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-22 Paolo Bonzinitarget/i386: implement FMA instructions
2022-10-20 Paolo Bonzinitarget/i386: implement F16C instructions
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Paolo Bonzinitarget/i386: remove old SSE decoder
2022-10-18 Paolo Bonzinitarget/i386: move 3DNow to the new decoder
2022-10-18 Paolo Bonzinitarget/i386: implement VLDMXCSR/VSTMXCSR
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x28-0x2f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x10-0x17, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x38, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x3a, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x70-0x77, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x78-0x7f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x50-0x5f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x60-0x6f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: move scalar 0F 38 and 0F 3A instruction...
2022-10-18 Paolo Bonzinitarget/i386: validate SSE prefixes directly in the...
2022-10-18 Paolo Bonzinitarget/i386: validate VEX prefixes via the instructions...
2022-10-18 Paolo Bonzinitarget/i386: add CPUID feature checks to new decoder
2022-10-18 Paolo Bonzinitarget/i386: add ALU load/writeback core
2022-10-18 Paolo Bonzinitarget/i386: add core of new i386 decoder