summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/arm: don't save/restore r7 in prologue/epilogueAurelien Jarno2010-03-201-6/+6
* tcg/arm: fix load/store definitions for 32-bit targetsAurelien Jarno2010-03-201-0/+14
* tcg: protect div2 in tcg/tcg-opc.hAurelien Jarno2010-03-201-2/+4
* tcg: declare internal helpers as const and pureAurelien Jarno2010-03-141-4/+9
* tcg/arm: use helpers for divu/remuAurelien Jarno2010-03-142-95/+0
* tcg: add div/rem 32-bit helpersAurelien Jarno2010-03-146-2/+65
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-1/+1
* tcg/arm: implement andc opAurelien Jarno2010-03-132-1/+5
* tcg: update README with const and pure helpersAurelien Jarno2010-03-131-4/+7
* tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno2010-03-131-4/+7
* Fix Sparc host build breakageBlue Swirl2010-03-131-0/+8
* tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2010-03-132-0/+5
* Remove TLB from userspacePaul Brook2010-03-123-0/+6
* tcg/arm: merge the two sets of #define for optional opsAurelien Jarno2010-03-021-14/+5
* tcg/arm: accept immediate arguments for brcond/setcondAurelien Jarno2010-03-021-6/+20
* Add a missing breakAndrzej Zaborowski2010-03-021-0/+1
* tcg/arm: implement setcond2Aurelien Jarno2010-03-021-0/+11
* tcg/arm: implement setcondAurelien Jarno2010-03-021-0/+9
* tcg/arm: fix div2/divu2Aurelien Jarno2010-03-021-6/+24
* tcg/ppc: Fix right rotationmalc2010-02-271-1/+2
* tcg/ppc: Fix typomalc2010-02-231-1/+1
* tcg/ppc64: Use C90 style commentsmalc2010-02-221-18/+18
* tcg/ppc: Implement some of the optional opsmalc2010-02-222-8/+88
* tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad2010-02-223-3/+4
* tcg: fix assertion with --enable-debugJay Foad2010-02-201-5/+0
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-208-17/+106
* tcg-sparc: Implement ORC.Richard Henderson2010-02-202-0/+7
* tcg-sparc: Implement ANDC.Richard Henderson2010-02-202-0/+8
* tcg: Optional target implementation of ORC.Richard Henderson2010-02-202-0/+17
* tcg: Optional target implementation of ANDC.Richard Henderson2010-02-202-0/+17
* tcg-sparc: Implement not.Richard Henderson2010-02-202-0/+8
* tcg-sparc: Implement neg.Richard Henderson2010-02-202-2/+16
* tcg/ppc: Consistently use calling convention selection macrosmalc2010-02-201-12/+12
* Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...Juergen Lock2010-02-201-3/+3
* tcg: Add consistency checks for op definitionsStefan Weil2010-02-182-0/+24
* tcg-sparc: Implement setcond, setcond2.Richard Henderson2010-02-161-0/+127
* tcg: Add tcg_swap_cond.Richard Henderson2010-02-161-0/+8
* tcg/mips: fix crash in tcg_out_qemu_ld()Aurelien Jarno2010-02-091-2/+2
* tcg/mips: implement setcond2Aurelien Jarno2010-02-091-12/+80
* tcg/mips: implement setcondAurelien Jarno2010-02-081-0/+65
* tcg: move setcond* ops to non-optional sectionAurelien Jarno2010-02-081-35/+37
* tcg: add setcondi pseudo-opAurelien Jarno2010-02-081-0/+18
* tcg/ppc64: implement setcondmalc2010-02-071-0/+133
* tcg/ppc32: proper setcond implementationmalc2010-02-071-25/+25
* tcg/ppc32: implement setcond[2]malc2010-02-071-14/+157
* tcg-i386: Implement setcond.Richard Henderson2010-02-061-3/+70
* tcg-i386: Implement small forward branches.Richard Henderson2010-02-061-38/+79
* tcg-x86_64: implement setcondRichard Henderson2010-02-061-5/+33
* tcg: add tcg_invert_condRichard Henderson2010-02-061-0/+5
* tcg: generic support for conditional setRichard Henderson2010-02-064-6/+78
OpenPOWER on IntegriCloud