2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2008-12-20 |
ths | Fix remaining compiler warnings for mips targets. |
blob | commitdiff | raw | diff to current |
2008-12-07 |
aurel32 | MIPS: remove a few warnings |
blob | commitdiff | raw | diff to current |
2008-11-17 |
pbrook | TCG variable type checking. |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: convert bit shuffle ops to TCG |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: convert bitfield ops to TCG |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aurel32 | target-mips: fix mft* helpers/call |
blob | commitdiff | raw | diff to current |
2008-10-06 |
blueswir1 | Show size for unassigned accesses (Robert Reif) |
blob | commitdiff | raw | diff to current |
2008-09-18 |
ths | Move the active FPU registers into env again, and use... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
aurel32 | MIPS: Fix tlbwi/tlbwr |
blob | commitdiff | raw | diff to current |
2008-07-23 |
ths | Use plain standard inline. |
blob | commitdiff | raw | diff to current |
2008-07-23 |
ths | Less hardcoding of TARGET_USER_ONLY. |
blob | commitdiff | raw | diff to current |
2008-07-09 |
ths | Use temporary registers for the MIPS FPU emulation. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
ths | Remove unnecessary helper arguments, and fix some typos. |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | Avoid unused input arguments which triggered tcg errors... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | Remove remaining uses of T0 in the MIPS target. |
blob | commitdiff | raw | diff to current |
2008-06-24 |
ths | Use temporaries instead of fixed registers for some... |
blob | commitdiff | raw | diff to current |
2008-06-23 |
ths | Pass T0/T1 explicitly to helper functions, and clean... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
ths | Convert unaligned load/store to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-20 |
ths | Convert vr54xx multiply instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
ths | Convert remaining MIPS FP instructions to TCG. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch the standard multiplication instructions to... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | Switch bitfield instructions and assorted special ops... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
ths | TCGify a few more instructions. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
ths | Switch remaining CP0 instructions to TCG or helper... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
ths | Fix build failure for MIPS64 targets on 64-bit hosts. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
ths | Switch MIPS clo/clz and the condition tests to TCG. |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
bellard | fixed do_restore_state() |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
ths | Fix broken absoluteness check for cabs.d.*. |
blob | commitdiff | raw | diff to current |
2007-12-25 |
ths | Support for VR5432, and some of its special instruction... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
ths | Avoid host FPE for overflowing division on MIPS, by... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
pbrook | Add strict checking mode for softfp code. |
blob | commitdiff | raw | diff to current |
2007-11-18 |
ths | Fix MIPS64 R2 instructions. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Fix int/float inconsistencies. |
blob | commitdiff | raw | diff to current |
2007-11-08 |
ths | Clean out the N32 macros from target-mips, and introduc... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
ths | Implement missing MIPS supervisor mode bits. |
blob | commitdiff | raw | diff to current |
2007-10-27 |
ths | Add sharable clz/clo inline functions and use them... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
ths | Handle IBE on MIPS properly. |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-10-09 |
ths | Use always_inline in the MIPS support where applicable. |
blob | commitdiff | raw | diff to current |
2007-10-09 |
ths | Fix [ls][wd][lr] instructions, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-09-30 |
ths | Code provision for n32/n64 mips userland emulation... |
blob | commitdiff | raw | diff to current |
2007-09-29 |
ths | Less magic constants. |
blob | commitdiff | raw | diff to current |
2007-09-28 |
ths | Fix MIPS FP underflow handling, spotted by Daniel Jacob... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
ths | Timer start/stop implementation, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
ths | Simplify round/ceil/floor implementation, spotted by... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
ths | Fix computation for ceil, floor and round instructions. |
blob | commitdiff | raw | diff to current |
2007-06-26 |
ths | Implement recip1/recip2/rsqrt1/rsqrt2. |
blob | commitdiff | raw | diff to current |
2007-06-23 |
ths | Handle MIPS64 SEGBITS value correctly. |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
blob | commitdiff | raw | diff to current |
2007-05-31 |
ths | Add proper float*_is_nan prototypes. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
ths | Fix ddivu for 32bit hosts, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-20 |
ths | Catch more MIPS FPU cornercases, fix addr.ps and mulr... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
ths | More MIPS 64-bit FPU support. |
blob | commitdiff | raw | diff to current |
2007-05-18 |
ths | - Move FPU exception handling into helper functions... |
blob | commitdiff | raw | diff to current |
2007-05-16 |
ths | More generic 64 bit multiplication support, by Aurelien... |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | Full MIPS64 MMU implementation, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MMU code improvements, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | MIPS TLB style selection at runtime, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-04-17 |
ths | Choose number of TLBs at runtime, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-04-15 |
ths | Fix qemu SIGFPE caused by division-by-zero due to under... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
ths | Delete unused define. |
blob | commitdiff | raw | diff to current |
2007-04-13 |
ths | Nicer Log formatting. |
blob | commitdiff | raw | diff to current |
2007-04-06 |
ths | Save state for all CP0 instructions, they may throw... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
ths | Fix rotr immediate ops, mask shift/rotate arguments... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
ths | Build fix for 64bit machines. (This is still not correc... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | Actually enable 64bit configuration. |
blob | commitdiff | raw | diff to current |
2007-04-01 |
ths | MIPS64 configurations. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
ths | Sanitize mips exception handling. |
blob | commitdiff | raw | diff to current |
2007-03-23 |
ths | Fix enough FPU/R2 support to get 24Kf going. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
ths | MIPS FPU dynamic activation, part 1, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-02-20 |
ths | Replace TLSZ with TARGET_FMT_lx. |
blob | commitdiff | raw | diff to current |
2007-02-18 |
ths | Fix sign-extension of VPN field in TLB, by Herve Poussi... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
ths | Reworking MIPS interrupt handling, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
ths | Implementing dmfc/dmtc. |
blob | commitdiff | raw | diff to current |
2007-01-22 |
ths | Fix PageMask handling, second part. |
blob | commitdiff | raw | diff to current |
2007-01-21 |
ths | Bring TLB / PageSize handling in line with real hardwar... |
blob | commitdiff | raw | diff to current |
2007-01-03 |
bellard | moved invalidate_tlb() to helper.c as a work around... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
ths | Simplify code and fix formatting. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Scrap SIGN_EXTEND32. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
ths | Preliminiary MIPS64 support, disabled by default due... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Add MIPS32R2 instructions, and generally straighten... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Dynamically translate MIPS mtc0 instructions. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | Dynamically translate MIPS mfc0 instructions. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
ths | MIPS TLB performance improvements, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2006-11-12 |
pbrook | Avoid redundant TLB flushes (Daniel Jacobowitz). |
blob | commitdiff | raw | diff to current |
2006-06-26 |
bellard | consistent update of ERL and EXL |
blob | commitdiff | raw | diff to current |
2006-06-14 |
bellard | MIPS FPU support (Marius Goeger) |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | fix wrong bitmasks for CP0_Context and CP0_EntryHi... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
bellard | cosmetics (Thiemo Seufer) |
blob | commitdiff | raw | diff to current |
2006-04-23 |
bellard | removed unnecessary header |
blob | commitdiff | raw | diff to current |
2006-03-11 |
pbrook | Avoid flushing of global TLB entries for differing... |
blob | commitdiff | raw | diff to current |
next |