Age | Commit message (Expand) | Author |
2015-06-03 | tci: do not use CPUArchState in tcg-target.h | Paolo Bonzini |
2015-05-14 | tcg: Add MO_ALIGN, MO_UNALN | Richard Henderson |
2015-05-14 | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson |
2015-05-14 | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson |
2015-05-05 | tcg: optimise memory layout of TCGTemp | Emilio G. Cota |
2015-04-30 | tcg: Delete unused cpu_pc_from_tb() | Peter Crosthwaite |
2015-03-13 | tcg: Use tcg_malloc to allocate TCGLabel | Richard Henderson |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson |
2015-02-12 | tcg: Remove opcodes instead of noping them out | Richard Henderson |
2015-02-12 | tcg: Put opcodes in a linked list | Richard Henderson |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson |
2015-02-12 | tcg: Move some opcode generation functions out of line | Richard Henderson |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov |
2014-09-29 | tcg: Always enable TCGv type checking | Richard Henderson |
2014-06-05 | softmmu: move all load/store functions to cpu_ldst.h | Paolo Bonzini |
2014-05-28 | tcg: Remove sizemask and flags arguments to tcg_gen_callN | Richard Henderson |
2014-05-28 | tcg: Push tcg-runtime routines into exec/helper-* | Richard Henderson |
2014-05-12 | tcg: Make call address a constant parameter | Richard Henderson |
2014-05-12 | tcg: Require TCG_TARGET_INSN_UNIT_SIZE | Richard Henderson |
2014-05-12 | tcg: Define tcg_insn_unit for code pointers | Richard Henderson |
2014-05-12 | tcg: Introduce byte pointer arithmetic helpers | Richard Henderson |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson |
2014-04-18 | tcg: Relax requirement for mulu2_i32 on 32-bit hosts | Richard Henderson |
2014-02-08 | tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR | Peter Maydell |
2013-12-10 | tcg: Use bitmaps for free temporaries | Richard Henderson |
2013-10-10 | exec: Add both big- and little-endian memory helpers | Richard Henderson |
2013-10-10 | tcg: Add TCGMemOp | Richard Henderson |
2013-10-10 | tcg: Add tcg-be-ldst.h | Richard Henderson |
2013-10-10 | tcg: Merge tcg_register_helper into tcg_context_init | Richard Henderson |
2013-10-10 | tcg: Use a GHashTable for tcg_find_helper | Richard Henderson |
2013-10-10 | tcg: Delete tcg_helper_get_name declaration | Richard Henderson |
2013-09-02 | tcg: Introduce zero and sign-extended versions of load helpers | Richard Henderson |
2013-09-02 | exec: Split softmmu_defs.h | Richard Henderson |
2013-09-02 | tcg: Use uintptr_t in TCGHelperInfo | Richard Henderson |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson |
2013-09-02 | tcg: Change memory offsets to intptr_t | Richard Henderson |
2013-09-02 | tcg: Change frame pointer offsets to intptr_t | Richard Henderson |
2013-09-02 | tcg: Define TCG_ptr properly | Richard Henderson |
2013-09-02 | tcg: Define TCG_TYPE_PTR properly | Richard Henderson |
2013-09-02 | tcg: Allow TCG_TARGET_REG_BITS to be specified independantly | Richard Henderson |
2013-09-02 | tcg: Change tcg_qemu_tb_exec return to uintptr_t | Richard Henderson |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson |
2013-07-09 | tcg: Simplify logic using TCG_OPF_NOT_PRESENT | Richard Henderson |
2013-07-09 | tcg: Split rem requirement from div requirement | Richard Henderson |
2013-03-03 | Handle CPU interrupts by inline checking of a flag | Peter Maydell |
2013-03-03 | tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses | Peter Maydell |
2013-02-23 | tcg: Add signed multiword multiplication operations | Richard Henderson |
2013-02-23 | tcg: Add 64-bit multiword arithmetic operations | Richard Henderson |
2013-02-23 | tcg: Make 32-bit multiword operations optional for 64-bit hosts | Richard Henderson |
2013-02-16 | TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx | Evgeny Voevodin |