summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: fix helper.haurel322008-09-141-5/+0Star
* alpha: fix lit signaurel322008-09-141-3/+3
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* fix alpha cmovxx instructionaurel322008-09-051-5/+5
* alpha: add target-alpha/helper.h (missing from commit r5150)aurel322008-09-041-0/+10
* alpha: convert a few more instructions to TCGaurel322008-09-042-90/+28Star
* alpha: directly access ir registersaurel322008-09-042-326/+145Star
* convert of few alpha insn to TCGaurel322008-09-042-57/+62
* Fix call_pal() prototype for alpha system emulationaurel322008-09-021-0/+4
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+0Star
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-1/+1
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-9/+7Star
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0Star
* Add missing static qualifiers.pbrook2008-06-291-2/+2
* Add instruction counter.pbrook2008-06-292-1/+34
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0Star
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0Star
* Fix off-by-one unwinding error.pbrook2008-05-251-6/+0Star
* Factorize code in translate.caurel322008-04-281-0/+5
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* use the TCG code generatorbellard2008-02-012-33/+2Star
* Fix Sparc host compile problem reported by Shaddy Baddahblueswir12007-12-013-0/+31
* reduce verbositybellard2007-11-121-1/+1
* fixed invalid typebellard2007-11-111-2/+2
* added cpu_model parameter to cpu_init()bellard2007-11-102-2/+3
* For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer2007-11-041-0/+1
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Make Alpha and PowerPC targets use shared helpersj_mayer2007-10-281-73/+4Star
* Alpha coding style and inlining fixes.j_mayer2007-10-285-81/+98
* Use host-utils for Alpha 64x64 bits multiplications.j_mayer2007-10-263-25/+11Star
* New status file for Alpha emulation target.j_mayer2007-10-211-0/+33
* Allow Alpha target to use supervisor and executive mode micro-ops.j_mayer2007-10-141-6/+6
* Generate micro-ops for Alpha executive and supervisor modes.j_mayer2007-10-142-6/+16
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-144-15/+28
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0Star
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-4/+0Star
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-1610-23/+23
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0Star
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Avoid compiler warning.ths2007-06-031-0/+2
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-142-1/+9
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* Fix alpha target compilation on 32 bits hosts.j_mayer2007-04-051-0/+6
* Alpha architecture emulation core.j_mayer2007-04-0510-0/+5869