]> git.proxmox.com Git - qemu.git/history - tcg
tcg-ppc64: Rearrange integer constant constraints
[qemu.git] / tcg /
2013-04-15 Richard Hendersontcg-ppc64: Rearrange integer constant constraints
2013-04-15 Richard Hendersontcg-ppc64: Cleanup tcg_out_movi
2013-04-15 Richard Hendersontcg-ppc64: Fix setcond_i32
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use TAI and SAI
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_shri64
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_shli64
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_ext32u
2013-04-15 Richard Hendersontcg-ppc64: Introduce and use tcg_out_rlw
2013-04-15 Richard Hendersontcg-ppc64: Use TCGReg everywhere
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-04-13 Aurelien JarnoMerge branch 'mingw' of git://qemu.weilnetz.de/qemu
2013-04-13 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2013-04-13 Aurelien JarnoMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2013-04-13 Aurelien JarnoMerge branch 'tcg-s390' of git://github.com/rth7680...
2013-04-11 Richard Hendersontci: Make tcg temporaries local to tcg_qemu_tb_exec
2013-04-11 Richard Hendersontci: Delete unused tb_ret_addr
2013-04-11 Richard Hendersontci: Use 32-bit signed offsets to loads/stores
2013-04-05 Richard Hendersontcg-s390: Fix merge error in tgen_brcond
2013-04-05 Richard Hendersontcg-s390: Use all 20 bits of the offset in tcg_out_mem
2013-04-05 Richard Hendersontcg-s390: Use load-address for addition
2013-04-05 Richard Hendersontcg-s390: Cleanup argument shuffling fixme in softmmu...
2013-04-05 Richard Hendersontcg-s390: Use risbgz for andi
2013-04-05 Richard Hendersontcg-s390: Remove constraint letters for and
2013-04-05 Richard Hendersontcg-s390: Implement deposit opcodes
2013-04-05 Richard Hendersontcg-s390: Implement movcond opcodes
2013-04-05 Richard Hendersontcg-s390: Implement mulu2_i64 opcode
2013-04-05 Richard Hendersontcg-s390: Implement add2/sub2 opcodes
2013-04-05 Richard Hendersontcg-s390: Remove useless preprocessor conditions
2013-04-05 Richard Hendersontcg-s390: Properly allocate a stack frame.
2013-04-05 Richard Hendersontcg-s390: Fix movi
2013-04-01 Aurelien Jarnotcg/mips: Implement muls2_i32
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-03-23 Blue SwirlMerge branch 'for-upstream' of git://github.com/mwalle...
2013-03-22 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-03-22 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-22 陳韋任 (Wei-Ren Chen)Use proper term in TCG README
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.7.2...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-03-03 Peter MaydellHandle CPU interrupts by inline checking of a flag
2013-03-03 Peter Maydelltcg: Document tcg_qemu_tb_exec() and provide constants...
2013-03-03 Blue Swirltcg-sparc: fix build
2013-02-26 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-02-26 Peter Maydellqemu-log: default to stderr for logging output
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: Apply life analysis to 64-bit multiword arithmetic ops
2013-02-23 Richard Hendersontcg: Implement muls2 with mulu2
2013-02-23 Richard Hendersontcg-arm: Implement muls2_i32
2013-02-23 Richard Hendersontcg-i386: Implement multiword arithmetic ops
2013-02-23 Richard Hendersontcg: Implement multiword addition helpers
2013-02-23 Richard Hendersontcg: Implement multiword multiply helpers
2013-02-23 Richard Hendersontcg: Implement a 64-bit to 32-bit extraction helper
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-sparc: Always implement 32-bit multiword ops
2013-02-23 Richard Hendersontcg-i386: Always implement 32-bit multiword ops
2013-02-23 Richard Hendersontcg: Make 32-bit multiword operations optional for...
2013-02-18 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-02-17 Andreas Färbertcg/ppc: Fix build of tcg_qemu_tb_exec()
2013-02-16 Peter Maydellqemu-log: Rename the public-facing cpu_set_log function...
2013-02-16 Evgeny VoevodinTCG: Move translation block variables to new context...
2013-02-16 Evgeny VoevodinTCG: Final globals clean-up
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 Peter Maydelltcg/target-arm: Add missing parens to assertions
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-14 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2013-01-12 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-01-12 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2013-01-12 Blue SwirlMerge branch 's390-reorg' of git://repo.or.cz/qemu/rth
2013-01-12 Paolo Bonzinitcg-i386: use LEA for 3-operand 64-bit addition
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-02 Stefan Weiltcg: Remove unneeded assertion
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-29 Richard Hendersontcg-hppa: Fix typo in brcond2
2012-12-29 Richard Hendersontcg-i386: Perform cmov detection at runtime for 32...
2012-12-29 Richard Hendersontcg: Add TCGV_IS_UNUSED_*
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 Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonziniexec: move include files to include/exec/
2012-12-19 Paolo Bonzinijanitor: add guards to headers
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'...
next