Age | Commit message (Expand) | Author |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson |
2021-02-02 | tcg/tci: Split out constraint sets to tcg-target-con-set.h | Richard Henderson |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson |
2021-02-02 | tcg/tci: Split out target constraints to tcg-target-con-str.h | Richard Henderson |
2021-02-02 | tcg/tci: Remove TCG_TARGET_HAS_* ifdefs | Richard Henderson |
2021-02-02 | tcg/tci: Drop L and S constraints | Richard Henderson |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson |
2021-01-13 | tcg/tci: Add special tci_movi_{i32,i64} opcodes | Richard Henderson |
2021-01-07 | tcg: Remove TCG_TARGET_SUPPORT_MIRROR | Richard Henderson |
2021-01-07 | tcg: Add --accel tcg,split-wx property | Richard Henderson |
2021-01-07 | tcg: Adjust tb_target_set_jmp_target for split-wx | Richard Henderson |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson |
2019-04-24 | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson |
2018-12-17 | tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP | Richard Henderson |
2018-12-17 | tcg: Return success from patch_reloc | Richard Henderson |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson |
2017-12-29 | tcg: Allow 6 arguments to TCG helpers | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_set32 | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson |
2017-09-11 | tcg/tci: do not use ldst label (never implemented) | Philippe Mathieu-Daudé |
2017-09-07 | tcg: Rearrange ldst label tracking | Richard Henderson |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson |
2017-09-07 | tcg/tci: Add TCG_TARGET_DEFAULT_MO | Richard Henderson |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota |
2017-02-03 | tci: Remove invalid assertions | Stefan Weil |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson |
2016-09-16 | tcg/tci: Add support for fence | Pranith Kumar |
2016-09-15 | Remove remainders of HPPA backend | Thomas Huth |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov |
2016-04-21 | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno |
2016-04-21 | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno |
2016-02-23 | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell |
2016-02-23 | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-01-29 | tcg: Clean up includes | Peter Maydell |
2015-09-16 | tcg: split tcg_op_defs to -common | Peter Crosthwaite |