summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-012-2/+4
|\
| * cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-312-2/+4
* | target-alpha: Use TCG_CALL_NO_WGRichard Henderson2012-10-311-10/+10
|/
* target-alpha: rename helper flagsAurelien Jarno2012-10-281-88/+88
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-233-3/+3
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+1
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-09-251-0/+1
|\
| * target-alpha: Initialize env->cpu_model_strRichard Henderson2012-09-211-0/+1
* | target-alpha: Use movcondRichard Henderson2012-09-211-54/+48
|/
* alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson2012-08-041-2/+13
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+2
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* target-alpha: QOM'ify CPU initAndreas Färber2012-04-152-11/+21
* target-alpha: QOM'ify CPUAndreas Färber2012-04-154-1/+113
* Use uintptr_t for various op related functionsBlue Swirl2012-04-144-16/+15
* Replace Qemu by QEMU in commentsStefan Weil2012-04-071-1/+1
* Replace Qemu by QEMU in internal documentationStefan Weil2012-04-071-1/+1
* target-alpha: Use noreturn marker in helper.h.Richard Henderson2012-03-241-1/+1
* target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson2012-03-245-50/+26
* target-alpha: Move memory helpers to mem_helper.c.Richard Henderson2012-03-243-37/+26
* target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson2012-03-244-77/+99
* target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson2012-03-244-75/+106
* target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson2012-03-244-17/+17
* target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson2012-03-244-928/+966
* target-alpha: Move exception helpers to helper.c.Richard Henderson2012-03-245-56/+63
* target-alpha: Move integer helpers to int_helper.c.Richard Henderson2012-03-242-233/+257
* alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson2012-03-241-1/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-alpha: Don't overuse CPUStateAndreas Färber2012-03-145-74/+74
* target-alpha: Clean includesStefan Weil2012-02-282-5/+1
* fix spelling in target sub directoryDong Xu Wang2011-12-021-1/+1
* target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson2011-10-084-4/+48
* target-alpha: Implement HALT IPR.Richard Henderson2011-10-083-0/+16
* target-alpha: Implement WAIT IPR.Richard Henderson2011-10-081-10/+21
* target-alpha: Honor icount for RPCC instruction.Richard Henderson2011-10-081-2/+10
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-4/+4
* exec.h cleanupBlue Swirl2011-07-302-40/+6
* Fix unassigned memory access handlingBlue Swirl2011-07-202-4/+7
* target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell2011-07-121-2/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-20/+22
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-3/+3
* alpha: remove unused variableMichael S. Tsirkin2011-06-161-1/+6
* alpha/translate: remve unused variablesMichael S. Tsirkin2011-06-161-2/+1
* target-alpha: Implement TLB flush primitives.Richard Henderson2011-05-313-12/+34
OpenPOWER on IntegriCloud