aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)Author
2013-10-26misc: New spelling fixes in commentsStefan Weil
2013-10-12target-alpha: Convert to new ldst opcodesRichard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-16target-alpha: Consider the superpage when threading and ending TBsRichard Henderson
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23target-alpha: Copy implver to DisasContextRichard Henderson
2013-07-23target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson
2013-07-09target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPUAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-19target-alpha: Turn CPU definitions into subclassesAndreas Färber
2012-12-19target-alpha: Let cpu_alpha_init() return AlphaCPUAndreas Färber
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-09-21target-alpha: Use movcondRichard Henderson
2012-09-21target-alpha: Initialize env->cpu_model_strRichard Henderson
2012-04-15target-alpha: QOM'ify CPU initAndreas Färber
2012-04-15target-alpha: QOM'ify CPUAndreas Färber
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson
2012-03-24alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber
2012-02-28target-alpha: Clean includesStefan Weil
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson
2011-10-08target-alpha: Implement WAIT IPR.Richard Henderson
2011-10-08target-alpha: Honor icount for RPCC instruction.Richard Henderson
2011-08-20Use glib memory allocation and free functionsAnthony Liguori