Age | Commit message (Expand) | Author |
2009-01-04 | Add vs{l,r}o instructions. | aurel32 |
2009-01-04 | Add vsl{b,h,w} instructions. | aurel32 |
2009-01-04 | Add vsr{,a}{b,h,w} instructions. | aurel32 |
2009-01-04 | Add vmul{e,o}{s,u}{b,h} instructions. | aurel32 |
2009-01-04 | Add vmrg{l,h}{b,h,w} instructions. | aurel32 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 |
2009-01-03 | Add v{min, max}{s, u}{b, h, w} instructions. | aurel32 |
2009-01-03 | Add vavg{s,u}{b,h,w} instructions. | aurel32 |
2009-01-03 | Add v{add,sub}u{b,h,w}m instructions. | aurel32 |
2009-01-03 | Add GEN_VXFORM macro for subsequent instructions. | aurel32 |
2009-01-03 | Fix TCG error in gen_avr_ptr. | aurel32 |
2009-01-03 | target-ppc: fix TGC type mismatch introduced by r6146 | aurel32 |
2009-01-01 | tcg_temp_local_new should take no parameter | aurel32 |
2008-12-18 | target-ppc: add gen_avr_ptr function. | aurel32 |
2008-12-18 | target-ppc: add Altivec logical operations | aurel32 |
2008-12-15 | target-ppc: update nip before calling an helper in FP instructions | aurel32 |
2008-12-15 | target-ppc: fix TCGv type in fcmpu/fcmpo | aurel32 |
2008-12-14 | target-ppc: fix fcmp{o,u} instructions | aurel32 |
2008-12-14 | target-ppc: remove FPRF optimization | aurel32 |
2008-12-14 | target-ppc: fix mtfsb0 and mtfsb1 | aurel32 |
2008-12-14 | target-ppc: display FPSCR in register dump | aurel32 |
2008-12-14 | target-ppc: fix mbar opcode | aurel32 |
2008-12-13 | target-ppc: fix compilation with CONFIG_SOFTFLOAT | aurel32 |
2008-12-11 | target-ppc: rework exception code | aurel32 |
2008-12-11 | target-ppc: remove dead code | aurel32 |
2008-12-08 | target-ppc: memory load/store rework | aurel32 |
2008-12-07 | target-ppc: kill a few warnings | aurel32 |
2008-12-07 | target-ppc: disable single stepping | aurel32 |
2008-12-07 | target-ppc: Fix use of uninitialized TCG variable in tlbiva | aurel32 |
2008-12-07 | target-ppc: convert SPR accesses to TCG | aurel32 |
2008-12-06 | target-ppc: remove dead code | aurel32 |
2008-12-06 | target-ppc: convert SLB/TLB instructions to TCG | aurel32 |
2008-12-06 | target-ppc: convert dcr load/store to TCG | aurel32 |
2008-12-06 | target-ppc: convert msr load/store to TCG | aurel32 |
2008-12-06 | target-ppc: convert POWER bridge instructions to TCG | aurel32 |
2008-12-05 | target-ppc: convert POWER shift instructions to TCG | aurel32 |
2008-12-05 | target-ppc: add functions to load/store SPR | aurel32 |
2008-11-30 | target-ppc: convert PPC 440 instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert return from interrupt instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert external load/store instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert load/store with reservation instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert lscbx instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert load/store string instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert icbi instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert dcbz instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert load/store multiple instructions to TCG | aurel32 |
2008-11-30 | target-ppc: convert wait instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert mfrom instruction to TCG | aurel32 |
2008-11-30 | target-ppc: convert software TLB instructions to TCG | aurel32 |
2008-11-27 | target-ppc: convert POWER2 load/store instructions to TCG | aurel32 |