]> git.proxmox.com Git - mirror_qemu.git/history - target-ppc/translate.c
monitor: add PPC BookE SPRs
[mirror_qemu.git] / target-ppc / translate.c
2011-05-09 Scott Woodmonitor: add PPC BookE SPRs
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-20 Stefan WeilRemove unused function parameters from gen_pc_load...
2011-04-09 Stefan WeilFix conversions from pointer to tcg_target_long
2011-04-01 David GibsonParse SDR1 on mtspr instead of at translate time
2011-04-01 David GibsonCorrect ppc popcntb logic, implement popcntw and popcntd
2011-04-01 David GibsonImplement PowerPC slbmfee and slbmfev instructions
2011-04-01 Aurelien Jarnotarget-ppc: ext32u instead of andi with constant
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-22 Fabien Chouteautarget-ppc: add support for 6 SPE instructions
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Edgar E. Iglesiasppc: Correct BookE tlb reads
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-12-31 Mike PallFix translation of unary PPC/SPE instructions (efdneg...
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-15 Alexander GrafPPC: Enable hint bits for lwarx/ldarx
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-13 Aurelien Jarnotarget-ppc: add vexptefp instruction
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-05 Richard Hendersontarget-ppc: Remove duplicate cpu log.
2010-04-25 Blue Swirlppc: remove dead assignments, spotted by clang analyzer
2010-04-18 Blue SwirlPPC: avoid function pointer type mismatch, spotted...
2010-03-11 Aurelien Jarnotarget-ppc: fix evsrwu and evsrws (second try)
2010-03-11 Aurelien Jarnotarget-ppc: fix evsrwu and evsrws
2010-03-11 Aurelien Jarnotarget-ppc: fix evslw instruction
2010-02-28 Aurelien Jarnotarget-ppc: don't print invalid opcode messages on...
2010-02-28 Aurelien JarnoRevert "target-ppc: stop translation after a trap instr...
2010-02-28 Aurelien Jarnotarget-ppc: stop translation after a trap instruction
2010-02-27 Nathan Froydtarget-ppc: fix SPE evsplat* instructions
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-28 Aurelien Jarnotarget-ppc: log instructions start in TCG code
2009-09-25 Juan Quintelastatic and inline should came before the type of the...
2009-09-18 Aurelien Jarnotarget-ppc: optimize slw/srw/sld/srd
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-16 Blue SwirlReplace REGX with PRIx64
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-08-03 Nathan Froydtarget-ppc: add exceptions for conditional stores
2009-08-03 Nathan Froydtarget-ppc: retain l{w,d}arx loaded value
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Baojun Wangppc tcg: fix wrong bit/mask of wrteei
2009-07-12 Nathan Froydtarget-ppc: fix evmergelo and evmergelohi
2009-06-20 malcApply TCGV_UNUSED on variables that GCC mistakenly...
2009-06-17 Blue SwirlReplace ELF section hack with normal table
2009-06-17 Blue SwirlConcentrate rest of table entries to top
2009-06-17 Blue SwirlConcentrate most table entries to top
2009-06-17 Blue SwirlClean up GEN_HANDLER2
2009-06-17 Blue SwirlClean up GEN_HANDLER
2009-05-15 Nathan Froydtarget-ppc: expose cpu capability flags
2009-04-13 blueswir1Fix ppc-softmmu warnings on OpenBSD host
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-29 aurel32target-ppc: avoid nop to override next instruction
2009-03-13 aurel32target-ppc: use the new bswap* TCG ops
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-09 aurel32targe-ppc: optimize mfcr and mtcrf
2009-03-07 aurel32Fix mfcr on ppc64-softmmu
2009-03-07 blueswir1Implement mtfsf.L encoding
2009-03-07 blueswir1Implment tlbiel
2009-03-07 blueswir1Implement slbmte
2009-03-07 blueswir1Sparse fixes: add extern to ELF opcode tables to avoid...
2009-03-03 aurel32target-ppc: improve mfcr/mtcrf
2009-03-02 malcFix mtcrf/mfcr
2009-02-28 blueswir1Fix typo in gen_qemu_ld32s
2009-02-19 blueswir1Fix branch debugging
2009-02-09 aurel32target-ppc: Model SPE floating-point instructions more...
2009-02-09 aurel32target-ppc: Add vrsqrtefp instruction
2009-02-09 aurel32target-ppc: Add vrefp instruction
2009-02-09 aurel32target-ppc: Add vct{u,s}xs instructions
2009-02-09 aurel32target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions
2009-02-09 aurel32target-ppc: Add vmaddfp and vnmsubfp instructions
2009-02-09 aurel32target-ppc: Add v{add,sub}fp instructions
2009-02-09 aurel32target-ppc: Add v{max,min}fp instructions
2009-02-05 aurel32target-ppc: change instruction name vrlogefp into vlogefp
2009-02-05 aurel32target-ppc: add vrlogefp instruction
2009-02-04 aurel32Add vcf{u,s}x instructions
2009-02-04 aurel32Add vrfi{m,n,p,z} instructions
2009-02-03 aurel32Make mtvscr use a helper
2009-02-03 aurel32Fix compilation of PPC64 targets with DEBUG_TCGV enabled
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 aurel32target-ppc: fix wrteei instruction
2009-01-12 aurel32target-ppc: add altivec cache instructions
2009-01-08 aurel32Add v{add, sub}{s, u}{b, h, w}s instructions
2009-01-08 aurel32Add vspltis{b,h,w} instructions
2009-01-08 aurel32Add vs{l,r} instructions
2009-01-08 aurel32Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions
next