Age | Commit message (Expand) | Author |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-02-14 | m68k: implement movep instruction | Pavel Dovgalyuk |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-25 | target/m68k: add HMP command "info tlb" | Laurent Vivier |
2018-01-25 | target/m68k: add pflush/ptest | Laurent Vivier |
2018-01-25 | target/m68k: add moves | Laurent Vivier |
2018-01-25 | target/m68k: add index parameter to gen_load()/gen_store() and Co. | Laurent Vivier |
2018-01-25 | target/m68k: add Transparent Translation | Laurent Vivier |
2018-01-25 | target/m68k: add MC68040 MMU | Laurent Vivier |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier |
2018-01-25 | target/m68k: fix TCG variable double free | Laurent Vivier |
2018-01-08 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'... | Peter Maydell |
2018-01-04 | target/m68k: fix m68k_cpu_dump_state() | Laurent Vivier |
2018-01-04 | target/m68k: add the Interrupt Stack Pointer | Laurent Vivier |
2018-01-04 | target/m68k: add andi/ori/eori to SR/CCR | Laurent Vivier |
2018-01-04 | target/m68k: add 680x0 "move to SR" instruction | Laurent Vivier |
2018-01-04 | target/m68k: move CCR/SR functions | Laurent Vivier |
2018-01-04 | target/m68k: implement fsave/frestore | Laurent Vivier |
2018-01-04 | target/m68k: add reset | Laurent Vivier |
2018-01-04 | target/m68k: add cpush/cinv | Laurent Vivier |
2018-01-04 | target/m68k: softmmu cleanup | Laurent Vivier |
2018-01-04 | target/m68k: add move16 | Laurent Vivier |
2018-01-04 | target/m68k: add chk and chk2 | Laurent Vivier |
2018-01-04 | target/m68k: manage 680x0 stack frames | Laurent Vivier |
2018-01-04 | target/m68k: add CPU_LOG_INT trace | Laurent Vivier |
2018-01-04 | target/m68k: use insn_pc to generate instruction fault address | Laurent Vivier |
2018-01-04 | target/m68k: fix gen_get_ccr() | Laurent Vivier |
2018-01-04 | target-m68k: sync CC_OP before gen_jmp_tb() | Laurent Vivier |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson |
2017-12-27 | target/*helper: don't check retaddr before calling cpu_restore_state | Alex Bennée |
2017-12-21 | target/m68k: fix set_cc_op() | Laurent Vivier |
2017-12-21 | target/m68k: add monitor.c | Laurent Vivier |
2017-12-21 | target/m68k: remove unused variable gen_throws_exception | Laurent Vivier |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell |
2017-10-27 | m68k: cleanup cpu type name composition | Igor Mammedov |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota |
2017-10-24 | target/m68k: check CF_PARALLEL instead of parallel_cpus | Emilio G. Cota |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota |
2017-10-24 | qom: Introduce CPUClass.tcg_initialize | Richard Henderson |
2017-10-24 | tcg: Remove TCGV_EQUAL* | Richard Henderson |
2017-10-09 | qom/cpu: move cpu_model null check to cpu_class_by_name() | Philippe Mathieu-Daudé |
2017-09-10 | target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() | Kamil Rytarowski |
2017-09-06 | target: [tcg] Use a generic enum for DISAS_ values | Lluís Vilanova |
2017-09-01 | m68k: replace cpu_m68k_init() with cpu_generic_init() | Igor Mammedov |
2017-07-31 | m68k/translate: fix incorrect copy/paste | Philippe Mathieu-Daudé |
2017-07-19 | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova |
2017-07-19 | target/m68k: optimize bcd_flags() using extract op | Philippe Mathieu-Daudé |