- 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
- 3e1dbad tcg: Use INDEX_op_qemu_ld32 for 32-bit results. by Richard Henderson · 15 years ago
- 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
- dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
- 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 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
- 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
- be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
- cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
- b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 16 years ago
- d9885a0 tcg: Fix tcg_gen_rotr_i64 by Aurelien Jarno · 16 years ago
- 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
- ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
- 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
- 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
- dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago
- 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
- e510508 tcg: fix commit r6805 by aurel32 · 16 years ago
- 7fc8105 tcg: optimize logical operations by aurel32 · 16 years ago
- 43e860e Fix tcg after commit 6800 by aurel32 · 16 years ago
- fe75bcf tcg: use TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
- c29d0de tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) by aurel32 · 16 years ago
- d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
- d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
- a747723 Fix DEBUG_TCGV compile error. by aurel32 · 16 years ago
- df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
- 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
- 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
- a810a2d Some fixes for TCG debugging by blueswir1 · 16 years ago
- a7812ae TCG variable type checking. by pbrook · 16 years ago
- de3526b Fix rotri_i64 typo. by pbrook · 16 years ago
- 1582457 tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions by aurel32 · 16 years ago
- f02bb95 tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets by aurel32 · 16 years ago
- 10460c8 64-bit target subfi fix. by pbrook · 16 years ago
- 0045734 tcg-ops.h: add a subfi wrapper by aurel32 · 16 years ago
- 6359706 tcg-ops.h: _i64 TCG immediate instructions cleanup by aurel32 · 16 years ago
- bdffd4a TCG: add tcg_const_local_tl() by aurel32 · 16 years ago
- f24cb33 TCG: add logical operations found on alpha and powerpc processors by aurel32 · 16 years ago
- 88422e2 Fix tcg_gen_concat32_i64 on 64-bit hosts. by pbrook · 16 years ago
- 945ca82 Add concat32_i64 and concat_tl_i64 ops by blueswir1 · 16 years ago
- 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
- b314f27 suppressed unused macro handling by bellard · 17 years ago
- bcb0126 More TCGv type fixes. by pbrook · 17 years ago
- cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
- e8996ee added tcg_temp_free() and improved the handling of constants by bellard · 17 years ago
- 7e4597d added debug_insn_start debug instruction by bellard · 17 years ago
- 34151a2 small shift opts by bellard · 17 years ago
- 48d38ca Switch most MIPS logical and arithmetic instructions to TCG. by ths · 17 years ago
- 0b6ce4c added not pseudo op - more _tl macros by bellard · 17 years ago
- 390efc5 Add TCG native negation op. by pbrook · 17 years ago
- 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
- 9815642 Fix DEBUG_TCGV. by pbrook · 17 years ago
- bf6247f Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives by blueswir1 · 17 years ago
- f730fd2 Add helpers and shorthands for mul and muli operations. by ths · 17 years ago
- 4d07272 Skip register moves when the target and the source are the same by blueswir1 · 17 years ago
- b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
- 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
- e429073 Add TL variants of trunc and ext/extu by blueswir1 · 17 years ago
- cf2be98 Prepare for op.c removal and zero legacy ops by blueswir1 · 17 years ago
- fb50d41 Make TCG br op available by blueswir1 · 17 years ago
- a768e4b Add discard_ptr and discard_tl by blueswir1 · 17 years ago
- a98824a Add tcg_const_tl by blueswir1 · 17 years ago
- 21fc3cf 32-bit host sign extension fix (Juergen Lock). by pbrook · 17 years ago
- 0cf767d Add brcond_tl by blueswir1 · 17 years ago
- 56b8f56 Fix mixed defines by blueswir1 · 17 years ago
- f8422f5 More helper types, rearrange generic definitions by blueswir1 · 17 years ago
- 7089442 Fix andi, optimize addi and subi zero cases by blueswir1 · 17 years ago
- 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
- ac56dd4 Add TCG variable opaque type. by pbrook · 17 years ago
- c896fe2 TCG code generator by bellard · 17 years ago