Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | tcg/sparc: Add support for fence | Pranith Kumar | 1 | -0/+13 |
2016-09-16 | tcg: Support arbitrary size + alignment | Richard Henderson | 1 | -5/+11 |
2016-07-12 | tcg: Clean up tcg-target.h header guards | Markus Armbruster | 1 | -2/+3 |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson | 1 | -0/+10 |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 1 | -4/+5 |
2016-05-12 | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -1/+1 |
2016-04-21 | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno | 1 | -1/+1 |
2016-04-21 | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno | 1 | -4/+4 |
2016-02-23 | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell | 1 | -1/+0 |
2016-02-23 | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell | 1 | -0/+0 |
2016-01-29 | tcg: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 1 | -4/+4 |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 1 | -4/+2 |
2015-08-24 | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson | 2 | -8/+9 |
2015-08-24 | tcg: implement real ext_i32_i64 and extu_i32_i64 ops | Aurelien Jarno | 1 | -2/+6 |
2015-08-24 | tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 | Aurelien Jarno | 2 | -3/+3 |
2015-06-09 | tcg: Mask TCGMemOp appropriately for indexing | Richard Henderson | 1 | -15/+15 |
2015-06-03 | tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS | Paolo Bonzini | 1 | -0/+1 |
2015-05-14 | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson | 1 | -3/+3 |
2015-05-14 | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson | 1 | -5/+9 |
2015-03-13 | tcg: Change generator-side labels to a pointer | Richard Henderson | 1 | -12/+10 |
2014-09-29 | tcg-sparc: Use UMULXHI instruction | Richard Henderson | 2 | -1/+6 |
2014-09-29 | tcg-sparc: Rename ADDX/SUBX insns | Richard Henderson | 1 | -7/+7 |
2014-09-29 | tcg-sparc: Use ADDXC in setcond_i64 | Richard Henderson | 1 | -0/+17 |
2014-09-29 | tcg-sparc: Fix setcond_i32 uninitialized value | Richard Henderson | 1 | -2/+5 |
2014-09-29 | tcg-sparc: Use ADDXC in addsub2_i64 | Richard Henderson | 2 | -5/+29 |
2014-09-29 | tcg-sparc: Support addsub2_i64 | Richard Henderson | 2 | -9/+67 |
2014-06-04 | tcg: Remove TCG_TARGET_HAS_new_ldst | Richard Henderson | 1 | -2/+0 |
2014-05-28 | tcg-sparc: Make debug_frame const | Richard Henderson | 1 | -13/+9 |
2014-05-12 | tcg: Remove unreachable code in tcg_out_op and op_defs | Richard Henderson | 1 | -18/+3 |
2014-05-12 | tcg-sparc: Create tcg_out_call | Richard Henderson | 1 | -8/+14 |
2014-05-12 | tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2 | -69/+60 |
2014-04-28 | tcg-sparc: Accept stores of zero | Richard Henderson | 1 | -2/+2 |
2014-04-28 | tcg-sparc: Fix small 32-bit movi | Richard Henderson | 1 | -0/+5 |
2014-04-28 | tcg-sparc: Fixup function argument types | Richard Henderson | 1 | -66/+51 |
2014-04-28 | tcg-sparc: Hoist common argument loads in tcg_out_op | Richard Henderson | 1 | -63/+60 |
2014-04-28 | tcg-sparc: Don't handle mov/movi in tcg_out_op | Richard Henderson | 1 | -7/+6 |
2014-04-28 | tcg-sparc: Tidy check_fit_* tests | Richard Henderson | 1 | -15/+20 |
2014-04-28 | tcg-sparc: Implement muls2_i32 | Richard Henderson | 2 | -4/+16 |
2014-04-28 | tcg-sparc: Use the RETURN instruction | Richard Henderson | 1 | -4/+10 |
2014-04-28 | tcg-sparc: Use 64-bit registers with sparcv8plus | Richard Henderson | 2 | -354/+185 |
2014-04-28 | tcg-sparc: Support trunc_shr_i32 | Richard Henderson | 2 | -1/+9 |
2014-04-28 | tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS | Richard Henderson | 1 | -33/+37 |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson | 1 | -0/+1 |
2014-04-18 | tcg: Use HOST_WORDS_BIGENDIAN | Richard Henderson | 1 | -2/+0 |
2014-04-18 | tcg-sparc: Use the type parameter to tcg_target_const_match | Richard Henderson | 1 | -1/+7 |
2014-04-18 | tcg: Add TCGType parameter to tcg_target_const_match | Richard Henderson | 1 | -1/+1 |
2014-03-17 | tcg-sparc: Convert to new ldst opcodes | Richard Henderson | 2 | -100/+53 |
2014-03-17 | tcg-sparc: Convert to new ldst helpers | Richard Henderson | 1 | -59/+131 |
2014-03-17 | tcg-sparc: Tidy tcg_out_tlb_load interface | Richard Henderson | 1 | -40/+30 |