]> git.proxmox.com Git - qemu.git/history - tcg/tcg-opc.h
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
[qemu.git] / tcg / tcg-opc.h
2013-07-15 Richard HendersonMerge git://github.com/hw-claudio/qemu-aarch64-queue...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-next' into staging
2013-07-09 Richard Hendersontcg: Simplify logic using TCG_OPF_NOT_PRESENT
2013-07-09 Richard Hendersontcg: Allow non-constant control macros
2013-07-09 Richard Hendersontcg: Split rem requirement from div requirement
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'quintela/stats.next'...
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-23 Richard Hendersontcg: Add signed multiword multiplication operations
2013-02-23 Richard Hendersontcg: Add 64-bit multiword arithmetic operations
2013-02-23 Richard Hendersontcg: Make 32-bit multiword operations optional for...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
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 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-29 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-29 Aurelien JarnoMerge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp...
2012-10-28 Aurelien Jarnotcg: forbid ld/st function to modify globals
2012-10-28 Aurelien Jarnotcg: fix some op flags
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 '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-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-21 Richard Hendersontcg: Introduce movcond
2012-09-19 Aurelien Jarnotcg: mark set_label with TCG_OPF_BB_END flag
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Richard Hendersontcg: Always define all of the TCGOpcode enum members.
2011-08-21 Richard Hendersontcg: Add and use TCG_OPF_64BIT.
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
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...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Richard Hendersontcg: Define "deposit" as an optional operation.
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Aurelien Jarnotcg: get rid of DEF2 in tcg-opc.h
2010-06-09 Aurelien Jarnotcg: get rid of copy_size in TCGOpDef
2010-03-26 Richard Hendersontcg: Disambiguate qemu_ld32u with 32-bit and 64-bit...
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NOR.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of NAND.
2010-03-26 Richard Hendersontcg: Allow target-specific implementation of EQV.
2010-03-20 Aurelien Jarnotcg: protect div2 in tcg/tcg-opc.h
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-20 Jay Foadtcg: fix assertion with --enable-debug
2010-02-20 Richard Hendersontcg: Optional target implementation of ORC.
2010-02-20 Richard Hendersontcg: Optional target implementation of ANDC.
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 Richard Hendersontcg: generic support for conditional set
2009-10-04 Aurelien Jarnotcg: add ext{8,16,32}u_i{32,64} TCG ops
2009-03-13 aurel32tcg: add bswap16_i64 and bswap32_i64 TCG ops
2009-03-13 aurel32tcg: allow bswap16_i32 to be implemented by TCG backends
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-11 aurel32tcg: move {not,neg}_i{32,64} definitions at the right...
2009-03-09 aurel32Implement TCG not ops for x86-64
2009-03-09 aurel32tcg: don't define TCG rotation ops if they are not...
2009-03-09 aurel32Implement TCG rotation ops for x86-64
2008-12-07 aurel32Some cleanups after dyngen removal
2008-05-25 bellardsuppressed unused macro handling
2008-05-22 bellardadded debug_insn_start debug instruction
2008-05-11 pbrookAdd TCG native negation op.
2008-05-10 blueswir1Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid...
2008-03-21 blueswir1 Prepare for op.c removal and zero legacy ops
2008-02-04 bellardfixed sign extensions - added explicit side effect...
2008-02-01 bellardTCG code generator