aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell
2021-06-19tcg: Restart when exhausting the stack frameRichard Henderson
2021-06-19tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson
2021-06-19tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson
2021-06-19tcg/tci: Use {set,clear}_helper_retaddrRichard Henderson
2021-06-19tcg/tci: Remove the qemu_ld/st_type macrosRichard Henderson
2021-06-19Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"Richard Henderson
2021-06-19tcg/tci: Split out tci_qemu_ld, tci_qemu_stRichard Henderson
2021-06-19tcg/tci: Implement add2, sub2Richard Henderson
2021-06-19tcg/tci: Implement mulu2, muls2Richard Henderson
2021-06-19tcg/tci: Implement clz, ctz, ctpopRichard Henderson
2021-06-19tcg/tci: Implement extract, sextractRichard Henderson
2021-06-19tcg/tci: Implement andc, orc, eqv, nand, norRichard Henderson
2021-06-19tcg/tci: Implement movcondRichard Henderson
2021-06-19tcg/tci: Implement goto_ptrRichard Henderson
2021-06-19tcg/tci: Change encoding to uint32_t unitsRichard Henderson
2021-06-19tcg/tci: Remove tci_write_regRichard Henderson
2021-06-19tcg/tci: Emit setcond before brcondRichard Henderson
2021-06-19tcg/tci: Reserve r13 for a temporaryRichard Henderson
2021-06-19tcg/tci: Use ffi for callsRichard Henderson
2021-06-19tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_orderRichard Henderson
2021-06-19tcg/tci: Improve tcg_target_call_clobber_regsRichard Henderson
2021-06-19tcg: Build ffi data structures for helpersRichard Henderson
2021-06-19tcg: Add tcg_call_funcRichard Henderson
2021-06-19tcg: Store the TCGHelperInfo in the TCGOp for callRichard Henderson
2021-06-19tcg: Add tcg_call_flagsRichard Henderson
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson
2021-06-13tcg: Merge buffer protection and guard page protectionRichard Henderson
2021-06-13tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson
2021-06-13tcg: Sink qemu_madvise call to common codeRichard Henderson
2021-06-13tcg: Return the map protection from alloc_code_gen_bufferRichard Henderson
2021-06-13tcg: Allocate code_gen_buffer into struct tcg_region_stateRichard Henderson
2021-06-11tcg: Move in_code_gen_buffer and tests to region.cRichard Henderson
2021-06-11tcg: Tidy split_cross_256mbRichard Henderson
2021-06-11tcg: Tidy tcg_n_regionsRichard Henderson
2021-06-11tcg: Rename region.start to region.after_prologueRichard Henderson
2021-06-11tcg: Replace region.end with region.total_sizeRichard Henderson
2021-06-11tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.hRichard Henderson
2021-06-11tcg: Introduce tcg_max_ctxsRichard Henderson
2021-06-11accel/tcg: Pass down max_cpus to tcg_initRichard Henderson
2021-06-11tcg: Create tcg_initRichard Henderson
2021-06-11accel/tcg: Move alloc_code_gen_buffer to tcg/region.cRichard Henderson
2021-06-11tcg: Split out region.cRichard Henderson
2021-06-11tcg: Split out tcg_region_prologue_setRichard Henderson
2021-06-11tcg: Split out tcg_region_initial_allocRichard Henderson