- 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
- 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
- 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
- 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
- a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
- c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
- 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
- a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
- a63b582 remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] by Paolo Bonzini · 15 years ago
- 3f90f25 tcg-hppa: Fix 64-bit argument ordering by Richard Henderson · 15 years ago
- 9e97d8e tcg/arm: don't save/restore r7 in prologue/epilogue by Aurelien Jarno · 15 years ago
- 26c5d37 tcg/arm: fix load/store definitions for 32-bit targets by Aurelien Jarno · 15 years ago
- 30138f2 tcg: protect div2 in tcg/tcg-opc.h by Aurelien Jarno · 15 years ago
- dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
- 2b71cd7 tcg/arm: use helpers for divu/remu by Aurelien Jarno · 15 years ago
- 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
- a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
- 932234f tcg/arm: implement andc op by Aurelien Jarno · 15 years ago
- a3f5054 tcg: update README with const and pure helpers by Aurelien Jarno · 15 years ago
- 4e17eae tcg/arm: correctly save/restore registers in prologue/epilogue by Aurelien Jarno · 15 years ago
- 65850a0 Fix Sparc host build breakage by Blue Swirl · 15 years ago
- 35f6b59 tcg/ppc[64]: Only define addend load helpers in softmmu case by malc · 15 years ago
- 20cb400 Remove TLB from userspace by Paul Brook · 15 years ago
- d3f137e tcg/arm: merge the two sets of #define for optional ops by Aurelien Jarno · 15 years ago
- 023e77f tcg/arm: accept immediate arguments for brcond/setcond by Aurelien Jarno · 15 years ago
- b525f0a Add a missing break by Andrzej Zaborowski · 15 years ago
- e040476 tcg/arm: implement setcond2 by Aurelien Jarno · 15 years ago
- f72a6cd tcg/arm: implement setcond by Aurelien Jarno · 15 years ago
- 6b65861 tcg/arm: fix div2/divu2 by Aurelien Jarno · 15 years ago
- d616cf1 tcg/ppc: Fix right rotation by malc · 15 years ago
- 98b8d95 tcg/ppc: Fix typo by malc · 15 years ago
- d34f4ba tcg/ppc64: Use C90 style comments by malc · 15 years ago
- 65fe043 tcg/ppc: Implement some of the optional ops by malc · 15 years ago
- 30c0c76 tcg: fix build on 32-bit hppa, ppc and sparc hosts by Jay Foad · 15 years ago
- 2c92d62 tcg: fix assertion with --enable-debug by Jay Foad · 15 years ago
- 3682825 tcg: Add comments for all optional instructions not implemented. by Richard Henderson · 15 years ago
- 18c8f7a tcg-sparc: Implement ORC. by Richard Henderson · 15 years ago
- dc69960 tcg-sparc: Implement ANDC. by Richard Henderson · 15 years ago
- 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
- 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
- be6551b tcg-sparc: Implement not. by Richard Henderson · 15 years ago
- 4b5a85c tcg-sparc: Implement neg. by Richard Henderson · 15 years ago
- 6ec8523 tcg/ppc: Consistently use calling convention selection macros by malc · 15 years ago
- 5da79c8 Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}. by Juergen Lock · 15 years ago
- c68aaa1 tcg: Add consistency checks for op definitions by Stefan Weil · 15 years ago
- dbfe80e tcg-sparc: Implement setcond, setcond2. by Richard Henderson · 15 years ago
- 1c08622 tcg: Add tcg_swap_cond. by Richard Henderson · 15 years ago
- cca1af8 tcg/mips: fix crash in tcg_out_qemu_ld() by Aurelien Jarno · 15 years ago
- 434254a tcg/mips: implement setcond2 by Aurelien Jarno · 15 years ago
- 4cb2638 tcg/mips: implement setcond by Aurelien Jarno · 15 years ago
- 5105c55 tcg: move setcond* ops to non-optional section by Aurelien Jarno · 15 years ago
- add1e7e tcg: add setcondi pseudo-op by Aurelien Jarno · 15 years ago
- 1cd62ae tcg/ppc64: implement setcond by malc · 15 years ago
- 27a7797 tcg/ppc32: proper setcond implementation by malc · 15 years ago
- b0809bf tcg/ppc32: implement setcond[2] by malc · 15 years ago
- 1d2699a tcg-i386: Implement setcond. by Richard Henderson · 15 years ago
- f75b56c tcg-i386: Implement small forward branches. by Richard Henderson · 15 years ago
- 8f9db67 tcg-x86_64: implement setcond by Richard Henderson · 15 years ago
- 401d466 tcg: add tcg_invert_cond by Richard Henderson · 15 years ago
- be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
- a38e609 tcg: document double-word support opcodes. by Richard Henderson · 15 years ago
- 09aac12 tcg/x86_64: Avoid unnecessary REX.B prefixes. by Richard Henderson · 15 years ago
- 5716990 tcg/x86_64: Special-case all 32-bit AND operands. by Richard Henderson · 15 years ago
- cc6dfec tcg-sparc: Implement ext32[su]_i64 by Richard Henderson · 15 years ago
- 583d121 tcg-sparc: Implement division properly. by Richard Henderson · 15 years ago
- 5e143c4 tcg-sparc: Do not remove %o[012] from 'r' constraint. by Richard Henderson · 15 years ago
- 7a3766f tcg-sparc: Implement add2, sub2, mulu2. by Richard Henderson · 15 years ago
- ba22519 tcg-sparc: Add tcg_out_arithc. by Richard Henderson · 15 years ago
- ff44c2f tcg: Add tcg_unsigned_cond. by Richard Henderson · 15 years ago
- 56f4927 tcg-sparc: Implement brcond2. by Richard Henderson · 15 years ago
- a212ea7 tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation. by Richard Henderson · 15 years ago
- 4317220 tcg-sparc: Improve tcg_out_movi for sparc64. by Richard Henderson · 15 years ago
- 4a09aa8 tcg-sparc: Fix imm13 check in movi. by Richard Henderson · 15 years ago
- 591d6f1 tcg/ppc64: Fix loading of 32bit constants by malc · 15 years ago
- 5d7ff5b TCG: Mac OS X support for ppc64 target by Andreas Faerber · 15 years ago
- 2827822 S/390 fake TCG implementation by Alexander Graf · 15 years ago
- afa0523 tcg: initial mips support by Aurelien Jarno · 15 years ago
- 7d30175 tcg: fix tcg_regset_{set,reset}_reg with more than 32 registers by Aurelien Jarno · 15 years ago
- 016b2b2 tcg/ppc64,x86_64: fix constraints of op_qemu_st64 by Aurelien Jarno · 15 years ago
- b785e47 tcg/i386: remove duplicate sar opcode by Magnus Damm · 15 years ago
- 6a95702 tcg: improve output log by Aurelien Jarno · 15 years ago
- 94f4af0 tcg: allocate s->op_dead_iargs dynamically by Aurelien Jarno · 15 years ago
- 8389c67 tcg: remove dead code by Aurelien Jarno · 15 years ago
- 5f0ce17 tcg/i386: add support for ext{8,16}u_i32 TCG ops by Aurelien Jarno · 15 years ago
- 6458421 tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
- cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
- d685920 Revert part of 6692b043198d58a12317009edb98654c6839f043 by Aurelien Jarno · 15 years ago
- 6692b04 TCG: fix DEF2 macro by Aurelien Jarno · 15 years ago
- 17cf428 tcg/i386: generates dec/inc instead of sub/add when possible by Aurelien Jarno · 15 years ago
- b70650c tcg/i386: optimize and $0xff(ff), reg by Aurelien Jarno · 15 years ago
- a4b18c6 tcg/x86_64: generated dec/inc instead of sub/add when possible by Aurelien Jarno · 15 years ago
- d937032 tcg/ppc: always use tcg_out_call by malc · 15 years ago
- 7990496 ARM back-end: Use sxt[bh] instructions for ext{8, 6}s by Laurent Desnogues · 15 years ago
- d89c682 Suppress some variants of English in comments by Stefan Weil · 15 years ago
- 96e132e Compile TCG runtime library only once by Blue Swirl · 15 years ago
- b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 16 years ago
- abb6ae2 X86_64: Use proper jumps/calls when displacement exceeds +-2G by malc · 16 years ago
- c45851c When targeting PPU use rlwinm instead of andi. if possible by malc · 16 years ago
- 4e6f6d4 ARM back-end: Fix encode_imm by Laurent Desnogues · 16 years ago
- 94953e6 ARM back-end: Handle all possible immediates for ALU ops by Laurent Desnogues · 16 years ago