aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2008-02-01use the TCG code generatorbellard2-33/+2
2007-12-01 Fix Sparc host compile problem reported by Shaddy Baddahblueswir13-0/+31
2007-11-12reduce verbositybellard1-1/+1
2007-11-11fixed invalid typebellard1-2/+2
2007-11-10added cpu_model parameter to cpu_init()bellard2-2/+3
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-0/+1
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer1-73/+4
2007-10-28Alpha coding style and inlining fixes.j_mayer5-81/+98
2007-10-25Use host-utils for Alpha 64x64 bits multiplications.j_mayer3-25/+11
2007-10-21New status file for Alpha emulation target.j_mayer1-0/+33
2007-10-14Allow Alpha target to use supervisor and executive mode micro-ops.j_mayer1-6/+6
2007-10-14Generate micro-ops for Alpha executive and supervisor modes.j_mayer2-6/+16
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer4-15/+28
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths1-5/+0
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+5
2007-09-20Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer1-4/+0
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths10-23/+23
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-06-03Move target-specific defines to the target directories.ths1-0/+6
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-06-03Avoid compiler warning.ths1-0/+2
2007-04-14Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2-1/+9
2007-04-07cpu_get_phys_page_debug should return target_phys_addr_tj_mayer1-2/+2
2007-04-05Fix alpha target compilation on 32 bits hosts.j_mayer1-0/+6
2007-04-05Alpha architecture emulation core.j_mayer10-0/+5869