Age | Commit message (Expand) | Author |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |
2016-11-23 | target-ppc: fix index array of national digits | Jose Ricardo Ziviani |
2016-11-15 | target-ppc: Implement bcdctz. instruction | Jose Ricardo Ziviani |
2016-11-15 | target-ppc: Implement bcdcfz. instruction | Jose Ricardo Ziviani |
2016-11-15 | target-ppc: Implement bcdctn. instruction | Jose Ricardo Ziviani |
2016-11-15 | target-ppc: Implement bcdcfn. instruction | Jose Ricardo Ziviani |
2016-11-15 | target-ppc: add vprtyb[w/d/q] instructions | Ankit Kumar |
2016-11-15 | target-ppc: add vrldnm and vrlwnm instructions | Bharata B Rao |
2016-11-15 | target-ppc: add vrldnmi and vrlwmi instructions | Gautham R. Shenoy |
2016-10-28 | target-ppc: implement vnegw/d instructions | Nikunj A Dadhania |
2016-10-14 | target-ppc: implement vexts[bh]2w and vexts[bhw]2d | Nikunj A Dadhania |
2016-10-05 | target-ppc: add vclzlsbb/vctzlsbb instructions | Rajalakshmi Srinivasaraghavan |
2016-10-05 | target-ppc: add vector compare not equal instructions | Rajalakshmi Srinivasaraghavan |
2016-09-23 | target-ppc: implement darn instruction | Ravi Bangoria |
2016-09-23 | target-ppc: add vector permute right indexed instruction | Rajalakshmi Srinivasaraghavan |
2016-09-23 | target-ppc: add vector bit permute doubleword instruction | Rajalakshmi Srinivasaraghavan |
2016-09-23 | target-ppc: add vector count trailing zeros instructions | Rajalakshmi Srinivasaraghavan |
2016-09-23 | target-ppc: add vector extract instructions | Rajalakshmi Srinivasaraghavan |
2016-09-23 | target-ppc: add vector insert instructions | Rajalakshmi Srinivasaraghavan |
2016-09-07 | target-ppc: add vsrv instruction | Vivek Andrew Sha |
2016-09-07 | target-ppc: add vslv instruction | Vivek Andrew Sha |
2016-09-07 | target-ppc: add vcmpnez[b,h,w][.] instructions | Swapnil Bokade |
2016-09-07 | target-ppc: add vabsdu[b,h,w] instructions | Sandipan Das |
2016-09-07 | target-ppc: add cmpeqb instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add cnttzw[.] instruction | Nikunj A Dadhania |
2016-09-07 | target-ppc: add cnttzd[.] instruction | Sandipan Das |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-01-29 | ppc: Clean up includes | Peter Maydell |
2015-09-20 | target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor | Aurelien Jarno |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange |
2014-11-04 | target-ppc: Fix vcmpbfp. Unordered Case | Tom Musta |
2014-11-04 | target-ppc: Fix Altivec Shifts | Tom Musta |
2014-11-04 | target-ppc: simplify AES emulation | Aurelien Jarno |
2014-11-04 | ppc: fix result of DLMZB when no zero bytes are found | Paolo Bonzini |
2014-11-04 | ppc: use CRF_* in int_helper.c | Paolo Bonzini |
2014-09-08 | target-ppc: Implement mulldo with TCG | Tom Musta |
2014-09-08 | target-ppc: Bug Fix: srad | Tom Musta |
2014-09-08 | target-ppc: Bug Fix: mulldo OV Detection | Tom Musta |
2014-06-16 | target-ppc: Refactor AES Instructions | Tom Musta |
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson |
2014-03-19 | target-ppc: Add missing 'static' and 'const' attributes | Stefan Weil |
2014-03-15 | misc: Fix typos in comments | Stefan Weil |
2014-03-05 | target-ppc: Altivec 2.07: Vector Permute and Exclusive OR | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector SHA Sigma Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: AES Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Binary Coded Decimal Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Gather Bits by Bytes | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Doubleword Compares | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: vbpermq Instruction | Tom Musta |