]> git.proxmox.com Git - qemu.git/history - tcg/sparc/tcg-target.h
tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.
[qemu.git] / tcg / sparc / tcg-target.h
2010-06-16 Richard Hendersontcg: Optionally sign-extend 32-bit arguments for 64...
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 Paolo Bonziniremove remaining occurrences AREG[1-9] and TCG_AREG...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
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-01-12 Richard Hendersontcg-sparc: Implement ext32[su]_i64
2010-01-12 Richard Hendersontcg-sparc: Implement division properly.
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
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-09-13 blueswir1Fix stack alignment on Sparc32 host
2008-08-15 blueswir1Sparc code generator update
2008-07-26 blueswir1Try to avoid glibc global register mangling, again
2008-05-24 blueswir1Fix stack offsets and alignment
2008-05-24 blueswir1Define stack offsets
2008-05-14 blueswir1Fix compilation on Sparc host, implement ld and st
2008-03-08 blueswir1 Add function prologue, fix pointer load on Sparc64...
2008-02-27 blueswir1 Preliminary Sparc TCG target