]> git.proxmox.com Git - mirror_qemu.git/history - target-sparc/translate.c
build: kill libdis, move disassemblers to disas/
[mirror_qemu.git] / target-sparc / translate.c
2012-12-19 Paolo Bonzinibuild: kill libdis, move disassemblers to disas/
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'kraxel/acpi.1' into staging
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.74' into staging
2012-12-08 Blue SwirlMerge branch 'master' of git.qemu-project.org:/pub...
2012-12-08 Blue SwirlMerge branch 'memory-ioport' of git://github.com/afaerb...
2012-12-08 Evgeny VoevodinTCG: Use gen_opc_instr_start from context instead of...
2012-12-08 Evgeny VoevodinTCG: Use gen_opc_icount from context instead of global...
2012-12-08 Evgeny VoevodinTCG: Use gen_opc_pc from context instead of global...
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.71' into staging
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'amit/loadvm-irq-inj-fix...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-11-17 Blue SwirlMerge branch 'vga.1' of git://git.kraxel.org/qemu
2012-11-17 Evgeny VoevodinTCG: Use gen_opc_buf from context instead of global...
2012-11-17 Evgeny VoevodinTCG: Use gen_opc_ptr from context instead of global...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.70' into staging
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v63' into...
2012-11-10 Blue Swirldisas: avoid using cpu_single_env
2012-11-01 Aurelien JarnoMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Richard Hendersontarget-sparc: Revert setting cpu_dst to gen_dest_gpr
2012-10-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-10-22 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2012-10-22 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-next...
2012-10-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/dma'...
2012-10-20 Aurelien Jarnotarget-sparc: fix FMOVr instruction
2012-10-20 Richard Hendersontarget-sparc: Remove cpu_tmp0 as a global
2012-10-20 Richard Hendersontarget-sparc: Make cpu_dst local to OP=2 insns
2012-10-20 Richard Hendersontarget-sparc: Only use cpu_dst for eventual writes...
2012-10-20 Richard Hendersontarget-sparc: Remove last uses of cpu_tmp64
2012-10-20 Richard Hendersontarget-sparc: Remove cpu_tmp64 use from softint insns
2012-10-20 Richard Hendersontarget-sparc: Don't use a temporary for gen_dest_fpr_D
2012-10-20 Richard Hendersontarget-sparc: Remove usage of cpu_tmp64 from most helpe...
2012-10-20 Richard Hendersontarget-sparc: Tidy ldfsr, stfsr
2012-10-20 Richard Hendersontarget-sparc: Avoid cpu_tmp32 in Write Priv Register
2012-10-20 Richard Hendersontarget-sparc: Avoid cpu_tmp32 in Read Priv Register
2012-10-20 Richard Hendersontarget-sparc: Use get_temp_i32 in gen_dest_fpr_F
2012-10-20 Richard Hendersontarget-sparc: Split out get_temp_i32
2012-10-20 Richard Hendersontarget-sparc: Make the cpu_addr variable local to load...
2012-10-20 Richard Hendersontarget-sparc: Cleanup cpu_src[12] allocation
2012-10-20 Richard Hendersontarget-sparc: Finish conversion to gen_load_gpr
2012-10-20 Richard Hendersontarget-sparc: Convert swap to gen_load/store_gpr
2012-10-20 Richard Hendersontarget-sparc: Convert asi helpers to gen_*_gpr
2012-10-20 Richard Hendersontarget-sparc: Use gen_load_gpr in get_src[12]
2012-10-20 Richard Hendersontarget-sparc: Conversion to gen_*_gpr, part 1
2012-10-20 Richard Hendersontarget-sparc: Add gen_load/store/dest_gpr
2012-10-19 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://git...
2012-10-13 Richard Hendersontarget-sparc: Don't compute full flags value so often
2012-10-13 Richard Hendersontarget-sparc: Avoid unnecessary local temporaries
2012-10-13 Richard Hendersontarget-sparc: Optimize CC_OP_LOGIC conditions
2012-10-13 Richard Hendersontarget-sparc: Fix optimized %icc comparisons
2012-10-07 Blue SwirlMerge branch 'master' of git.qemu.org:/pub/git/qemu
2012-10-07 Richard Hendersontarget-sparc: Optimize conditionals using SUBCC
2012-10-07 Richard Hendersontarget-sparc: Fall through from not-taken trap
2012-10-07 Richard Hendersontarget-sparc: Cleanup "global" temporary allocation
2012-10-07 Richard Hendersontarget-sparc: Use movcond for FMOV*R
2012-10-07 Richard Hendersontarget-sparc: Use movcond in mulscc
2012-10-07 Richard Hendersontarget-sparc: Move taddcctv and tsubcctv out of line
2012-10-07 Richard Hendersontarget-sparc: Tidy Tcc
2012-10-07 Richard Hendersontarget-sparc: Move sdivx and udivx out of line
2012-10-07 Richard Hendersontarget-sparc: Use movcond in gen_generic_branch
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in MOVR
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in MOVCC
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare and movcond in FMOVR...
2012-10-07 Richard Hendersontarget-sparc: Use DisasCompare in Tcc
2012-10-07 Richard Hendersontarget-sparc: Introduce DisasCompare and functions...
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_generic_branch interface
2012-10-07 Richard Hendersontarget-sparc: Tidy save_npc interface
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_mov_pc_npc interface
2012-10-07 Richard Hendersontarget-sparc: Tidy save_state interface
2012-10-07 Richard Hendersontarget-sparc: Tidy gen_trap_ifnofpu interface
2012-10-07 Richard Hendersontarget-sparc: Tidy flush_cond interface
2012-10-07 Richard Hendersontarget-sparc: Tidy do_branch interfaces
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.66' into staging
2012-09-27 Aurelien JarnoMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-09-27 Richard HendersonEmit debug_insn for CPU_LOG_TB_OP_OPT as well.
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-14 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-05-12 Artyom TarasenkoImplement address masking for SPARC v9 CPUs
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-18 Blue SwirlSparc: avoid AREG0 wrappers for memory access helpers
2012-03-18 Blue SwirlSparc: avoid AREG0 for memory access helpers
2012-03-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-14 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14 Andreas Färbertarget-sparc: Don't overuse CPUState
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-11-21 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-11-19 Fabien ChouteauImprove "ta 0" shutdown
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
next