Make MAXTL dynamic, bounds check tl when indexing
[qemu] / target-alpha /
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-29 pbrookAdd missing static qualifiers.
2008-06-29 pbrookAdd instruction counter.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-25 pbrookFix off-by-one unwinding error.
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-01 bellarduse the TCG code generator
2007-12-01 blueswir1 Fix Sparc host compile problem reported by Shaddy...
2007-11-12 bellardreduce verbosity
2007-11-11 bellardfixed invalid type
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-28 j_mayerAlpha coding style and inlining fixes.
2007-10-25 j_mayerUse host-utils for Alpha 64x64 bits multiplications.
2007-10-21 j_mayerNew status file for Alpha emulation target.
2007-10-14 j_mayerAllow Alpha target to use supervisor and executive...
2007-10-14 j_mayerGenerate micro-ops for Alpha executive and supervisor...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-20 j_mayerMove likely and unlikely macros in a common place ...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-03 thsAvoid compiler warning.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-05 j_mayerFix alpha target compilation on 32 bits hosts.
2007-04-05 j_mayerAlpha architecture emulation core.