Age | Commit message (Expand) | Author | Files | Lines |
2017-02-03 | tci: Remove invalid assertions | Stefan Weil | 1 | -2/+0 |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson | 1 | -0/+2 |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson | 1 | -0/+4 |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson | 1 | -7/+5 |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson | 1 | -1/+12 |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson | 1 | -0/+4 |
2016-09-16 | tcg/tci: Add support for fence | Pranith Kumar | 1 | -0/+3 |
2016-09-15 | Remove remainders of HPPA backend | Thomas Huth | 1 | -1/+1 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -2/+1 |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson | 1 | -0/+6 |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 1 | -5/+5 |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+2 |
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 | -21/+21 |
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 | 2 | -2/+2 |
2016-02-23 | all: Clean up includes | Peter Maydell | 1 | -1/+0 |
2016-01-29 | tcg: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-09-16 | tcg: split tcg_op_defs to -common | Peter Crosthwaite | 1 | -1/+1 |
2015-08-24 | tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 | Richard Henderson | 1 | -1/+2 |
2015-08-24 | tcg: implement real ext_i32_i64 and extu_i32_i64 ops | Aurelien Jarno | 1 | -0/+4 |
2015-08-24 | tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 | Aurelien Jarno | 1 | -1/+1 |
2015-07-13 | tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64 | Stefan Weil | 1 | -6/+0 |
2015-06-03 | tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS | Paolo Bonzini | 1 | -0/+1 |
2015-06-03 | tci: do not use CPUArchState in tcg-target.h | Paolo Bonzini | 1 | -2/+1 |
2015-05-14 | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson | 1 | -6/+0 |
2015-03-13 | tcg: Change generator-side labels to a pointer | Richard Henderson | 1 | -7/+6 |
2014-06-04 | tcg: Remove TCG_TARGET_HAS_new_ldst | Richard Henderson | 1 | -2/+0 |
2014-06-04 | tci: Convert to new ldst opcodes | Richard Henderson | 2 | -47/+31 |
2014-05-22 | tci: Fix tcg_out_call | Richard Henderson | 1 | -0/+3 |
2014-05-12 | tcg: Remove unreachable code in tcg_out_op and op_defs | Richard Henderson | 1 | -21/+5 |
2014-05-12 | tci: Create tcg_out_call | Richard Henderson | 1 | -0/+5 |
2014-05-12 | tci: Define TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson | 2 | -6/+14 |
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 | -6/+0 |
2014-04-18 | tcg: Relax requirement for mulu2_i32 on 32-bit hosts | Richard Henderson | 1 | -0/+2 |
2014-04-18 | tcg: Add TCGType parameter to tcg_target_const_match | Richard Henderson | 1 | -1/+1 |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson | 1 | -0/+2 |
2013-10-10 | tcg: Add tcg-be-null.h | Richard Henderson | 1 | -0/+2 |
2013-09-25 | tci: Add implementation of rotl_i64, rotr_i64 | Stefan Weil | 1 | -1/+0 |
2013-09-03 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -7/+0 |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson | 1 | -2/+2 |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson | 1 | -1/+1 |
2013-09-02 | tcg: Allow TCG_TARGET_REG_BITS to be specified independantly | Richard Henderson | 1 | -0/+8 |
2013-09-02 | tcg: Change tcg_qemu_tb_exec return to uintptr_t | Richard Henderson | 1 | -1/+1 |
2013-09-02 | tcg: Change flush_icache_range arguments to uintptr_t | Richard Henderson | 1 | -2/+1 |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson | 1 | -1/+4 |
2013-09-01 | tci: Remove function tcg_out64 (fix broken build) | Stefan Weil | 1 | -7/+0 |
2013-07-30 | tci: Fix broken build (compiler warning caused by redefined macro BIT) | Stefan Weil | 1 | -3/+0 |
2013-07-09 | tcg: Split rem requirement from div requirement | Richard Henderson | 1 | -4/+2 |