summaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-44/+6
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-cris: Mirror gen_opc_pc into insn_startRichard Henderson2015-10-071-1/+2
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-19/+8
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+1
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-2/+2
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-3/+3
* typofixes - v4Veres Lajos2015-09-111-3/+3
* target-cris: Use movcond and setcondRichard Henderson2015-09-081-20/+7
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-2/+2
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-17/+6
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-8/+5
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* target-cris/translate.c: fix out of bounds readzhanghailiang2014-11-171-6/+2
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* target-cris/translate.c: Remove _t_gen_mov_TN_env and _t_gen_mov_env_TNPeter Maydell2014-06-091-17/+2
* target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TNPeter Maydell2014-06-091-18/+3
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-3/+2
* target-cris: Replace DisasContext::env field with CRISCPUAndreas Färber2014-03-131-8/+8
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-2/+2
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* target-cris: Use new qemu_ld/st opcodesRichard Henderson2013-12-081-25/+4
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-3/+0
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+4
* target-cris: Change gen_intermediate_code_internal() argument to CRISCPUAndreas Färber2013-07-091-4/+5
* target-cris: gen_intermediate_code_internal() should be inlinedAndreas Färber2013-07-091-1/+1
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-2/+4
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+2
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-cris: Use mul*2 in mul* insnsRichard Henderson2013-02-231-42/+2
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* target-cris: Introduce CRISCPU subclassesAndreas Färber2013-02-161-48/+0
* target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber2013-02-161-14/+5
* target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber2013-02-161-2/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* target-cris/translate.c: Code style clean-upEvgeny Voevodin2012-11-171-2500/+2540
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
OpenPOWER on IntegriCloud