aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson
2013-02-18target-i386: use gen_op for cmps/scasRichard Henderson
2013-02-18target-i386: kill cpu_T3Paolo Bonzini
2013-02-18target-i386: expand cmov via movcondRichard Henderson
2013-02-18target-i386: introduce gen_cmovcc1Paolo Bonzini
2013-02-18target-i386: cleanup temporary macros for CCPreparePaolo Bonzini
2013-02-18target-i386: inline gen_prepare_cc_slowRichard Henderson
2013-02-18target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini
2013-02-18target-i386: introduce gen_prepare_ccRichard Henderson
2013-02-18target-i386: introduce CCPrepareRichard Henderson
2013-02-18target-i386: optimize setcc instructionsPaolo Bonzini
2013-02-18target-i386: optimize setleRichard Henderson
2013-02-18target-i386: optimize setbeRichard Henderson
2013-02-18target-i386: change gen_setcc_slow_T0 to gen_setcc_slowPaolo Bonzini
2013-02-18target-i386: convert gen_compute_eflags_c to TCGRichard Henderson
2013-02-18target-i386: use inverted setcond when computing NS or NZRichard Henderson
2013-02-18target-i386: do not call helper to compute ZF/SFRichard Henderson
2013-02-18target-i386: Move CC discards to set_cc_opRichard Henderson
2013-02-18target-i386: no need to flush out cc_op before gen_eobRichard Henderson
2013-02-18target-i386: do not compute eflags multiple times consecutivelyRichard Henderson
2013-02-18target-i386: add helper functions to get other flagsPaolo Bonzini
2013-02-18target-i386: Use gen_update_cc_op everywhereRichard Henderson
2013-02-18target-i386: Don't clobber s->cc_op in gen_update_cc_opRichard Henderson
2013-02-18target-i386: Introduce set_cc_opRichard Henderson
2013-02-18target-i386: Name the cc_op enumerationRichard Henderson
2013-02-18target-i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flagsPaolo Bonzini
2013-02-18target-i386: use gen_jcc1 to compile loopzPaolo Bonzini
2013-02-18target-i386: clean up sahfPaolo Bonzini
2013-02-18target-i386: compute eflags outside rcl/rcr helperPaolo Bonzini
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-16target-i386: Inline bitops_flslRichard Henderson
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-01cpu: do not use object_deletePaolo Bonzini
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov