aboutsummaryrefslogtreecommitdiff
path: root/target/i386/translate.c
AgeCommit message (Expand)Author
2017-06-07i386: fix read/write cr with icount optionMihail Abakumov
2017-06-05target/i386: optimize indirect branchesEmilio G. Cota
2017-06-05target/i386: optimize cross-page direct jumps in softmmuEmilio G. Cota
2017-06-05target/i386: introduce gen_jr helper to generate lookup_and_goto_ptrEmilio G. Cota
2017-03-24tcg/i386: Check the size of instruction being translatedPranith Kumar
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans
2017-01-10target-i386: Use ctpop helperRichard Henderson
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson
2016-12-22target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans
2016-12-20Move target-* CPU file into a target/ folderThomas Huth