Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'... | Peter Maydell | 1 | -10/+10 |
2021-06-21 | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 | Peter Maydell | 1 | -10/+10 |
2021-06-19 | tcg: Restart when exhausting the stack frame | Richard Henderson | 1 | -1/+5 |
2021-06-19 | tcg: Allocate sufficient storage in temp_allocate_frame | Richard Henderson | 1 | -5/+26 |
2021-06-19 | tcg/sparc: Fix temp_allocate_frame vs sparc stack bias | Richard Henderson | 2 | -12/+13 |
2021-06-19 | tcg/tci: Use {set,clear}_helper_retaddr | Richard Henderson | 1 | -4/+6 |
2021-06-19 | tcg/tci: Remove the qemu_ld/st_type macros | Richard Henderson | 1 | -65/+100 |
2021-06-19 | Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" | Richard Henderson | 1 | -28/+45 |
2021-06-19 | tcg/tci: Split out tci_qemu_ld, tci_qemu_st | Richard Henderson | 1 | -112/+71 |
2021-06-19 | tcg/tci: Implement add2, sub2 | Richard Henderson | 3 | -25/+38 |
2021-06-19 | tcg/tci: Implement mulu2, muls2 | Richard Henderson | 3 | -15/+42 |
2021-06-19 | tcg/tci: Implement clz, ctz, ctpop | Richard Henderson | 3 | -6/+59 |
2021-06-19 | tcg/tci: Implement extract, sextract | Richard Henderson | 3 | -4/+78 |
2021-06-19 | tcg/tci: Implement andc, orc, eqv, nand, nor | Richard Henderson | 2 | -10/+50 |
2021-06-19 | tcg/tci: Implement movcond | Richard Henderson | 3 | -6/+24 |
2021-06-19 | tcg/tci: Implement goto_ptr | Richard Henderson | 5 | -2/+44 |
2021-06-19 | tcg/tci: Change encoding to uint32_t units | Richard Henderson | 4 | -559/+380 |
2021-06-19 | tcg/tci: Remove tci_write_reg | Richard Henderson | 1 | -11/+2 |
2021-06-19 | tcg/tci: Emit setcond before brcond | Richard Henderson | 2 | -85/+35 |
2021-06-19 | tcg/tci: Reserve r13 for a temporary | Richard Henderson | 2 | -0/+2 |
2021-06-19 | tcg/tci: Use ffi for calls | Richard Henderson | 4 | -104/+150 |
2021-06-19 | tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order | Richard Henderson | 1 | -2/+2 |
2021-06-19 | tcg/tci: Improve tcg_target_call_clobber_regs | Richard Henderson | 1 | -2/+8 |
2021-06-19 | tcg: Build ffi data structures for helpers | Richard Henderson | 2 | -1/+65 |
2021-06-19 | tcg: Add tcg_call_func | Richard Henderson | 2 | -3/+7 |
2021-06-19 | tcg: Store the TCGHelperInfo in the TCGOp for call | Richard Henderson | 2 | -29/+34 |
2021-06-19 | tcg: Add tcg_call_flags | Richard Henderson | 3 | -9/+13 |
2021-06-19 | tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode | Richard Henderson | 1 | -30/+41 |
2021-06-13 | tcg/arm: Fix tcg_out_op function signature | Jose R. Ziviani | 1 | -1/+2 |
2021-06-13 | tcg: Introduce tcg_remove_ops_after | Richard Henderson | 1 | -0/+13 |
2021-06-13 | tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ | Richard Henderson | 2 | -0/+4 |
2021-06-13 | tcg: When allocating for !splitwx, begin with PROT_NONE | Richard Henderson | 1 | -10/+9 |
2021-06-13 | tcg: Merge buffer protection and guard page protection | Richard Henderson | 1 | -14/+31 |
2021-06-13 | tcg: Round the tb_size default from qemu_get_host_physmem | Richard Henderson | 1 | -26/+21 |
2021-06-13 | tcg: Sink qemu_madvise call to common code | Richard Henderson | 1 | -7/+7 |
2021-06-13 | tcg: Return the map protection from alloc_code_gen_buffer | Richard Henderson | 1 | -30/+33 |
2021-06-13 | tcg: Allocate code_gen_buffer into struct tcg_region_state | Richard Henderson | 1 | -37/+27 |
2021-06-11 | tcg: Move in_code_gen_buffer and tests to region.c | Richard Henderson | 2 | -23/+34 |
2021-06-11 | tcg: Tidy split_cross_256mb | Richard Henderson | 1 | -10/+9 |
2021-06-11 | tcg: Tidy tcg_n_regions | Richard Henderson | 1 | -17/+12 |
2021-06-11 | tcg: Rename region.start to region.after_prologue | Richard Henderson | 1 | -7/+8 |
2021-06-11 | tcg: Replace region.end with region.total_size | Richard Henderson | 1 | -12/+18 |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson | 10 | -28/+23 |
2021-06-11 | tcg: Introduce tcg_max_ctxs | Richard Henderson | 3 | -17/+15 |
2021-06-11 | accel/tcg: Pass down max_cpus to tcg_init | Richard Henderson | 3 | -28/+16 |
2021-06-11 | tcg: Create tcg_init | Richard Henderson | 2 | -1/+9 |
2021-06-11 | accel/tcg: Move alloc_code_gen_buffer to tcg/region.c | Richard Henderson | 1 | -5/+426 |
2021-06-11 | tcg: Split out region.c | Richard Henderson | 4 | -544/+613 |
2021-06-11 | tcg: Split out tcg_region_prologue_set | Richard Henderson | 1 | -15/+22 |
2021-06-11 | tcg: Split out tcg_region_initial_alloc | Richard Henderson | 1 | -3/+10 |