aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-25tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno
2010-04-19tcg/arm: don't try to load constants using pcAurelien Jarno
2010-04-19tcg/arm: optimize register allocation orderAurelien Jarno
2010-04-19tcg/arm: fix argument alignment in qemu_st64Aurelien Jarno
2010-04-19tcg/arm: remove useless register tests in qemu_ld/stAurelien Jarno
2010-04-19tcg/arm: bswap arguments in qemu_ld/st if neededAurelien Jarno
2010-04-19tcg/arm: use ext* ops in qemu_ldAurelien Jarno
2010-04-19tcg/arm: remove conditional argument for qemu_ld/stAurelien Jarno
2010-04-19tcg/arm: add bswap opsAurelien Jarno
2010-04-19tcg/arm: add ext16u opAurelien Jarno
2010-04-19tcg/arm: add rotation opsAurelien Jarno
2010-04-19tcg/arm: use the blx instruction when possibleAurelien Jarno
2010-04-19tcg/arm: sxtb and sxth are available starting with ARMv6Aurelien Jarno
2010-04-19tcg/arm: add variables to define the allowed instructions setAurelien Jarno
2010-04-19tcg/arm: align 64-bit arguments in function callsAurelien Jarno
2010-04-19tcg/arm: replace integer values by registers enumAurelien Jarno
2010-04-19tcg/arm: remove store signed functionsAurelien Jarno
2010-04-19tcg/arm: explicitely list clobbered/reserved regsAurelien Jarno
2010-04-19tcg/arm: remove SAVE_LR codeAurelien Jarno
2010-04-18tcg/ppc: Remove redundant comparison from brcond2malc
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-17tcg: Add missing static qualifiermalc
2010-04-17tcg/ppc: Fix signed versions of brcond2malc
2010-04-14tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil
2010-04-10tcg/README: improve description of bswap*Aurelien Jarno
2010-04-08tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson
2010-04-08tcg-hppa: Finish the port.Richard Henderson
2010-04-08tcg/ia64: fix tlb addend readAurelien Jarno
2010-04-07tcg/ppc64: Fix typomalc
2010-04-06tcg/ppc: Fix typomalc
2010-04-06tcg/ppc: Implment bswap16/32malc
2010-04-05tcg/mips: use seb/seh instructions on MIPS32R2Aurelien Jarno
2010-04-05tcg/mips: fix 64-bit linux-user on big endian MIPSAurelien Jarno
2010-04-05tcg/ppc: Implement eqv, nand and normalc
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook
2010-04-04tcg/ppc: Fix not_i32malc
2010-04-01tcg/TODO: remove setcondAurelien Jarno
2010-04-01tcg: initial ia64 supportAurelien Jarno
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno
2010-03-28tcg/arm: Replace qemu_ld32u (left over from previous commit)Stefan Weil
2010-03-27tcg-mips: add guest base supportAurelien Jarno
2010-03-27tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno