]> git.proxmox.com Git - qemu.git/history - tcg/mips/tcg-target.c
Open 2.0 development tree
[qemu.git] / tcg / mips / tcg-target.c
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'bonzini/configure' into...
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'jliu/or32' into staging
2013-10-14 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-pull' into staging
2013-10-10 Richard Hendersontcg: Add tcg-be-null.h
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.88' into staging
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-devices...
2013-09-02 Aurelien JarnoMerge branch 'tcg-next' of git://github.com/rth7680...
2013-09-02 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-09-02 Aurelien Jarnotcg/mips: only enable ext8s/ext16s ops on MIPS32R2
2013-09-02 Aurelien Jarnotcg/mips: inline bswap16/bswap32 ops
2013-09-02 Aurelien Jarnotcg/mips: detect available host instructions at runtime
2013-09-02 Richard Hendersonexec: Split softmmu_defs.h
2013-09-02 Richard Hendersontcg: Change tcg_out_ld/st offset to intptr_t
2013-09-02 Richard Hendersontcg: Change relocation offsets to intptr_t
2013-09-02 Richard Hendersontcg-mips: Implement mulsh, muluh
2013-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-08-12 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-12 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-08-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.87' into staging
2013-08-12 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2013-08-08 James Hogantcg/mips: fix invalid op definition errors
2013-04-01 Aurelien Jarnotcg/mips: Implement muls2_i32
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonziniexec: move include files to include/exec/
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-29 Aurelien JarnoMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-10-29 Aurelien Jarnotcg/mips: use MUL instead of MULT on MIPS32 and above
2012-10-06 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-10-06 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2012-10-06 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-06 Aurelien Jarnotcg: remove obsolete jmp op
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-09-25 Aurelien Jarnotcg/mips: fix MIPS32(R2) detection
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-22 Blue SwirlMerge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth
2012-09-22 Aurelien JarnoRevert "tcg/mips"
2012-09-22 Aurelien Jarnotcg/mips
2012-09-22 Stefan Weiltcg: Remove tcg_target_get_call_iarg_regs_count
2012-09-22 Aurelien Jarnotcg/mips: implement movcond op on MIPS32R2
2012-09-22 Aurelien Jarnotcg/mips: implement deposit op on MIPS32R2
2012-09-22 Aurelien Jarnotcg/mips: implement rotl/rotr ops on MIPS32R2
2012-09-22 Aurelien Jarnotcg/mips: optimize bswap{16,16s,32} on MIPS32R2
2012-09-22 Aurelien Jarnotcg/mips: optimize brcond arg, 0
2012-09-22 Aurelien Jarnotcg/mips: use stack for TCG temps
2012-09-22 Aurelien Jarnotcg/mips: don't use global pointer
2012-09-22 Aurelien Jarnotcg/mips: use TCGArg or TCGReg instead of int
2012-09-22 Aurelien Jarnotcg/mips: kill warnings in user mode
2012-09-22 Aurelien Jarnotcg-mips: fix wrong usage of 'Z' constraint
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v60' into...
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-09-17 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-09-15 Blue SwirlRemove unused CONFIG_TCG_PASS_AREG0 and dead code
2012-08-29 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-08-29 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2012-08-28 Aurelien Jarnotcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code
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 Swirlsoftmmu templates: optionally pass CPUState to memory...
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ärberRename CPUState -> CPUArchState
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 Blue SwirlMerge branch 's390-1.0' of git://repo.or.cz/qemu/agraf
2011-11-14 Richard Hendersontcg: Use TCGReg for standard tcg-target entry points.
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-20 Stefan Weiltcg/mips: Fix regression caused by typo (copy + paste...
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlDelegate setup of TCG temporaries to targets
2011-06-26 Blue Swirlcpu-exec.c: avoid AREG0 use
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
next