- 5a8f0a5 tcg/mips: Unset TCG_TARGET_HAS_direct_jump by Richard Henderson · 3 years, 7 months ago
- d7fc9f4 tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr by Richard Henderson · 3 years, 7 months ago
- 10d4af5 tcg/mips: Drop inline markers by Richard Henderson · 3 years, 7 months ago
- f4e01e3 tcg: Remove TCG_TARGET_HAS_goto_ptr by Richard Henderson · 3 years, 8 months ago
- 1fce653 tcg/mips: Support bswap flags in tcg_out_bswap32 by Richard Henderson · 3 years, 9 months ago
- 27362b7 tcg/mips: Support bswap flags in tcg_out_bswap16 by Richard Henderson · 3 years, 9 months ago
- 26a75d1 tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h by Richard Henderson · 4 years ago
- a4fbbd7 tcg: Change parameters for tcg_target_const_match by Richard Henderson · 3 years, 10 months ago
- 4e655e3 tcg/mips: Fix SoftTLB comparison on mips backend by Kele Huang · 4 years ago
- 5e8892d tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op by Miroslav Rezanina · 4 years ago
- 0c823e5 tcg: Remove TCG_TARGET_CON_SET_H by Richard Henderson · 4 years, 5 months ago
- 0263330 tcg/mips: Split out constraint sets to tcg-target-con-set.h by Richard Henderson · 4 years, 5 months ago
- 8c07f32 tcg: Remove TCG_TARGET_CON_STR_H by Richard Henderson · 4 years, 5 months ago
- 51800e4 tcg/mips: Split out target constraints to tcg-target-con-str.h by Richard Henderson · 4 years, 5 months ago
- c58f4c9 tcg: Remove movi and dupi opcodes by Richard Henderson · 4 years, 11 months ago
- e5e2e4c tcg: Constify TCGLabelQemuLdst.raddr by Richard Henderson · 4 years, 4 months ago
- c8bc116 tcg: Constify tcg_code_gen_epilogue by Richard Henderson · 4 years, 4 months ago
- de2fac6 tcg: Remove TCG_TARGET_SUPPORT_MIRROR by Richard Henderson · 4 years, 4 months ago
- df5af13 tcg/mips: Support split-wx code generation by Richard Henderson · 4 years, 4 months ago
- 91a7fd1 tcg/mips: Do not assert on relocation overflow by Richard Henderson · 4 years, 4 months ago
- a35b3e1 tcg: Add --accel tcg,split-wx property by Richard Henderson · 4 years, 4 months ago
- 1acbad0 tcg: Adjust tb_target_set_jmp_target for split-wx by Richard Henderson · 4 years, 4 months ago
- 755bf9e tcg: Adjust tcg_register_jit for const by Richard Henderson · 4 years, 4 months ago
- 2be7d76 tcg: Adjust tcg_out_call for const by Richard Henderson · 4 years, 4 months ago
- ffd0e50 tcg: Adjust TCGLabel for const by Richard Henderson · 4 years, 4 months ago
- 8b5c2b6 tcg: Move tcg epilogue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
- 1da8de3 util: Enhance flush_icache_range with separate data pointer by Richard Henderson · 4 years, 3 months ago
- 07ce0b0 tcg: Introduce INDEX_op_qemu_st8_i32 by Richard Henderson · 4 years, 3 months ago
- 084cfca util: Extract flush_icache_range to cacheflush.c by Richard Henderson · 4 years, 3 months ago
- 74a1179 tcg: Remove TCG_CT_REG by Richard Henderson · 4 years, 6 months ago
- 9be0d08 tcg: Drop union from TCGArgConstraint by Richard Henderson · 4 years, 6 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
- a4e5708 tcg/mips: mips sync* encode error by lixinyu · 4 years, 11 months ago
- 2b434dd tcg: Search includes in the parent source directory by Philippe Mathieu-Daudé · 5 years ago
- 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 6 years ago
- 269bd5d cpu: Move the softmmu tlb to CPUNegativeOffsetState by Richard Henderson · 6 years ago
- a40ec84 tcg: Create struct CPUTLB by Richard Henderson · 6 years ago
- 78113e8 tcg: Return bool success from tcg_out_mov by Richard Henderson · 6 years ago
- aeee05f tcg: Restart TB generation after out-of-line ldst overflow by Richard Henderson · 6 years ago
- fce1296 tcg: Add INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
- e77c89f cputlb: Remove static tlb sizing by Richard Henderson · 6 years ago
- ac33373 tcg/mips: enable dynamic TLB sizing by Richard Henderson · 6 years ago
- a31aa4c tcg/mips: Fix tcg_out_qemu_ld_slow_path by Richard Henderson · 6 years ago
- 86e1eff tcg: introduce dynamic TLB sizing by Emilio G. Cota · 6 years ago
- 161dec9 tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITS by Alistair Francis · 6 years ago
- e1dcf35 tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 6 years ago
- 6ac1778 tcg: Return success from patch_reloc by Richard Henderson · 6 years ago
- 8c1b079 tcg/mips: Remove retranslation code by Richard Henderson · 6 years ago
- 9f75462 tcg: Reduce max TB opcode count by Richard Henderson · 7 years ago
- 161dfd1 tcg/mips: Handle large offsets from target env to tlb_table by Peter Maydell · 7 years ago
- 8df8d52 tcg/mips: delete commented out extern keyword. by Jiang Biao · 7 years ago
- d453ec7 tcg/mips: constify tcg_target_callee_save_regs by Emilio G. Cota · 8 years ago
- 89b2e37 tcg/mips: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
- d21369f tcg: Remove tcg_regset_set by Richard Henderson · 7 years ago
- ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
- 659ef5c tcg: Rearrange ldst label tracking by Richard Henderson · 8 years ago
- a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 8 years ago
- 71650df tcg: Add tcg target default memory ordering by Pranith Kumar · 8 years ago
- 4df9cac tcg/mips: reserve a register for the guest_base. by Jiang Biao · 8 years ago
- 8b8d768 tcg/mips: Bugfix for crash when running program with qemu-i386. by Jiang Biao · 8 years ago
- 5786e06 tcg/mips: implement goto_ptr by Aurelien Jarno · 8 years ago
- cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
- 2f5a5f5 tcg/mips: fix field extraction opcode by Aurelien Jarno · 8 years ago
- a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
- 2a1d9d4 tcg/mips: Handle clz opcode by Richard Henderson · 8 years ago
- 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
- 069ea73 tcg: Pass the opcode width to target_parse_constraint by Richard Henderson · 8 years ago
- f69d277 tcg: Transition flat op_defs array to a target callback by Richard Henderson · 8 years ago
- befbb3c tcg/mips: Implement field extraction opcodes by Richard Henderson · 8 years ago
- 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
- f0d7033 tcg-mips: Adjust qemu_ld/st for mips64 by Jin Guojie · 8 years ago
- 999b941 tcg-mips: Adjust calling conventions for mips64 by Jin Guojie · 8 years ago
- 98d6907 tcg-mips: Add tcg unwind info by Jin Guojie · 8 years ago
- 0973b1c tcg-mips: Adjust prologue for mips64 by Jin Guojie · 8 years ago
- 32b6970 tcg-mips: Adjust load/store functions for mips64 by Jin Guojie · 8 years ago
- 2294d05 tcg-mips: Adjust move functions for mips64 by Jin Guojie · 8 years ago
- 7f54eaa tcg-mips: Add bswap32u and bswap64 by Jin Guojie · 8 years ago
- 0119b19 tcg-mips: Support 64-bit opcodes by Jin Guojie · 8 years ago
- 57a701f tcg-mips: Add mips64 opcodes by Jin Guojie · 8 years ago
- bb08afe tcg-mips: Move bswap code to a subroutine by Jin Guojie · 8 years ago
- 6f0b991 tcg/mips: Add support for fence by Pranith Kumar · 9 years ago
- 85aa808 tcg: Support arbitrary size + alignment by Richard Henderson · 9 years ago
- 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 9 years ago
- 59d7c14 tcg: Optimize spills of constants by Richard Henderson · 9 years ago
- f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 9 years ago
- c82460a tcg/mips: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
- 8d8fdba tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG by Aurelien Jarno · 9 years ago
- eabb7b9 tcg: use tcg_debug_assert instead of assert (fix performance regression) by Aurelien Jarno · 9 years ago
- 2dc7553 tcg/mips: Fix type of tcg_target_reg_alloc_order[] by James Hogan · 9 years ago
- c3b7f66 tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c by Peter Maydell · 9 years ago
- ce15110 tcg: Rename tcg-target.c to tcg-target.inc.c by Peter Maydell · 9 years ago
- 757e725 tcg: Clean up includes by Peter Maydell · 9 years ago
- 137d639 tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ by James Hogan · 9 years ago
- bc6d0c2 tcg/mips: Support r6 multiply/divide encodings by James Hogan · 9 years ago
- 6e0d096 tcg/mips: Support r6 JR encoding by James Hogan · 9 years ago
- ce14bd4 tcg/mips: Add use_mips32r6_instructions definition by James Hogan · 9 years ago
- 81dfaf1 tcg/mips: pass oi to tcg_out_tlb_load by Aurelien Jarno · 10 years ago
- d9f2684 tcg/mips: move tcg_out_addsub2 by Aurelien Jarno · 10 years ago
- 5eb4f64 tcg/mips: Fix clobbering of qemu_ld inputs by James Hogan · 9 years ago