aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2010-05-07tcg: Add missing 'static' attributeStefan Weil2-5/+2
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson2-19/+5
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson1-2/+8
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson1-1/+6
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson1-144/+132
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson1-10/+10
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson2-54/+56
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-0/+4
2010-04-25tcg/arm: fix condition in zero/sign extension functionsAurelien Jarno1-6/+6
2010-04-19tcg/arm: don't try to load constants using pcAurelien Jarno1-7/+0
2010-04-19tcg/arm: optimize register allocation orderAurelien Jarno1-5/+5
2010-04-19tcg/arm: fix argument alignment in qemu_st64Aurelien Jarno1-9/+10
2010-04-19tcg/arm: remove useless register tests in qemu_ld/stAurelien Jarno1-20/+10
2010-04-19tcg/arm: bswap arguments in qemu_ld/st if neededAurelien Jarno1-69/+159
2010-04-19tcg/arm: use ext* ops in qemu_ldAurelien Jarno1-18/+12
2010-04-19tcg/arm: remove conditional argument for qemu_ld/stAurelien Jarno1-51/+49
2010-04-19tcg/arm: add bswap opsAurelien Jarno2-2/+44
2010-04-19tcg/arm: add ext16u opAurelien Jarno2-20/+50
2010-04-19tcg/arm: add rotation opsAurelien Jarno2-1/+20
2010-04-19tcg/arm: use the blx instruction when possibleAurelien Jarno1-4/+12
2010-04-19tcg/arm: sxtb and sxth are available starting with ARMv6Aurelien Jarno1-2/+2
2010-04-19tcg/arm: add variables to define the allowed instructions setAurelien Jarno1-39/+84
2010-04-19tcg/arm: align 64-bit arguments in function callsAurelien Jarno1-0/+1
2010-04-19tcg/arm: replace integer values by registers enumAurelien Jarno1-109/+124
2010-04-19tcg/arm: remove store signed functionsAurelien Jarno1-62/+10
2010-04-19tcg/arm: explicitely list clobbered/reserved regsAurelien Jarno2-5/+11
2010-04-19tcg/arm: remove SAVE_LR codeAurelien Jarno1-43/+0
2010-04-18tcg/ppc: Remove redundant comparison from brcond2malc1-2/+1
2010-04-17Fix --enable-profiler compilation.Richard Henderson1-0/+1
2010-04-17tcg: Add missing static qualifiermalc1-1/+1
2010-04-17tcg/ppc: Fix signed versions of brcond2malc1-1/+2
2010-04-14tcp/mips: Change TCG_AREG0 (fp -> s0)Stefan Weil2-3/+4
2010-04-10tcg/README: improve description of bswap*Aurelien Jarno1-4/+4
2010-04-08tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson1-2/+4
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson2-14/+47
2010-04-08tcg-hppa: Finish the port.Richard Henderson2-646/+1254
2010-04-08tcg/ia64: fix tlb addend readAurelien Jarno1-5/+0
2010-04-07tcg/ppc64: Fix typomalc1-1/+1
2010-04-06tcg/ppc: Fix typomalc1-1/+1
2010-04-06tcg/ppc: Implment bswap16/32malc2-2/+77
2010-04-05tcg/mips: use seb/seh instructions on MIPS32R2Aurelien Jarno2-8/+41
2010-04-05tcg/mips: fix 64-bit linux-user on big endian MIPSAurelien Jarno1-4/+4
2010-04-05tcg/ppc: Implement eqv, nand and normalc2-3/+17
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook4-29/+7
2010-04-04tcg/ppc: Fix not_i32malc1-1/+1
2010-04-01tcg/TODO: remove setcondAurelien Jarno1-1/+1
2010-04-01tcg: initial ia64 supportAurelien Jarno2-0/+2481
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno1-19/+30
2010-03-28tcg/arm: Replace qemu_ld32u (left over from previous commit)Stefan Weil1-1/+1
2010-03-27tcg-mips: add guest base supportAurelien Jarno2-29/+39