]> git.proxmox.com Git - qemu.git/history - tcg/sparc
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
[qemu.git] / tcg / sparc /
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 Richard Hendersontcg: Introduce movcond
2012-10-09 Blue SwirlRemove unused CONFIG_TCG_PASS_AREG0 and dead code
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-03-28 Anthony LiguoriMerge remote-tracking branch 'sstabellini/disk_io'...
2012-03-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v51' into...
2012-03-24 Richard Hendersontcg-sparc: Add debug_frame support.
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-18 Blue Swirltcg: fix sparc host for AREG0 free operation
2012-03-18 Blue Swirlsoftmmu templates: optionally pass CPUState to memory...
2012-03-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-14 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14 Andreas FärberRename CPUState -> CPUArchState
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-03-11 Stefan Weiltcg: Improve tcg_out_label and fix its usage for w64
2012-03-03 Stefan Weilw64: Change data type of parameters for flush_icache_range
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-11-21 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-11-19 Richard Hendersontcg-sparc: Fix set-but-not used warnings.
2011-11-19 Blue SwirlMerge branch 's390-1.0' of git://repo.or.cz/qemu/agraf
2011-11-14 Richard Hendersontcg: Use TCGReg for standard tcg-target entry points.
2011-11-14 Richard Hendersontcg: Standardize on TCGReg as the enum for hard registers
2011-10-01 Stefan Weiltcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-17 Stefan Weiltcg/sparc: Only one call output register needed for...
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-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlTCG/Sparc64: use stack for TCG temps
2011-06-26 Blue SwirlDelegate setup of TCG temporaries to targets
2011-06-26 Blue Swirlcpu-exec.c: avoid AREG0 use
2010-06-16 Richard Hendersontcg: Optionally sign-extend 32-bit arguments for 64...
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 Richard Hendersontcg: Make some tcg-target.c routines static.
2010-06-09 Richard Hendersontcg: Add TYPE parameter to tcg_out_mov.
2010-04-04 Paul BrookSplit TLB addend and target_phys_addr_t
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-26 Richard Hendersontcg: Use TCGCond where appropriate.
2010-03-26 Richard Hendersontcg: Name the opcode enumeration.
2010-03-26 Paolo Bonziniremove remaining occurrences AREG[1-9] and TCG_AREG...
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Blue SwirlFix Sparc host build breakage
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 Jay Foadtcg: fix build on 32-bit hppa, ppc and sparc hosts
2010-02-20 Richard Hendersontcg: Add comments for all optional instructions not...
2010-02-20 Richard Hendersontcg-sparc: Implement ORC.
2010-02-20 Richard Hendersontcg-sparc: Implement ANDC.
2010-02-20 Richard Hendersontcg-sparc: Implement not.
2010-02-20 Richard Hendersontcg-sparc: Implement neg.
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-16 Richard Hendersontcg-sparc: Implement setcond, setcond2.
2010-01-12 Richard Hendersontcg-sparc: Implement ext32[su]_i64
2010-01-12 Richard Hendersontcg-sparc: Implement division properly.
2010-01-12 Richard Hendersontcg-sparc: Do not remove %o[012] from 'r' constraint.
2010-01-12 Richard Hendersontcg-sparc: Implement add2, sub2, mulu2.
2010-01-12 Richard Hendersontcg-sparc: Add tcg_out_arithc.
2009-12-21 Richard Hendersontcg-sparc: Implement brcond2.
2009-12-21 Richard Hendersontcg-sparc: Use TCG_TARGET_REG_BITS in conditional compi...
2009-12-21 Richard Hendersontcg-sparc: Improve tcg_out_movi for sparc64.
2009-12-21 Richard Hendersontcg-sparc: Fix imm13 check in movi.
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-04-04 blueswir1Fix branches and TLB matches for 64 bit targets
2009-04-04 blueswir1Allocate space for static call args, increase stack...
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-08 blueswir1Prune unused TCG_AREGs
2008-10-05 blueswir1Add some missing static and const qualifiers, reg_names...
2008-09-13 blueswir1Use 64 bit loads for tlb addend only if addend size...
2008-09-13 blueswir1Fix stack alignment on Sparc32 host
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-17 blueswir1Fix 64 bit constant generation
2008-08-17 blueswir1Fix 32 bit address overflow
2008-08-17 blueswir1Restore AREG0 after calls
2008-08-16 blueswir1Sparc code generator update (fix qemu_ld & qemu_st)
next