aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-27tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno1-1/+1
2010-03-27tcg-mips: implement norAurelien Jarno2-1/+5
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson11-24/+37
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson10-0/+29
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson10-0/+29
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson11-1/+30
2010-03-26tcg: Use not_i32 to implement not_i64.Richard Henderson1-0/+3
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson2-9/+12
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson7-37/+39
2010-03-26tcg: Name the opcode enumeration.Richard Henderson12-63/+78
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini9-24/+1
2010-03-23tcg-hppa: Fix 64-bit argument orderingRichard Henderson1-1/+11
2010-03-20tcg/arm: don't save/restore r7 in prologue/epilogueAurelien Jarno1-6/+6
2010-03-20tcg/arm: fix load/store definitions for 32-bit targetsAurelien Jarno1-0/+14
2010-03-20tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno1-2/+4
2010-03-14tcg: declare internal helpers as const and pureAurelien Jarno1-4/+9
2010-03-14tcg/arm: use helpers for divu/remuAurelien Jarno2-95/+0
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno6-2/+65
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl1-1/+1
2010-03-13tcg/arm: implement andc opAurelien Jarno2-1/+5
2010-03-13tcg: update README with const and pure helpersAurelien Jarno1-4/+7
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno1-4/+7
2010-03-13Fix Sparc host build breakageBlue Swirl1-0/+8
2010-03-13tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2-0/+5
2010-03-12Remove TLB from userspacePaul Brook3-0/+6
2010-03-02tcg/arm: merge the two sets of #define for optional opsAurelien Jarno1-14/+5
2010-03-02tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno1-6/+20
2010-03-02Add a missing breakAndrzej Zaborowski1-0/+1
2010-03-02tcg/arm: implement setcond2Aurelien Jarno1-0/+11
2010-03-02tcg/arm: implement setcondAurelien Jarno1-0/+9
2010-03-02tcg/arm: fix div2/divu2Aurelien Jarno1-6/+24
2010-02-27tcg/ppc: Fix right rotationmalc1-1/+2
2010-02-23tcg/ppc: Fix typomalc1-1/+1
2010-02-22tcg/ppc64: Use C90 style commentsmalc1-18/+18
2010-02-22tcg/ppc: Implement some of the optional opsmalc2-8/+88
2010-02-22tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad3-3/+4
2010-02-20tcg: fix assertion with --enable-debugJay Foad1-5/+0
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson8-17/+106
2010-02-20tcg-sparc: Implement ORC.Richard Henderson2-0/+7
2010-02-20tcg-sparc: Implement ANDC.Richard Henderson2-0/+8
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson2-0/+17
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson2-0/+17
2010-02-20tcg-sparc: Implement not.Richard Henderson2-0/+8
2010-02-20tcg-sparc: Implement neg.Richard Henderson2-2/+16
2010-02-20tcg/ppc: Consistently use calling convention selection macrosmalc1-12/+12
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock1-3/+3
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil2-0/+24