kvm: Improve upgrade notes when facing unsupported kernels
[qemu] / tcg / sparc /
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