Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-20 | configure: Define target access alignment in configure | tony.nguyen@bt.com | 1 | -1/+1 |
2019-08-16 | Clean up inclusion of exec/cpu-common.h | Markus Armbruster | 1 | -1/+0 |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu | 1 | -1/+12 |
2019-05-22 | tcg: Add support for vector compare select | Richard Henderson | 1 | -0/+3 |
2019-05-22 | tcg: Add support for vector bitwise select | Richard Henderson | 1 | -0/+2 |
2019-05-13 | tcg: Add support for vector absolute value | Richard Henderson | 1 | -0/+2 |
2019-05-13 | tcg: Add INDEX_op_dupm_vec | Richard Henderson | 1 | -0/+1 |
2019-05-13 | tcg: Add tcg_out_dupm_vec to the backend interface | Richard Henderson | 1 | -1/+18 |
2019-05-13 | tcg: Manually expand INDEX_op_dup_vec | Richard Henderson | 1 | -0/+111 |
2019-05-13 | tcg: Promote tcg_out_{dup,dupi}_vec to backend interface | Richard Henderson | 1 | -0/+14 |
2019-05-13 | tcg: Support cross-class moves without instruction support | Richard Henderson | 1 | -3/+28 |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson | 1 | -4/+10 |
2019-05-13 | tcg: Assert fixed_reg is read-only | Richard Henderson | 1 | -47/+40 |
2019-04-24 | tcg: Restart TB generation after out-of-line ldst overflow | Richard Henderson | 1 | -3/+4 |
2019-04-24 | tcg: Restart TB generation after constant pool overflow | Richard Henderson | 1 | -4/+5 |
2019-04-24 | tcg: Restart TB generation after relocation overflow | Richard Henderson | 1 | -32/+29 |
2019-04-24 | tcg: Restart after TB code generation overflow | Richard Henderson | 1 | -0/+4 |
2019-04-24 | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 1 | -0/+4 |
2019-04-18 | tcg: Simplify how dump_exec_info() prints | Markus Armbruster | 1 | -20/+21 |
2019-04-18 | tcg: Simplify how dump_opcount_info() prints | Markus Armbruster | 1 | -4/+5 |
2019-02-11 | tcg: Diagnose referenced labels that have not been emitted | Richard Henderson | 1 | -0/+23 |
2019-01-28 | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 1 | -0/+5 |
2019-01-28 | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 1 | -0/+5 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -2/+2 |
2018-12-26 | tcg: Improve call argument loading | Richard Henderson | 1 | -1/+2 |
2018-12-26 | tcg: Record register preferences during liveness | Richard Henderson | 1 | -32/+165 |
2018-12-26 | tcg: Add TCG_OPF_BB_EXIT | Richard Henderson | 1 | -1/+4 |
2018-12-26 | tcg: Split out more subroutines from liveness_pass_1 | Richard Henderson | 1 | -12/+23 |
2018-12-26 | tcg: Rename and adjust liveness_pass_1 helpers | Richard Henderson | 1 | -8/+5 |
2018-12-26 | tcg: Reindent parts of liveness_pass_1 | Richard Henderson | 1 | -67/+70 |