2017-10-24 |
Richard Henderson | qom: Introduce CPUClass.tcg_initialize ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Remove TCGV_EQUAL* ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Remove GET_TCGV_* and MAKE_TCGV_* ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Introduce temp_tcgv_{i32,i64,ptr} ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Push tcg_ctx into tcg_gen_callN ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Push tcg_ctx into generator functions ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Use per-temp state data in optimize
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Remove unused TCG_CALL_DUMMY_TCGV
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Change temp_allocate_frame arg to TCGTemp
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Avoid loops against variable bounds
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Use per-temp state data in liveness
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Introduce temp_arg, export temp_idx
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Add temp_global bit to TCGTemp
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Introduce arg_temp
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Propagate TCGOp down to allocators
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Propagate args to op->args in tcg.c
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Propagate args to op->args in optimizer
|
commit | commitdiff | tree |
2017-10-24 |
Richard Henderson | tcg: Merge opcode arguments into TCGOp
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg: take .helpers out of TCGContext ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tci: move tci_regs to tcg_qemu_tb_exec's stack ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | exec-all: extract tb->tc_* into a separate struct tc_tb ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | translate-all: define and use DEBUG_TB_CHECK_GATE ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | translate-all: define and use DEBUG_TB_INVALIDATE_GATE ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | exec-all: introduce TB_PAGE_ADDR_FMT ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | translate-all: define and use DEBUG_TB_FLUSH_GATE ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | exec-all: bring tb->invalid into tb->cflags ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg: consolidate TB lookups in tb_lookup__cpu_state ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg: remove addr argument from lookup_tb_ptr ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg/mips: constify tcg_target_callee_save_regs ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg/i386: constify tcg_target_callee_save_regs ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | cpu-exec: rename have_tb_lock to acquired_tb_lock in... ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | translate-all: make have_tb_lock static ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | exec-all: fix typos in TranslationBlock's documentation ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | tcg: fix corruption of code_time profiling counter... ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-10-10 |
Emilio G. Cota | cputlb: bring back tlb_flush_count under !TLB_DEBUG ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-25 |
Alex Bennée | accel/tcg/cputlb: avoid recursive BQL (fixes #1706296) ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg/mips: Fully convert tcg_target_op_def ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg/sparc: Fully convert tcg_target_op_def ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg/ppc: Fully convert tcg_target_op_def ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg/arm: Fully convert tcg_target_op_def ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg/aarch64: Fully convert tcg_target_op_def ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Fix types in tcg_regset_{set,reset}_reg ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_set32 ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_{or,and,andnot,not} ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_set ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Remove tcg_regset_clear ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Richard Henderson | tcg: Add tcg_op_supported ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Philippe Mathieu... | accel/tcg: move USER code to user-exec.c ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Philippe Mathieu... | accel/tcg: move atomic_template.h to accel/tcg/ ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Philippe Mathieu... | accel/tcg: move tcg-runtime to accel/tcg/ ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Philippe Mathieu... | accel/tcg: move user-exec to accel/tcg/ ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Thomas Huth | accel/tcg: move softmmu_template.h to accel/tcg/ ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-17 |
Philippe Mathieu... | tcg/ppc: disable atomic write check on ppc32 ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/hppa: Convert to TranslatorOps
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/hppa: Convert to DisasContextBase
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/hppa: Convert to DisasJumpType
|
commit | commitdiff | tree |
2017-09-07 |
Peter Maydell | target/alpha: Switch to do_transaction_failed() hook ...off-by: Richard Henderson <richard.henderson@linaro.org>
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/alpha: Convert to TranslatorOps
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/alpha: Convert to DisasContextBase
|
commit | commitdiff | tree |
2017-09-07 |
Richard Henderson | target/alpha: Convert to DisasJumpType
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: Perform per-insn cross-page check only...
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: Split out thumb_tr_translate_insn
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: Move ss check to init_disas_context
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: [a64] Move page and ss checks to init_disas_context
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to generic translation framework
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to disas_log
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to disas_log
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to tb_stop
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to tb_stop
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to translate_insn
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to translate_insn
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to breakpoint_check
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to insn_start
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to insn_start
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to tb_start
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg,a64] Port to init_disas_context
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to init_disas_context
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/arm: [tcg] Port to DisasContextBase
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to generic translation framework
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to disas_log
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to tb_stop
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to translate_insn
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to breakpoint_check
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to insn_start
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to init_disas_context
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target/i386: [tcg] Port to DisasContextBase
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | tcg: Add generic translation framework
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: Delay check for magic kernel page
|
commit | commitdiff | tree |
2017-09-06 |
Lluís Vilanova | target: [tcg] Use a generic enum for DISAS_ values
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/arm: Use DISAS_NORETURN
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | target/i386: Use generic DISAS_* enumerators
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg: Add generic DISAS_NORETURN
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Use slbgr for setcond le and leu
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Use load-on-condition-2 facility
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Use distinct-operands facility
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Merge ori+xori facilities check to tcg_target_op_def
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Merge add2i facilities check to tcg_target_op_def
|
commit | commitdiff | tree |
2017-09-06 |
Richard Henderson | tcg/s390: Merge muli facilities check to tcg_target_op_def
|
commit | commitdiff | tree |