convert mux chardev to QemuOpts.
[qemu] / target-ppc / translate.c
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
2009-01-08 aurel32Add GEN_VXRFORM{,1} macros for subsequent instructions
2009-01-04 aurel32target-ppc: Add m{f,t}vscr instructions.
2009-01-04 aurel32Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instruct...
2009-01-04 aurel32Add {l,st}ve{b,h,w}x instructions.
2009-01-04 aurel32Add vmladduhm instruction.
2009-01-04 aurel32Add vmsumsh{m,s} instructions.
2009-01-04 aurel32Add vmsumuh{m,s} instructions.
2009-01-04 aurel32Add vmh{,r}addshs instructions.
2009-01-04 aurel32Add vpkpx instruction.
2009-01-04 aurel32Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w...
2009-01-04 aurel32Add vsel and vperm instructions.
2009-01-04 aurel32Add vmsum{u,m}bm instructions.
2009-01-04 aurel32Add GEN_VAFORM_PAIRED macro for subsequent instructions.
2009-01-04 aurel32Add vupk{h,l}s{b,h} instructions.
2009-01-04 aurel32Add vupk{h,l}px instructions.
2009-01-04 aurel32Add GEN_VXFORM_NOA macro for subsequent instructions.
2009-01-04 aurel32Add vsplt{b,h,w} instructions.
2009-01-04 aurel32Add GEN_VXFORM_UIMM macro for subsequent instructions.
2009-01-04 aurel32Add GEN_VXFORM_SIMM macro for subsequent instructions.
2009-01-04 aurel32Add vsldoi instruction.
2009-01-04 aurel32Add vrl{b,h,w} instructions.
2009-01-04 aurel32Add lvs{l,r} instructions.
2009-01-04 aurel32Add v{add,sub}cuw instructions.
2009-01-04 aurel32Add vs{l,r}o instructions.
2009-01-04 aurel32Add vsl{b,h,w} instructions.
2009-01-04 aurel32Add vsr{,a}{b,h,w} instructions.
2009-01-04 aurel32Add vmul{e,o}{s,u}{b,h} instructions.
2009-01-04 aurel32Add vmrg{l,h}{b,h,w} instructions.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Add v{min, max}{s, u}{b, h, w} instructions.
2009-01-03 aurel32Add vavg{s,u}{b,h,w} instructions.
2009-01-03 aurel32Add v{add,sub}u{b,h,w}m instructions.
2009-01-03 aurel32Add GEN_VXFORM macro for subsequent instructions.
2009-01-03 aurel32Fix TCG error in gen_avr_ptr.
2009-01-03 aurel32target-ppc: fix TGC type mismatch introduced by r6146
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-18 aurel32target-ppc: add gen_avr_ptr function.
2008-12-18 aurel32target-ppc: add Altivec logical operations
2008-12-15 aurel32target-ppc: update nip before calling an helper in...
2008-12-15 aurel32target-ppc: fix TCGv type in fcmpu/fcmpo
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: remove FPRF optimization
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: display FPSCR in register dump
2008-12-14 aurel32target-ppc: fix mbar opcode
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
next