]> git.proxmox.com Git - qemu.git/history - tcg/optimize.c
main-loop: narrow win32 pollfds_fill() event bitmasks
[qemu.git] / tcg / optimize.c
2013-05-13 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v70' into...
2013-05-09 Aurelien Jarnotcg/optimize: fix setcond2 optimization
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-23 Richard Hendersontcg-optimize: Fold sub r,0,x to neg r,x
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-01-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread.next...
2013-01-20 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-19 Paolo Bonzinioptimize: optimize using nonzero bits
2013-01-19 Paolo Bonzinioptimize: track nonzero bits of registers
2013-01-19 Paolo Bonzinioptimize: only write to state when clearing optimizer...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
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-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: rework TCG helper flags
2012-10-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
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-19 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://git...
2012-10-17 Richard Hendersontcg: Optimize mulu2
2012-10-17 Richard Hendersontcg: Constant fold add2 and sub2
2012-10-17 Richard Hendersontcg: Do constant folding on double-word comparisons
2012-10-17 Richard Hendersontcg: Split out subroutines from do_constant_folding_cond
2012-10-17 Richard Hendersontcg: Optimize double-word comparisons against zero
2012-10-17 Richard Hendersontcg: Use common code when failing to optimize
2012-10-17 Richard Hendersontcg: Swap commutative double-word comparisons
2012-10-17 Richard Hendersontcg: Canonicalize add2 operand ordering
2012-10-17 Richard Hendersontcg: Split out swap_commutative as a subroutine
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 Richard Hendersontcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
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 Jarnotcg/optimize: add constant folding for deposit
2012-09-22 Aurelien Jarnotcg/optimize: prefer the "op a, a, b" form for commutat...
2012-09-22 Aurelien Jarnotcg/optimize: further optimize brcond/movcond/setcond
2012-09-22 Aurelien Jarnotcg/optimize: optimize "op r, a, a => movi r, 0"
2012-09-22 Aurelien Jarnotcg/optimize: optimize "op r, a, a => mov r, a"
2012-09-22 Aurelien Jarnotcg/optimize: do copy propagation for all operations
2012-09-22 Aurelien Jarnotcg/optimize: rework copy progagation
2012-09-22 Aurelien Jarnotcg/optimize: check types in copy propagation
2012-09-22 Aurelien Jarnotcg/optimize: remove TCG_TEMP_ANY
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-21 Richard Hendersontcg: Optimize two-address commutative operations
2012-09-21 Richard Hendersontcg: Optimize movcond for constant comparisons
2012-09-19 Aurelien Jarnotcg/optimize: fix end of basic block detection
2012-09-19 Aurelien Jarnorevert "TCG: fix copy propagation"
2012-09-11 Aurelien JarnoMerge branch 'usb.64' of git://git.kraxel.org/qemu
2012-09-11 Aurelien Jarnotcg/optimize: fix if/else/break coding style
2012-09-11 Aurelien Jarnotcg/optimize: add constant folding for brcond
2012-09-11 Aurelien Jarnotcg/optimize: add constant folding for setcond
2012-09-11 Aurelien Jarnotcg/optimize: swap brcond/setcond arguments when possible
2012-09-11 Aurelien Jarnotcg/optimize: simplify shift/rot r, 0, a => movi r...
2012-09-11 Aurelien Jarnotcg/optimize: simplify and r, a, 0 cases
2012-09-11 Aurelien Jarnotcg/optimize: simplify or/xor r, a, 0 cases
2012-09-11 Aurelien Jarnotcg/optimize: split expression simplification
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.
next