Age | Commit message (Expand) | Author | Files | Lines |
2007-06-03 | Move target-specific defines to the target directories. | ths | 1 | -0/+6 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 1 | -0/+10 |
2007-06-01 | Enable 36-bit physical address space also on 32-bit hosts | blueswir1 | 1 | -0/+2 |
2007-06-01 | Sparc64 linux-user build fix | blueswir1 | 1 | -0/+8 |
2007-05-27 | Separate fault for code access to unassigned memory | blueswir1 | 2 | -2/+10 |
2007-05-25 | Implement Sparc64 CPU timers using ptimers | blueswir1 | 4 | -7/+58 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 | 3 | -25/+82 |
2007-05-17 | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 3 | -17/+118 |
2007-05-07 | Enable unaligned access faults | blueswir1 | 1 | -4/+5 |
2007-05-07 | Fix pc/npc for unaligned load/stores, maybe other exceptions | blueswir1 | 1 | -0/+1 |
2007-05-06 | Report unassigned memory access to CPU (not enabled yet) | blueswir1 | 1 | -1/+4 |
2007-05-02 | Handle division by zero case in Sparc64 udivx and sdivx ops | blueswir1 | 1 | -0/+6 |
2007-04-29 | More Sparc32 CPUs | blueswir1 | 1 | -3/+20 |
2007-04-29 | Fix CPU type zapped by system_reset | blueswir1 | 1 | -2/+2 |
2007-04-22 | Sparc64 update: more VIS ops | blueswir1 | 3 | -36/+884 |
2007-04-22 | Constification | blueswir1 | 1 | -7/+7 |
2007-04-13 | Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops | blueswir1 | 2 | -38/+111 |
2007-04-13 | Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) | blueswir1 | 4 | -2/+18 |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 1 | -2/+2 |
2007-04-06 | Full implementation of IEEE exceptions (Aurelien Jarno) | blueswir1 | 4 | -14/+154 |
2007-04-06 | Enforce even float register pair for double register ops (Aurelien Jarno) | blueswir1 | 1 | -1/+1 |
2007-04-05 | Fix stdfq op (Aurelien Jarno) | blueswir1 | 2 | -2/+16 |
2007-04-05 | Fix co-processor branch and store ops (Aurelien Jarno) | blueswir1 | 1 | -9/+13 |
2007-04-01 | Fix off-by-one error | blueswir1 | 1 | -2/+2 |
2007-04-01 | Add SparcStation-10 machine | blueswir1 | 1 | -0/+7 |
2007-04-01 | Fix Sparc shift ops (Aurelien Jarno) | blueswir1 | 2 | -9/+17 |
2007-04-01 | Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st... | blueswir1 | 3 | -2/+40 |
2007-04-01 | Fix Sparc co-processor ops (Aurelien Jarno) | blueswir1 | 2 | -1/+27 |
2007-04-01 | Fix Sparc ASR handling (Aurelien Jarno) | blueswir1 | 1 | -4/+24 |
2007-03-25 | Sparc32/64 CPU selection | blueswir1 | 2 | -9/+75 |
2007-03-24 | Upgrade Sparc FPU version (based on patch by Aurelien Jarno) | blueswir1 | 2 | -2/+3 |
2007-03-23 | Sparc tagged operations (Aurelien Jarno) | blueswir1 | 3 | -2/+194 |
2007-03-21 | Fix Sparc branches, original patch by Aurelien Jarno | blueswir1 | 1 | -12/+12 |
2007-03-19 | Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. | ths | 1 | -0/+10 |
2007-03-19 | SPARC host fixes, by Ben Taylor. | ths | 1 | -18/+1 |
2007-02-10 | Fix floating point to integer conversion, by Aurelien Jarno. | ths | 1 | -4/+4 |
2007-02-02 | Sparc arm/mips/sparc register patch, by Martin Bochnig. | ths | 1 | -0/+22 |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths | 1 | -2/+1 |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths | 1 | -0/+6 |
2006-12-06 | sparc-softmmu build fix | ths | 1 | -2/+2 |
2006-10-23 | wrwim insn fix (Paul Robinson) | bellard | 2 | -1/+10 |
2006-07-18 | Sparc64 user emulator fixes (Blue Swirl) | bellard | 1 | -0/+4 |
2006-07-18 | sparc64 fixes (Blue Swirl) | bellard | 3 | -3/+69 |
2006-06-26 | SPARC FPU optimization (Blue Swirl) | bellard | 3 | -35/+44 |
2006-06-25 | C99 64 bit printf | bellard | 2 | -12/+12 |
2006-06-25 | cpu_get_phys_page_debug fix (Blue Swirl) | bellard | 1 | -1/+2 |
2006-06-23 | Sparc64 BPr branch target fix (Blue Swirl) | bellard | 1 | -1/+1 |
2006-06-21 | fixed sparc64 cpu fp save/restore | bellard | 1 | -1/+0 |
2006-06-21 | soft floats for SPARC (Blue Swirl) | bellard | 3 | -281/+97 |
2006-06-21 | sparc branch fix (Blue Swirl) | bellard | 1 | -5/+5 |