]> git.proxmox.com Git - qemu.git/history - tcg
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
[qemu.git] / tcg /
2012-10-09 Stefan Weiltci: Fix for AREG0 free mode
2012-10-09 Aurelien Jarnotcg/i386: fix build with -march < i686
2012-10-09 Richard Hendersontcg: Adjust descriptions of *cond opcodes
2012-10-09 Aurelien Jarnotcg/mips: fix MIPS32(R2) detection
2012-10-09 Richard Hendersontcg-sparc: Preserve branch destinations during retransl...
2012-10-09 Richard Hendersontcg-sparc: Fix and enable direct TB chaining.
2012-10-09 Richard Hendersontcg-sparc: Add %g/%o registers to alloc_order
2012-10-09 Richard Hendersontcg-sparc: Use defines for temporaries.
2012-10-09 Richard Hendersontcg-sparc: Mask shift immediates to avoid illegal insns.
2012-10-09 Richard Hendersontcg-sparc: Clean up cruft stemming from attempts to...
2012-10-09 Richard Hendersontcg-sparc: Change AREG0 in generated code to %i0.
2012-10-09 Richard Hendersontcg-sparc: Support GUEST_BASE.
2012-10-09 Richard Hendersontcg-sparc: Fix qemu_ld/st to handle 32-bit host.
2012-10-09 Richard Hendersontcg-sparc: Assume v9 cpu always, i.e. force v8plus...
2012-10-09 Richard Hendersontcg-sparc: Fix ADDX opcode.
2012-10-09 Richard Hendersontcg-sparc: Hack in qemu_ld/st64 for 32-bit.
2012-10-09 malctcg/ppc32: Implement movcond32
2012-10-09 Stefan Weilw64: Fix TCG helper functions with 5 arguments
2012-10-09 Max Filippovtcg/README: document tcg_gen_goto_tb restrictions
2012-10-09 Aurelien Jarnotcg/optimize: add constant folding for deposit
2012-10-09 Aurelien Jarnotcg: remove #ifdef #endif around TCGOpcode tests
2012-10-09 Aurelien Jarnotcg/optimize: prefer the "op a, a, b" form for commutat...
2012-10-09 Aurelien Jarnotcg/optimize: further optimize brcond/movcond/setcond
2012-10-09 Aurelien Jarnotcg/optimize: optimize "op r, a, a => movi r, 0"
2012-10-09 Aurelien Jarnotcg/optimize: optimize "op r, a, a => mov r, a"
2012-10-09 Aurelien Jarnotcg/optimize: do copy propagation for all operations
2012-10-09 Aurelien Jarnotcg/optimize: rework copy progagation
2012-10-09 Aurelien Jarnotcg/optimize: check types in copy propagation
2012-10-09 Aurelien Jarnotcg/optimize: remove TCG_TEMP_ANY
2012-10-09 Aurelien Jarnotcg/mips: implement movcond op on MIPS32R2
2012-10-09 Aurelien Jarnotcg/mips: implement deposit op on MIPS32R2
2012-10-09 Aurelien Jarnotcg/mips: implement rotl/rotr ops on MIPS32R2
2012-10-09 Aurelien Jarnotcg/mips: optimize bswap{16,16s,32} on MIPS32R2
2012-10-09 Aurelien Jarnotcg/mips: optimize brcond arg, 0
2012-10-09 Aurelien Jarnotcg/mips: use stack for TCG temps
2012-10-09 Aurelien Jarnotcg/mips: don't use global pointer
2012-10-09 Aurelien Jarnotcg/mips: use TCGArg or TCGReg instead of int
2012-10-09 Aurelien Jarnotcg/mips: kill warnings in user mode
2012-10-09 Aurelien Jarnotcg-mips: fix wrong usage of 'Z' constraint
2012-10-09 Richard Hendersontcg-hppa: Fix broken load/store helpers
2012-10-09 Richard Hendersontcg-hppa: Fix brcond2 and setcond2
2012-10-09 Richard Hendersontcg: Fix !USE_DIRECT_JUMP
2012-10-09 Richard Hendersontcg: Optimize two-address commutative operations
2012-10-09 Richard Hendersontcg: Optimize movcond for constant comparisons
2012-10-09 Richard Hendersontcg-i386: Implement movcond
2012-10-09 Richard Hendersontcg: Introduce movcond
2012-10-09 Aurelien Jarnotcg/optimize: fix end of basic block detection
2012-10-09 Aurelien Jarnorevert "TCG: fix copy propagation"
2012-10-09 Aurelien Jarnotcg: mark set_label with TCG_OPF_BB_END flag
2012-10-09 Aurelien Jarnotcg/i386: allow constants in load/store ops
2012-10-09 Blue SwirlRemove unused CONFIG_TCG_PASS_AREG0 and dead code
2012-10-09 Aurelien Jarnotcg/optimize: fix if/else/break coding style
2012-10-09 Aurelien Jarnotcg/optimize: add constant folding for brcond
2012-10-09 Aurelien Jarnotcg/optimize: add constant folding for setcond
2012-10-09 Aurelien Jarnotcg/optimize: swap brcond/setcond arguments when possible
2012-10-09 Aurelien Jarnotcg/optimize: simplify shift/rot r, 0, a => movi r...
2012-10-09 Aurelien Jarnotcg/optimize: simplify and r, a, 0 cases
2012-10-09 Aurelien Jarnotcg/optimize: simplify or/xor r, a, 0 cases
2012-10-09 Aurelien Jarnotcg/optimize: split expression simplification
2012-10-09 Aurelien Jarnotcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0
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-08-26 Aurelien Jarnotcg/ia64: fix and optimize ld/st slow path
2012-08-26 Aurelien Jarnotcg/ia64: fix prologue/epilogue
2012-08-26 Peter Maydelltcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v58' into...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-6-21...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'sstabellini/compile-xs...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-pt' into...
2012-06-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.54' into staging
2012-06-24 Scott Woodtci: don't write zero for reloc in tci_out_label
2012-06-24 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-24 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-06-23 Alexander GrafTCG: Fix compile breakage in tcg_dump_ops
2012-06-21 Blue Swirlqemu-log: cleanup
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1_rc3...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-5-24...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-05-27 Andreas Färbertcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
2012-05-14 Andreas Färbertcg/ppc64: Fix CONFIG_TCG_PASS_AREG0
2012-05-14 Andreas Färbertcg/ppc64: Don't hardcode register numbers for qemu_ld/st
2012-05-10 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-09 Andreas Färbertcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode
2012-05-09 Andreas Färbertcg/ppc: Clobber r5 for 64-bit qemu_ld
2012-05-09 Andreas Färbertcg/ppc: Don't hardcode register numbers
2012-05-09 Andreas Färbertcg/ppc: Do not overwrite lower address word on Darwin...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v54' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'sweil/fixes' into staging
2012-05-03 malcBail out if CONFIG_TCG_PASS_AREG0 is defined
2012-05-03 malcRestore consistent formatting
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-16 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_anthony...
2012-04-15 Blue SwirlMerge branch 'w64' of git://qemu.weilnetz.de/qemu
next