aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2010-03-20tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno
2010-03-14tcg: declare internal helpers as const and pureAurelien Jarno
2010-03-14tcg/arm: use helpers for divu/remuAurelien Jarno
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-03-13tcg/arm: implement andc opAurelien Jarno
2010-03-13tcg: update README with const and pure helpersAurelien Jarno
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno
2010-03-13Fix Sparc host build breakageBlue Swirl
2010-03-13tcg/ppc[64]: Only define addend load helpers in softmmu casemalc
2010-03-12Remove TLB from userspacePaul Brook
2010-03-02tcg/arm: merge the two sets of #define for optional opsAurelien Jarno
2010-03-02tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno
2010-03-02Add a missing breakAndrzej Zaborowski
2010-03-02tcg/arm: implement setcond2Aurelien Jarno
2010-03-02tcg/arm: implement setcondAurelien Jarno
2010-03-02tcg/arm: fix div2/divu2Aurelien Jarno
2010-02-27tcg/ppc: Fix right rotationmalc
2010-02-23tcg/ppc: Fix typomalc
2010-02-22tcg/ppc64: Use C90 style commentsmalc
2010-02-22tcg/ppc: Implement some of the optional opsmalc
2010-02-22tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad
2010-02-20tcg: fix assertion with --enable-debugJay Foad
2010-02-20tcg: Add comments for all optional instructions not implemented.Richard Henderson
2010-02-20tcg-sparc: Implement ORC.Richard Henderson
2010-02-20tcg-sparc: Implement ANDC.Richard Henderson
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson
2010-02-20tcg-sparc: Implement not.Richard Henderson
2010-02-20tcg-sparc: Implement neg.Richard Henderson
2010-02-20tcg/ppc: Consistently use calling convention selection macrosmalc
2010-02-20Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil
2010-02-16tcg-sparc: Implement setcond, setcond2.Richard Henderson
2010-02-16tcg: Add tcg_swap_cond.Richard Henderson
2010-02-09tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno
2010-02-09tcg/mips: implement setcond2Aurelien Jarno
2010-02-08tcg/mips: implement setcondAurelien Jarno
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno
2010-02-07tcg/ppc64: implement setcondmalc
2010-02-07tcg/ppc32: proper setcond implementationmalc
2010-02-07tcg/ppc32: implement setcond[2]malc
2010-02-06tcg-i386: Implement setcond.Richard Henderson
2010-02-06tcg-i386: Implement small forward branches.Richard Henderson
2010-02-06tcg-x86_64: implement setcondRichard Henderson
2010-02-06tcg: add tcg_invert_condRichard Henderson
2010-02-06tcg: generic support for conditional setRichard Henderson
2010-02-06tcg: document double-word support opcodes.Richard Henderson
2010-01-15tcg/x86_64: Avoid unnecessary REX.B prefixes.Richard Henderson