summaryrefslogtreecommitdiff
path: root/target/i386/translate.c
AgeCommit message (Expand)Author
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-21target/i386: Fix handling of VEX prefixesPeter Maydell
2017-12-21target/i386: Fix compiler warningsStefan Weil
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-25target/i386: Convert to disas_set_info hookRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-16target/i386: trap on instructions longer than >15 bytesPaolo Bonzini
2017-10-16target/i386: introduce x86_ld*_codePaolo Bonzini
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-09x86: Correct translation of some rdgsbase and wrgsbase encodingsTodd Eisenberger
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
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