aboutsummaryrefslogtreecommitdiff
path: root/target/m68k
AgeCommit message (Expand)Author
2018-03-04target/m68k: add fscale, fgetman and fgetexpLaurent Vivier
2018-03-04target/m68k: add fmod/fremLaurent Vivier
2018-03-04target/m68k: TCGv returned by gen_load() must be freedLaurent Vivier
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-14m68k: implement movep instructionPavel Dovgalyuk
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-25target/m68k: add HMP command "info tlb"Laurent Vivier
2018-01-25target/m68k: add pflush/ptestLaurent Vivier
2018-01-25target/m68k: add movesLaurent Vivier
2018-01-25target/m68k: add index parameter to gen_load()/gen_store() and Co.Laurent Vivier
2018-01-25target/m68k: add Transparent TranslationLaurent Vivier
2018-01-25target/m68k: add MC68040 MMULaurent Vivier
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-25target/m68k: fix TCG variable double freeLaurent Vivier
2018-01-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-01-04target/m68k: fix m68k_cpu_dump_state()Laurent Vivier
2018-01-04target/m68k: add the Interrupt Stack PointerLaurent Vivier
2018-01-04target/m68k: add andi/ori/eori to SR/CCRLaurent Vivier
2018-01-04target/m68k: add 680x0 "move to SR" instructionLaurent Vivier
2018-01-04target/m68k: move CCR/SR functionsLaurent Vivier
2018-01-04target/m68k: implement fsave/frestoreLaurent Vivier
2018-01-04target/m68k: add resetLaurent Vivier
2018-01-04target/m68k: add cpush/cinvLaurent Vivier
2018-01-04target/m68k: softmmu cleanupLaurent Vivier
2018-01-04target/m68k: add move16Laurent Vivier
2018-01-04target/m68k: add chk and chk2Laurent Vivier
2018-01-04target/m68k: manage 680x0 stack framesLaurent Vivier
2018-01-04target/m68k: add CPU_LOG_INT traceLaurent Vivier
2018-01-04target/m68k: use insn_pc to generate instruction fault addressLaurent Vivier
2018-01-04target/m68k: fix gen_get_ccr()Laurent Vivier
2018-01-04target-m68k: sync CC_OP before gen_jmp_tb()Laurent Vivier
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-27target/*helper: don't check retaddr before calling cpu_restore_stateAlex Bennée
2017-12-21target/m68k: fix set_cc_op()Laurent Vivier
2017-12-21target/m68k: add monitor.cLaurent Vivier
2017-12-21target/m68k: remove unused variable gen_throws_exceptionLaurent Vivier
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov
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-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24target/m68k: 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-09qom/cpu: move cpu_model null check to cpu_class_by_name()Philippe Mathieu-Daudé
2017-09-10target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init()Kamil Rytarowski
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov