]> git.proxmox.com Git - mirror_qemu.git/history - tcg
tcg: allocate optimizer temps with tcg_malloc
[mirror_qemu.git] / tcg /
2017-10-24 Emilio G. Cotatcg: allocate optimizer temps with tcg_malloc
2017-10-24 Emilio G. Cotatcg: distribute profiling counters across TCGContext's
2017-10-24 Emilio G. Cotatcg: introduce **tcg_ctxs to keep track of all TCGContext's
2017-10-24 Emilio G. Cotagen-icount: fold exitreq_label into TCGContext
2017-10-24 Emilio G. Cotatcg: define tcg_init_ctx and make tcg_ctx a pointer
2017-10-24 Emilio G. Cotatcg: take tb_ctx out of TCGContext
2017-10-24 Emilio G. Cotatcg: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatcg: define CF_PARALLEL and use it for TB hashing along...
2017-10-24 Richard Hendersontcg: Use offsets not indices for TCGv_*
2017-10-24 Richard Hendersontcg: Remove TCGV_EQUAL*
2017-10-24 Richard Hendersontcg: Remove GET_TCGV_* and MAKE_TCGV_*
2017-10-24 Richard Hendersontcg: Introduce temp_tcgv_{i32,i64,ptr}
2017-10-24 Richard Hendersontcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
2017-10-24 Richard Hendersontcg: Push tcg_ctx into tcg_gen_callN
2017-10-24 Richard Hendersontcg: Push tcg_ctx into generator functions
2017-10-24 Richard Hendersontcg: Use per-temp state data in optimize
2017-10-24 Richard Hendersontcg: Remove unused TCG_CALL_DUMMY_TCGV
2017-10-24 Richard Hendersontcg: Change temp_allocate_frame arg to TCGTemp
2017-10-24 Richard Hendersontcg: Avoid loops against variable bounds
2017-10-24 Richard Hendersontcg: Use per-temp state data in liveness
2017-10-24 Richard Hendersontcg: Introduce temp_arg, export temp_idx
2017-10-24 Richard Hendersontcg: Return NULL temp for TCG_CALL_DUMMY_ARG
2017-10-24 Richard Hendersontcg: Add temp_global bit to TCGTemp
2017-10-24 Richard Hendersontcg: Introduce arg_temp
2017-10-24 Richard Hendersontcg: Propagate TCGOp down to allocators
2017-10-24 Richard Hendersontcg: Propagate args to op->args in tcg.c
2017-10-24 Richard Hendersontcg: Propagate args to op->args in optimizer
2017-10-24 Richard Hendersontcg: Merge opcode arguments into TCGOp
2017-10-11 Peter MaydellMerge remote-tracking branch 'remotes/elmarco/tags...
2017-10-11 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-10-10 Jiang Biaotcg/mips: delete commented out extern keyword.
2017-10-10 Emilio G. Cotatcg: define TCG_HIGHWATER
2017-10-10 Emilio G. Cotatcg: take .helpers out of TCGContext
2017-10-10 Emilio G. Cotatci: move tci_regs to tcg_qemu_tb_exec's stack
2017-10-10 Emilio G. Cotaexec-all: extract tb->tc_* into a separate struct tc_tb
2017-10-10 Emilio G. Cotatcg: remove addr argument from lookup_tb_ptr
2017-10-10 Emilio G. Cotatcg/mips: constify tcg_target_callee_save_regs
2017-10-10 Emilio G. Cotatcg/i386: constify tcg_target_callee_save_regs
2017-09-17 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-09-17 Richard Hendersontcg/mips: Fully convert tcg_target_op_def
2017-09-17 Richard Hendersontcg/sparc: Fully convert tcg_target_op_def
2017-09-17 Richard Hendersontcg/ppc: Fully convert tcg_target_op_def
2017-09-17 Richard Hendersontcg/arm: Fully convert tcg_target_op_def
2017-09-17 Richard Hendersontcg/aarch64: Fully convert tcg_target_op_def
2017-09-17 Richard Hendersontcg: Fix types in tcg_regset_{set,reset}_reg
2017-09-17 Richard Hendersontcg: Remove tcg_regset_set32
2017-09-17 Richard Hendersontcg: Remove tcg_regset_{or,and,andnot,not}
2017-09-17 Richard Hendersontcg: Remove tcg_regset_set
2017-09-17 Richard Hendersontcg: Remove tcg_regset_clear
2017-09-17 Richard Hendersontcg: Add tcg_op_supported
2017-09-17 Philippe Mathieu... accel/tcg: move tcg-runtime to accel/tcg/
2017-09-17 Philippe Mathieu... tcg/ppc: disable atomic write check on ppc32
2017-09-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2017-09-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2017-09-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2017-09-11 Philippe Mathieu... tcg/tci: do not use ldst label (never implemented)
2017-09-08 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2017-09-08 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2017-09-08 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-09-07 Richard Hendersontcg/ppc: Use constant pool for movi
2017-09-07 Richard Hendersontcg/ppc: Look for shifted constants
2017-09-07 Richard Hendersontcg/ppc: Change TCG_REG_RA to TCG_REG_TB
2017-09-07 Richard Hendersontcg/arm: Use constant pool for call
2017-09-07 Richard Hendersontcg/arm: Use constant pool for movi
2017-09-07 Richard Hendersontcg/arm: Extract INSN_NOP
2017-09-07 Richard Hendersontcg/arm: Code rearrangement
2017-09-07 Richard Hendersontcg/arm: Tighten tlb indexing offset test
2017-09-07 Richard Hendersontcg/arm: Improve tlb load for armv7
2017-09-07 Richard Hendersontcg/sparc: Use constant pool for movi
2017-09-07 Richard Hendersontcg/sparc: Introduce TCG_REG_TB
2017-09-07 Richard Hendersontcg/aarch64: Use constant pool for movi
2017-09-07 Richard Hendersontcg/s390: Use constant pool for cmpi
2017-09-07 Richard Hendersontcg/s390: Use constant pool for xori
2017-09-07 Richard Hendersontcg/s390: Use constant pool for ori
2017-09-07 Richard Hendersontcg/s390: Use constant pool for andi
2017-09-07 Richard Hendersontcg/s390: Use constant pool for movi
2017-09-07 Richard Hendersontcg/s390: Fix sign of patch_reloc addend
2017-09-07 Richard Hendersontcg/s390: Introduce TCG_REG_TB
2017-09-07 Richard Hendersontcg/i386: Store out-of-range call targets in constant...
2017-09-07 Richard Hendersontcg: Infrastructure for managing constant pools
2017-09-07 Richard Hendersontcg: Rearrange ldst label tracking
2017-09-07 Richard Hendersontcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu...
2017-09-07 Richard Hendersontcg/tci: Add TCG_TARGET_DEFAULT_MO
2017-09-07 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2017-09-07 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2017-09-07 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2017-09-07 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-09-07 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-09-06 Richard Hendersontcg/s390: Use slbgr for setcond le and leu
2017-09-06 Richard Hendersontcg/s390: Use load-on-condition-2 facility
2017-09-06 Richard Hendersontcg/s390: Use distinct-operands facility
2017-09-06 Richard Hendersontcg/s390: Merge ori+xori facilities check to tcg_target...
2017-09-06 Richard Hendersontcg/s390: Merge add2i facilities check to tcg_target_op_def
2017-09-06 Richard Hendersontcg/s390: Merge muli facilities check to tcg_target_op_def
2017-09-06 Richard Hendersontcg/s390: Merge cmpi facilities check to tcg_target_op_def
2017-09-06 Richard Hendersontcg/s390: Fully convert tcg_target_op_def
2017-09-05 Pranith Kumartcg: Implement implicit ordering semantics
2017-09-05 Pranith Kumartcg: Add tcg target default memory ordering
2017-09-05 Richard Hendersontcg: Remove support for ia64 as host
2017-08-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
next