Add FRQCR read support, by Magnus Damm.
[qemu] / target-sparc /
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-24 blueswir1 CPU boot mode
2007-09-23 blueswir1 Add missing break statements
2007-09-21 blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-20 blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20 blueswir1 Detabify
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-08-04 blueswir1 Fix Sparc32 interrupt handling
2007-07-11 blueswir1 More alignment checks
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-08 blueswir1 Save state in Sparc64 return op
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-07-07 blueswir1 Use unsigned 32-bit load for ld/lduw
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-07 blueswir1 Fix Sparc64 page size
2007-07-04 blueswir1 Fix Sparc64 movr
2007-06-25 blueswir1 Drop unused parameters
2007-06-10 blueswir1 Fix Sparc64 prefetcha op
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-01 blueswir1Enable 36-bit physical address space also on 32-bit...
2007-06-01 blueswir1Sparc64 linux-user build fix
2007-05-27 blueswir1Separate fault for code access to unassigned memory
2007-05-25 blueswir1Implement Sparc64 CPU timers using ptimers
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Enable faults for unassigned memory accesses and unimpl...
2007-05-07 blueswir1Enable unaligned access faults
2007-05-07 blueswir1Fix pc/npc for unaligned load/stores, maybe other excep...
2007-05-06 blueswir1Report unassigned memory access to CPU (not enabled...
2007-05-02 blueswir1Handle division by zero case in Sparc64 udivx and sdivx ops
2007-04-29 blueswir1More Sparc32 CPUs
2007-04-29 blueswir1Fix CPU type zapped by system_reset
2007-04-22 blueswir1Sparc64 update: more VIS ops
2007-04-22 blueswir1Constification
2007-04-13 blueswir1Fix Sparc64 wrfprs, move VIS ops where they belong...
2007-04-13 blueswir1Alignment check mechanism (not fully enabled yet) ...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-06 blueswir1Full implementation of IEEE exceptions (Aurelien Jarno)
2007-04-06 blueswir1Enforce even float register pair for double register...
2007-04-05 blueswir1Fix stdfq op (Aurelien Jarno)
2007-04-05 blueswir1Fix co-processor branch and store ops (Aurelien Jarno)
2007-04-01 blueswir1Fix off-by-one error
2007-04-01 blueswir1Add SparcStation-10 machine
2007-04-01 blueswir1Fix Sparc shift ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc lda/ldda/sta/stda asi handling, fault on...
2007-04-01 blueswir1Fix Sparc co-processor ops (Aurelien Jarno)
2007-04-01 blueswir1Fix Sparc ASR handling (Aurelien Jarno)
2007-03-25 blueswir1Sparc32/64 CPU selection
2007-03-24 blueswir1Upgrade Sparc FPU version (based on patch by Aurelien...
2007-03-23 blueswir1Sparc tagged operations (Aurelien Jarno)
2007-03-21 blueswir1Fix Sparc branches, original patch by Aurelien Jarno
2007-03-19 thsFix qemu crash due to sparc division-by-zero, by Aureli...
2007-03-19 thsSPARC host fixes, by Ben Taylor.
2007-02-10 thsFix floating point to integer conversion, by Aurelien...
2007-02-02 thsSparc arm/mips/sparc register patch, by Martin Bochnig.
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-12-06 thssparc-softmmu build fix
2006-10-23 bellardwrwim insn fix (Paul Robinson)
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-18 bellardsparc64 fixes (Blue Swirl)
2006-06-26 bellardSPARC FPU optimization (Blue Swirl)
2006-06-25 bellardC99 64 bit printf
2006-06-25 bellardcpu_get_phys_page_debug fix (Blue Swirl)
2006-06-23 bellardSparc64 BPr branch target fix (Blue Swirl)
2006-06-21 bellardfixed sparc64 cpu fp save/restore
2006-06-21 bellardsoft floats for SPARC (Blue Swirl)
2006-06-21 bellardsparc branch fix (Blue Swirl)
2006-06-18 pbrookSparc64 insn fixes (Blue Swirl).
2006-06-14 bellardFPU fix (Joerg Platte)
2006-06-14 bellardMMU no fault fix
2006-04-23 bellardsparc condition code computation fix (Even Rouault)
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-12-05 bellardPAGE_EXEC support (Blue Swirl)
2005-11-21 bellardcpu_single_env usage fix
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-11-11 bellardsparc merge (Blue Swirl)
2005-10-30 bellardavoid using physical accesses in user emulation
2005-10-30 bellardendianness fix
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-10-30 bellardSparc64 add/sub flag bugs fixed (Blue Swirl)
2005-10-30 bellardrestore regwptr (Blue Swirl)
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-07-04 bellardcorrect split between helper.c and op_helper.c
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-24 bellardMMU fix (Blue Swirl)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-04-10 bellardfixed MMU bug on code page boundary
2005-04-06 bellarddefaut case (Blue Swirl)
2005-03-20 bellardsparc exception fix (we go up to the shell prompt)
2005-03-13 bellardsoft float support
2005-03-13 bellardadd missing FORCE_RET (Paul Brook)
2005-03-13 bellardsparc fixes (Blue Swirl)
2005-03-01 bellardx86_64 support
2005-02-22 bellardMMU fixes
2005-02-22 bellardPSR.PS fix (Blue Swirl)
next