| Commit message (Expand) | Author | Age | Files | Lines |
* | tcg: Remove TCG_CT_REG | Richard Henderson | 2020-10-08 | 1 | -5/+0 |
* | tcg: Drop union from TCGArgConstraint | Richard Henderson | 2020-10-08 | 1 | -8/+8 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -2/+3 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | tcg: Search includes in the parent source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 1 | -3/+3 |
* | cpu: Move the softmmu tlb to CPUNegativeOffsetState | Richard Henderson | 2019-06-10 | 1 | -22/+10 |
* | tcg: Create struct CPUTLB | Richard Henderson | 2019-06-10 | 1 | -10/+2 |
* | tcg: Return bool success from tcg_out_mov | Richard Henderson | 2019-05-13 | 1 | -1/+2 |
* | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 2019-04-24 | 1 | -0/+2 |
* | cputlb: Remove static tlb sizing | Richard Henderson | 2019-01-28 | 1 | -1/+0 |
* | tcg/sparc: enable dynamic TLB sizing | Richard Henderson | 2019-01-28 | 2 | -33/+51 |
* | tcg: introduce dynamic TLB sizing | Emilio G. Cota | 2019-01-28 | 1 | -0/+1 |
* | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson | 2018-12-17 | 1 | -0/+1 |
* | tcg: Return success from patch_reloc | Richard Henderson | 2018-12-17 | 1 | -1/+2 |
* | tcg/sparc: Remove retranslation code | Richard Henderson | 2018-12-17 | 1 | -6/+2 |
* | target/sparc: Remove the constant pool | Richard Henderson | 2018-12-17 | 1 | -38/+9 |
* | tcg: Reduce max TB opcode count | Richard Henderson | 2018-06-15 | 1 | -2/+2 |
* | tcg/sparc: Fully convert tcg_target_op_def | Richard Henderson | 2017-09-17 | 1 | -102/+137 |
* | tcg: Remove tcg_regset_set32 | Richard Henderson | 2017-09-17 | 1 | -24/+24 |
* | tcg: Remove tcg_regset_clear | Richard Henderson | 2017-09-17 | 1 | -1/+1 |
* | tcg/sparc: Use constant pool for movi | Richard Henderson | 2017-09-07 | 2 | -21/+58 |
* | tcg/sparc: Introduce TCG_REG_TB | Richard Henderson | 2017-09-07 | 1 | -30/+140 |
* | tcg: Rearrange ldst label tracking | Richard Henderson | 2017-09-07 | 1 | -2/+0 |
* | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson | 2017-09-07 | 2 | -1/+5 |
* | tcg: Add tcg target default memory ordering | Pranith Kumar | 2017-09-05 | 1 | -0/+2 |
* | tcg/sparc: Implement goto_ptr | Richard Henderson | 2017-06-05 | 2 | -2/+11 |
* | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota | 2017-06-05 | 1 | -0/+1 |
* | tcg/sparc: Zero extend address argument to ld/st helpers | Peter Maydell | 2017-04-03 | 1 | -2/+2 |
* | tcg/sparc: Zero extend data argument to store helpers | Peter Maydell | 2017-04-03 | 1 | -0/+25 |
* | tcg: Add opcode for ctpop | Richard Henderson | 2017-01-10 | 1 | -0/+2 |
* | tcg: Add clz and ctz opcodes | Richard Henderson | 2017-01-10 | 1 | -0/+4 |
* | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson | 2017-01-10 | 1 | -9/+5 |
* | tcg: Transition flat op_defs array to a target callback | Richard Henderson | 2017-01-10 | 1 | -2/+12 |
* | tcg: Add field extraction primitives | Richard Henderson | 2017-01-10 | 1 | -0/+4 |
* | tcg/sparc: Add support for fence | Pranith Kumar | 2016-09-16 | 1 | -0/+13 |
* | tcg: Support arbitrary size + alignment | Richard Henderson | 2016-09-16 | 1 | -5/+11 |
* | tcg: Clean up tcg-target.h header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+3 |
* | tcg: Optimize spills of constants | Richard Henderson | 2016-07-06 | 1 | -0/+10 |
* | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 2016-05-13 | 1 | -4/+5 |
* | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov | 2016-05-13 | 1 | -1/+1 |
* | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno | 2016-04-21 | 1 | -1/+1 |
* | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno | 2016-04-21 | 1 | -4/+4 |
* | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell | 2016-02-23 | 1 | -1/+0 |
* | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell | 2016-02-23 | 1 | -0/+0 |
* | tcg: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 2015-08-24 | 1 | -4/+4 |
* | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 2015-08-24 | 1 | -4/+2 |
* | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson | 2015-08-24 | 2 | -8/+9 |
* | tcg: implement real ext_i32_i64 and extu_i32_i64 ops | Aurelien Jarno | 2015-08-24 | 1 | -2/+6 |