Age | Commit message (Expand) | Author |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-04-17 | target-ppc: fix SPE comparison functions | Aurelien Jarno |
2011-04-17 | softfloat: rename float*_eq() into float*_eq_quiet() | Aurelien Jarno |
2011-04-12 | target-ppc: remove #ifdef FLOAT128 | Aurelien Jarno |
2011-04-08 | Use existing helper function to implement popcntd instruction | David Gibson |
2011-04-01 | Correct ppc popcntb logic, implement popcntw and popcntd | David Gibson |
2011-04-01 | Implement missing parts of the logic for the POWER PURR | David Gibson |
2011-04-01 | Implement PowerPC slbmfee and slbmfev instructions | David Gibson |
2011-04-01 | Clean up PowerPC SLB handling code | David Gibson |
2011-01-20 | target-ppc: fix wrong NaN tests | Aurelien Jarno |
2011-01-20 | target-ppc: fix sNaN propagation | Aurelien Jarno |
2011-01-06 | target-ppc: use float32_is_any_nan() | Aurelien Jarno |
2011-01-06 | target-ppc: fix default qNaN | Aurelien Jarno |
2011-01-06 | target-ppc: remove PRECISE_EMULATION define | Aurelien Jarno |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell |
2010-10-13 | ppc: avoid write only variables | Blue Swirl |
2010-10-05 | ppc: Minor 40x MMU fixes | John Clark |
2010-09-18 | PPC: Suppress gcc warnings with -Wtype-limits | Blue Swirl |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno |
2010-05-31 | target-ppc: fix RFI by clearing some bits of MSR | Thomas Monjalon |
2010-02-06 | target-ppc: change DCR helpers to target_long arguments | Aurelien Jarno |
2010-01-14 | ppc-40x: Correct check for Endian swapping TLB entries. | Edgar E. Iglesias |
2010-01-14 | ppc-40x: Get TLB attributes from TLBLO. | Edgar E. Iglesias |
2009-12-21 | PPC: Make DCR uint32_t | Alexander Graf |
2009-12-21 | PPC64: Fix alternate timebase | Aurelien Jarno |
2009-12-21 | PPC64: Fix timebase | Alexander Graf |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-08-16 | Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx | Blue Swirl |
2009-08-16 | Replace always_inline with inline | Blue Swirl |
2009-08-03 | target-ppc: retain l{w,d}arx loaded value | Nathan Froyd |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-06-13 | Fix mingw32 build warnings | Blue Swirl |
2009-05-13 | Fix typo that leads to out of bounds array access on big endian systems | malc |
2009-03-09 | targe-ppc: optimize mfcr and mtcrf | aurel32 |
2009-03-07 | Fix RFI(d) | blueswir1 |
2009-03-07 | Implement slbmte | blueswir1 |
2009-02-09 | target-ppc: Add vrsqrtefp instruction | aurel32 |
2009-02-09 | target-ppc: Add vrefp instruction | aurel32 |
2009-02-09 | target-ppc: Add vct{u,s}xs instructions | aurel32 |
2009-02-09 | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 |
2009-02-09 | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 |
2009-02-09 | target-ppc: Add v{add,sub}fp instructions | aurel32 |
2009-02-09 | target-ppc: Add v{max,min}fp instructions | aurel32 |
2009-02-05 | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 |
2009-02-05 | target-ppc: add vrlogefp instruction | aurel32 |
2009-02-04 | target-ppc: fix previous commit | aurel32 |
2009-02-04 | target-ppc: use the new float constants | aurel32 |
2009-02-04 | Add vcf{u,s}x instructions | aurel32 |