summaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-10-26misc: New spelling fixes in commentsStefan Weil1-1/+1
2013-10-12target-alpha: Convert to new ldst opcodesRichard Henderson1-34/+15
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-4/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-4/+4
2013-08-16target-alpha: Consider the superpage when threading and ending TBsRichard Henderson1-8/+29
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson1-0/+20
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson1-3/+22
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-1/+2
2013-07-23target-alpha: Copy implver to DisasContextRichard Henderson1-4/+7
2013-07-23target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson1-3/+6
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson1-4/+8
2013-07-09target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPUAndreas Färber1-4/+5
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-alpha: Use mulu2 for umulh insnRichard Henderson1-2/+18
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-4/+4
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+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-19target-alpha: Turn CPU definitions into subclassesAndreas Färber1-57/+1
2012-12-19target-alpha: Let cpu_alpha_init() return AlphaCPUAndreas Färber1-2/+2
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-2/+2
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-3/+3
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-4/+4
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/+1
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-0/+1
2012-09-21target-alpha: Use movcondRichard Henderson1-54/+48
2012-09-21target-alpha: Initialize env->cpu_model_strRichard Henderson1-0/+1
2012-04-15target-alpha: QOM'ify CPU initAndreas Färber1-11/+1
2012-04-15target-alpha: QOM'ify CPUAndreas Färber1-1/+3
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson1-7/+11
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson1-5/+5
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson1-7/+7
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson1-7/+38
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson1-3/+3
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson1-63/+67
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson1-1/+1
2012-03-24alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson1-1/+2
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber1-28/+28
2012-02-28target-alpha: Clean includesStefan Weil1-5/+0