Age | Commit message (Expand) | Author | Files | Lines |
2011-04-01 | Clean up PowerPC SLB handling code | David Gibson | 1 | -6/+3 |
2011-01-20 | target-ppc: fix wrong NaN tests | Aurelien Jarno | 1 | -17/+28 |
2011-01-20 | target-ppc: fix sNaN propagation | Aurelien Jarno | 1 | -69/+78 |
2011-01-06 | target-ppc: use float32_is_any_nan() | Aurelien Jarno | 1 | -3/+2 |
2011-01-06 | target-ppc: fix default qNaN | Aurelien Jarno | 1 | -2/+2 |
2011-01-06 | target-ppc: remove PRECISE_EMULATION define | Aurelien Jarno | 1 | -47/+11 |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell | 1 | -29/+29 |
2010-10-13 | ppc: avoid write only variables | Blue Swirl | 1 | -3/+3 |
2010-10-05 | ppc: Minor 40x MMU fixes | John Clark | 1 | -25/+49 |
2010-09-18 | PPC: Suppress gcc warnings with -Wtype-limits | Blue Swirl | 1 | -25/+25 |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno | 1 | -0/+10 |
2010-05-31 | target-ppc: fix RFI by clearing some bits of MSR | Thomas Monjalon | 1 | -3/+3 |
2010-02-06 | target-ppc: change DCR helpers to target_long arguments | Aurelien Jarno | 1 | -6/+6 |
2010-01-14 | ppc-40x: Correct check for Endian swapping TLB entries. | Edgar E. Iglesias | 1 | -5/+7 |
2010-01-14 | ppc-40x: Get TLB attributes from TLBLO. | Edgar E. Iglesias | 1 | -1/+1 |
2009-12-21 | PPC: Make DCR uint32_t | Alexander Graf | 1 | -5/+5 |
2009-12-21 | PPC64: Fix alternate timebase | Aurelien Jarno | 1 | -1/+1 |
2009-12-21 | PPC64: Fix timebase | Alexander Graf | 1 | -1/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -83/+83 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -83/+83 |
2009-08-16 | Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx | Blue Swirl | 1 | -34/+36 |
2009-08-16 | Replace always_inline with inline | Blue Swirl | 1 | -40/+40 |
2009-08-03 | target-ppc: retain l{w,d}arx loaded value | Nathan Froyd | 1 | -2/+2 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -15/+15 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-06-13 | Fix mingw32 build warnings | Blue Swirl | 1 | -1/+15 |
2009-05-13 | Fix typo that leads to out of bounds array access on big endian systems | malc | 1 | -1/+1 |
2009-03-09 | targe-ppc: optimize mfcr and mtcrf | aurel32 | 1 | -24/+0 |
2009-03-07 | Fix RFI(d) | blueswir1 | 1 | -3/+3 |
2009-03-07 | Implement slbmte | blueswir1 | 1 | -2/+6 |
2009-02-09 | target-ppc: Add vrsqrtefp instruction | aurel32 | 1 | -0/+11 |
2009-02-09 | target-ppc: Add vrefp instruction | aurel32 | 1 | -0/+10 |
2009-02-09 | target-ppc: Add vct{u,s}xs instructions | aurel32 | 1 | -0/+27 |
2009-02-09 | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 1 | -0/+68 |
2009-02-09 | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 1 | -0/+37 |
2009-02-09 | target-ppc: Add v{add,sub}fp instructions | aurel32 | 1 | -0/+14 |
2009-02-09 | target-ppc: Add v{max,min}fp instructions | aurel32 | 1 | -0/+18 |
2009-02-05 | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 | 1 | -1/+1 |
2009-02-05 | target-ppc: add vrlogefp instruction | aurel32 | 1 | -0/+10 |
2009-02-04 | target-ppc: fix previous commit | aurel32 | 1 | -1/+4 |
2009-02-04 | target-ppc: use the new float constants | aurel32 | 1 | -12/+6 |
2009-02-04 | Add vcf{u,s}x instructions | aurel32 | 1 | -0/+13 |
2009-02-04 | Add vrfi{m,n,p,z} instructions | aurel32 | 1 | -0/+18 |
2009-02-04 | Add various NaN-handling macros | aurel32 | 1 | -0/+21 |
2009-02-03 | Make mtvscr use a helper | aurel32 | 1 | -0/+10 |
2009-02-03 | Rename spe_status to vec_status | aurel32 | 1 | -56/+56 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 1 | -25/+8 |
2009-01-15 | Clean up debugging code #ifdefs (Eduardo Habkost) | aliguori | 1 | -45/+19 |
2009-01-08 | Add v{add, sub}{s, u}{b, h, w}s instructions | aurel32 | 1 | -0/+39 |
2009-01-08 | Add vspltis{b,h,w} instructions | aurel32 | 1 | -0/+14 |