]> git.proxmox.com Git - qemu.git/history - tcg/sparc
Version 1.0.1
[qemu.git] / tcg / sparc /
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)
2008-08-15 blueswir1Sparc code generator update
2008-07-26 blueswir1Try to avoid glibc global register mangling, again
2008-07-07 blueswir1Fix 64 bit constant generation
2008-05-25 blueswir1Implement byte swapping accesses
2008-05-24 blueswir1Implement 64-bit constant loads
2008-05-24 blueswir1Use sethi and arith functions, fix comment
2008-05-24 blueswir1Fix stack offsets and alignment
2008-05-24 blueswir1Define stack offsets
2008-05-18 blueswir1Fix constant checks on Sparc64 host
2008-05-17 blueswir1Fix qemu_ld/st branches, constification, use orcc for...
2008-05-16 blueswir1Implement qemu_ld/st, fix brcond, handle more corner...
2008-05-15 blueswir1Implement brcond, ldst with large offset; fix direct...
2008-05-15 blueswir1Fix bit fitting checks
2008-05-14 blueswir1Fix compilation on Sparc host, implement ld and st
2008-04-12 aurel32HPPA (PA-RISC) host support
2008-03-13 blueswir1 Fix i32 memory backed variables on 64-bit host
2008-03-11 blueswir1 Remove blank elements in tcg_target_reg_alloc_order...
2008-03-08 blueswir1 Add function prologue, fix pointer load on Sparc64...
2008-03-07 blueswir1 Update based on Stuart Brady's comments
2008-02-29 blueswir1 Fix register references (Igor Kovalenko)
2008-02-27 blueswir1 Preliminary Sparc TCG target