]> git.proxmox.com Git - qemu.git/history - tcg/optimize.c
pci: Unregister BARs before device exit
[qemu.git] / tcg / optimize.c
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/monitor' into...
2011-08-28 Blue SwirlTCG: improve optimizer debugging
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: Constant fold neg, andc, orc, eqv, nand, nor.
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-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-08 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-08-08 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-07 Blue SwirlTCG: fix copy propagation
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-30 Blue SwirlTCG: fix breakage by previous patch
2011-07-30 Blue SwirlTCG: fix breakage on some RISC hosts
2011-07-30 Kirill BatuzovDo constant folding for unary operations.
2011-07-30 Kirill BatuzovDo constant folding for shift operations.
2011-07-30 Kirill BatuzovDo constant folding for boolean operations.
2011-07-30 Kirill BatuzovDo constant folding for basic arithmetic operations.
2011-07-30 Kirill BatuzovAdd copy and constant propagation.
2011-07-30 Kirill BatuzovAdd TCG optimizations stub