Age | Commit message (Expand) | Author | Files | Lines |
2021-03-06 | tcg: Manage splitwx in tc_ptr_to_region_tree by hand | Richard Henderson | 1 | -2/+18 |
2021-03-06 | tcg: Split out tcg_raise_tb_overflow | Richard Henderson | 1 | -2/+7 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_SET_H | Richard Henderson | 1 | -12/+0 |
2021-02-02 | tcg/i386: Split out constraint sets to tcg-target-con-set.h | Richard Henderson | 1 | -0/+119 |
2021-02-02 | tcg: Remove TCG_TARGET_CON_STR_H | Richard Henderson | 1 | -16/+0 |
2021-02-02 | tcg/i386: Split out target constraints to tcg-target-con-str.h | Richard Henderson | 1 | -5/+28 |
2021-01-24 | tcg: Restart code generation when we run out of temps | Richard Henderson | 1 | -3/+8 |
2021-01-23 | tcg: Toggle page execution for Apple Silicon | Roman Bolshakov | 1 | -0/+1 |
2021-01-13 | tcg: Add tcg_reg_alloc_dup2 | Richard Henderson | 1 | -0/+97 |
2021-01-13 | tcg: Remove movi and dupi opcodes | Richard Henderson | 1 | -17/+1 |
2021-01-13 | tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders | Richard Henderson | 1 | -0/+8 |
2021-01-13 | tcg: Convert tcg_gen_dupi_vec to TCG_CONST | Richard Henderson | 1 | -6/+1 |
2021-01-13 | tcg: Introduce TYPE_CONST temporaries | Richard Henderson | 1 | -47/+177 |
2021-01-13 | tcg: Expand TCGTemp.val to 64-bits | Richard Henderson | 1 | -1/+1 |
2021-01-13 | tcg: Add temp_readonly | Richard Henderson | 1 | -11/+10 |
2021-01-13 | tcg: Consolidate 3 bits into enum TCGTempKind | Richard Henderson | 1 | -50/+76 |
2021-01-13 | tcg: Increase tcg_out_dupi_vec immediate to int64_t | Richard Henderson | 1 | -5/+26 |
2021-01-13 | tcg: Use tcg_out_dupi_vec from temp_load | Richard Henderson | 1 | -1/+5 |
2021-01-07 | tcg: Constify tcg_code_gen_epilogue | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust tcg_register_jit for const | Richard Henderson | 1 | -5/+5 |
2021-01-07 | tcg: Adjust tcg_out_label for const | Richard Henderson | 1 | -3/+3 |
2021-01-07 | tcg: Adjust tcg_out_call for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Adjust TCGLabel for const | Richard Henderson | 1 | -1/+1 |
2021-01-07 | tcg: Introduce tcg_splitwx_to_{rx,rw} | Richard Henderson | 1 | -6/+50 |
2021-01-07 | tcg: Move tcg epilogue pointer out of TCGContext | Richard Henderson | 1 | -1/+2 |
2021-01-07 | tcg: Move tcg prologue pointer out of TCGContext | Richard Henderson | 1 | -1/+8 |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 1 | -2/+4 |
2021-01-07 | tcg: Do not flush icache for interpreter | Richard Henderson | 1 | -0/+4 |
2021-01-07 | tcg: Introduce INDEX_op_qemu_st8_i32 | Richard Henderson | 1 | -0/+4 |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 1 | -0/+1 |
2020-11-04 | tcg: Remove assert from set_jmp_reset_offset | Richard Henderson | 1 | -4/+5 |
2020-10-27 | tcg: Do not kill globals at conditional branches | Richard Henderson | 1 | -2/+53 |
2020-10-08 | tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields | Richard Henderson | 1 | -16/+12 |
2020-10-08 | tcg: Remove TCG_CT_REG | Richard Henderson | 1 | -11/+4 |
2020-10-08 | tcg: Move sorted_args into TCGArgConstraint.sort_index | Richard Henderson | 1 | -18/+17 |
2020-10-08 | tcg: Drop union from TCGArgConstraint | Richard Henderson | 1 | -11/+11 |
2020-10-03 | disas: Move host asm annotations to tb_gen_code | Richard Henderson | 1 | -2/+2 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -29/+29 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -3/+3 |
2020-06-16 | tcg: call qemu_spin_destroy for tb->jmp_lock | Emilio G. Cota | 1 | -0/+9 |
2020-06-02 | tcg: Improve move ops in liveness_pass_2 | Richard Henderson | 1 | -22/+56 |
2020-06-02 | tcg: Implement gvec support for rotate by scalar | Richard Henderson | 1 | -0/+2 |
2020-06-02 | tcg: Implement gvec support for rotate by vector | Richard Henderson | 1 | -0/+3 |
2020-06-02 | tcg: Implement gvec support for rotate by immediate | Richard Henderson | 1 | -0/+2 |
2020-05-15 | disas: include an optional note for the start of disassembly | Alex Bennée | 1 | -2/+2 |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-12-18 | Add use of RCU for qemu_logfile. | Robert Foley | 1 | -2/+10 |
2019-12-18 | qemu_log_lock/unlock now preserves the qemu_logfile handle. | Robert Foley | 1 | -8/+8 |
2019-10-28 | plugin-gen: add module for TCG-related code | Emilio G. Cota | 1 | -0/+22 |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 1 | -1/+1 |