summaryrefslogtreecommitdiff
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
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-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-2/+4
2012-10-31target-alpha: Use TCG_CALL_NO_WGRichard Henderson1-10/+10
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2-2/+4
2012-10-28target-alpha: rename helper flagsAurelien Jarno1-88/+88
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity3-3/+3
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-08-04alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson1-2/+13
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-1/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+2
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-04-15target-alpha: QOM'ify CPU initAndreas Färber2-11/+21
2012-04-15target-alpha: QOM'ify CPUAndreas Färber4-1/+113
2012-04-14Use uintptr_t for various op related functionsBlue Swirl4-16/+15
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2012-04-07Replace Qemu by QEMU in internal documentationStefan Weil1-1/+1
2012-03-24target-alpha: Use noreturn marker in helper.h.Richard Henderson1-1/+1
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson5-50/+26
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson3-37/+26
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson4-77/+99
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson4-75/+106
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson4-17/+17
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson4-928/+966
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson5-56/+63
2012-03-24target-alpha: Move integer helpers to int_helper.c.Richard Henderson2-233/+257
2012-03-24alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson1-1/+2
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber5-74/+74
2012-02-28target-alpha: Clean includesStefan Weil2-5/+1
2011-12-02fix spelling in target sub directoryDong Xu Wang1-1/+1
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson4-4/+48
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson3-0/+16
2011-10-08target-alpha: Implement WAIT IPR.Richard Henderson1-10/+21
2011-10-08target-alpha: Honor icount for RPCC instruction.Richard Henderson1-2/+10
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-07-30exec.h cleanupBlue Swirl2-40/+6
2011-07-20Fix unassigned memory access handlingBlue Swirl2-4/+7
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell1-2/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-20/+22
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-06-16alpha: remove unused variableMichael S. Tsirkin1-1/+6