Age | Commit message (Expand) | Author |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-28 | target-ppc: log instructions start in TCG code | Aurelien Jarno |
2009-09-25 | static and inline should came before the type of the functions | Juan Quintela |
2009-09-18 | target-ppc: optimize slw/srw/sld/srd | Aurelien Jarno |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-08-16 | Replace REGX with PRIx64 | Blue Swirl |
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: add exceptions for conditional stores | Nathan Froyd |
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-07-13 | ppc tcg: fix wrong bit/mask of wrteei | Baojun Wang |
2009-07-12 | target-ppc: fix evmergelo and evmergelohi | Nathan Froyd |
2009-06-20 | Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used | malc |
2009-06-17 | Replace ELF section hack with normal table | Blue Swirl |
2009-06-17 | Concentrate rest of table entries to top | Blue Swirl |
2009-06-17 | Concentrate most table entries to top | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER2 | Blue Swirl |
2009-06-17 | Clean up GEN_HANDLER | Blue Swirl |
2009-05-16 | target-ppc: expose cpu capability flags | Nathan Froyd |
2009-04-13 | Fix ppc-softmmu warnings on OpenBSD host | blueswir1 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 |
2009-03-29 | target-ppc: avoid nop to override next instruction | aurel32 |
2009-03-13 | target-ppc: use the new bswap* TCG ops | aurel32 |
2009-03-13 | tcg: rename bswap_i32/i64 functions | aurel32 |
2009-03-09 | targe-ppc: optimize mfcr and mtcrf | aurel32 |
2009-03-07 | Fix mfcr on ppc64-softmmu | aurel32 |
2009-03-07 | Implement mtfsf.L encoding | blueswir1 |
2009-03-07 | Implment tlbiel | blueswir1 |
2009-03-07 | Implement slbmte | blueswir1 |
2009-03-07 | Sparse fixes: add extern to ELF opcode tables to avoid warnings | blueswir1 |
2009-03-03 | target-ppc: improve mfcr/mtcrf | aurel32 |
2009-03-02 | Fix mtcrf/mfcr | malc |
2009-02-28 | Fix typo in gen_qemu_ld32s | blueswir1 |
2009-02-19 | Fix branch debugging | blueswir1 |
2009-02-09 | target-ppc: Model SPE floating-point instructions more accurately | aurel32 |
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 | Add vcf{u,s}x instructions | aurel32 |
2009-02-04 | Add vrfi{m,n,p,z} instructions | aurel32 |
2009-02-03 | Make mtvscr use a helper | aurel32 |