summaryrefslogtreecommitdiff
path: root/target-cris/translate.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13target-cris: Replace DisasContext::env field with CRISCPUAndreas Färber1-8/+8
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2013-12-08target-cris: Use new qemu_ld/st opcodesRichard Henderson1-25/+4
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-3/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+4
2013-07-09target-cris: Change gen_intermediate_code_internal() argument to CRISCPUAndreas Färber1-4/+5
2013-07-09target-cris: gen_intermediate_code_internal() should be inlinedAndreas Färber1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-2/+4
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+2
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson1-42/+2
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-2/+0
2013-02-16target-cris: Introduce CRISCPU subclassesAndreas Färber1-48/+0
2013-02-16target-cris: Move TCG initialization to CRISCPU initfnAndreas Färber1-14/+5
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber1-2/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-3/+3
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin1-2500/+2540
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno1-128/+128
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno1-21/+23
2012-09-08target-cris: Fix buffer overflowStefan Weil1-1/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber1-4/+4
2012-06-04target-cris: Reindent cpu_cris_init()Andreas Färber1-52/+53
2012-04-24target-cris: Start QOM'ifying CPU initAndreas Färber1-1/+1
2012-04-24target-cris: QOM'ify CPU resetAndreas Färber1-20/+2
2012-04-24target-cris: QOM'ify CPUAndreas Färber1-1/+3
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber1-23/+23
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-cris: Clean includesStefan Weil1-7/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias1-0/+3
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias1-10/+27
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-3/+2